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.
https://kompose.io/installation/#windows

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).
https://kompose.io/
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.
https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/

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.
https://github.com/kubernetes/kompose

Seonglae Cho