💭 Translate a Docker Compose File to Kubernetes Resources | Kube... =================================================================== !https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/ Date: October 22, 2023 Translate a Docker Compose File to Kubernetes Resources What Kubernetes · kubernetes.io [1] `kompose` is a sick cli to convert docker-compose.yml to kubernetes manifest. ``` bash # 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 ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/ [2]: /thoughts/ [3]: /tags/thoughts/