Python executes the kompose command and the kubectl command

5/6/2020

I have a project that needs to read a Docker Compose service sent somewhere else and save it to compose.yaml, then convert it to Kubernetes YAML via kompose and execute it via kubectl, all of which require Python automation.

How can I do this?

-- moluzhui
kompose
kubectl
kubernetes

0 Answers