!!! note This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process here

Here's my thought on 💭 Translate a Docker Compose File to Kubernetes Resources | Kubernetes


kompose is a sick cli to convert docker-compose.yml to kubernetes manifest.


# install

curl -L https://github.com/kubernetes/kompose/releases/download/v1.26.0/kompose-linux-amd64 -o kompose

kompose convert
kompose convert -o deployment.yaml

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts