Home > Software > Webdevelopment > Docker > Kompose
Details
- Package ID
- kubernetes-kompose
- Version
- 1.21.0
- Downloads
- 11309
- Website
- http://kompose.io/
Summary
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.
Description
Kubernetes + Compose = Kompose
Kompose is a conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift). It takes a Docker Compose file and translates it into Kubernetes resources.
Transformation of the Docker Compose format to Kubernetes resources manifest may not be exact, but it helps tremendously when first deploying an application on Kubernetes.
Features
- Simplify your development process with Docker Compose and then deploy your containers to a production cluster
- Convert your docker-compose.yaml with one simple command kompose convert
- Immediately bring up your cluster with kompose up
- Bring it back down with kompose down
Note: Windows support is limited to 64bit systems.
Comments
Loading comments...