-
Go from Docker-Compose to Kubernetes with a simple toolPricing:
- Open Source
Install Kompose - a conversion tool that allows you to convert your Docker Compose code to Kubernetes configuration files Run kompose convert in the same directory as your docker-compose.yml to generate the config files for your Kubernetes cluster.
#DevOps Tools #Developer Tools #Dev Ops 42 social mentions
-
Run Kubernetes locally. Contribute to kubernetes/minikube development by creating an account on GitHub.
Install Minicube - a tool that allows us to spin up a Kubernetes cluster in a local machine Run minikube start to start your Kubernetes cluster Run minikube dashboard to spin up a web-based user interface that allows you to manage your Kubernetes cluster.
#Development #Cloud Computing #Tool 21 social mentions