kompose

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Jun 3 9:15
Editor
Edited
Edited
2023 Sep 1 13:12
Refs
Refs

Translate a Docker Compose File to Kubernetes Resources

kompose Usage
 
 
 
Installation
We have multiple ways to install Kompose. Our preferred method is downloading the binary from the latest GitHub release. Kompose is released via GitHub on a three-week cycle, you can see all current releases on the GitHub release page. Linux and macOS: Windows: Download from GitHub and add the binary to your PATH.
Installation
Kubernetes + Compose = Kompose
kompose is a tool to help users familiar with docker-compose move to Kubernetes. It takes a Docker Compose file and translates it into Kubernetes resources. View the project on GitHub kubernetes/kompose Watch Star Fork Kompose is a conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).
Translate a Docker Compose File to Kubernetes Resources
What's Kompose? It's a conversion tool for all things compose (namely Docker Compose) to container orchestrators (Kubernetes or OpenShift). More information can be found on the Kompose website at http://kompose.io. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
Translate a Docker Compose File to Kubernetes Resources
kubernetes/kompose
kompose is a tool to help users who are familiar with docker-compose move to Kubernetes. kompose takes a Docker Compose file and translates it into Kubernetes resources. kompose is a convenience tool to go from local Docker development to managing your application with Kubernetes.
kubernetes/kompose
 
 
 
 

Recommendations