How can I deploy https://github.com/docker/compose-on-kubernetes on IBM Cloud Kubernetes service?

12/13/2019

as in AWK o GKE, anyway to deploy compose (https://github.com/docker/compose-on-kubernetes) on IBM Cloud Kubernetes service.

-- akhasa
docker
ibm-cloud
ibm-cloud-kubernetes
iks
kubernetes

1 Answer

12/13/2019

At the bottom of the readme file exists section Deploying Compose on Kubernetes.

There are manuals for minikube, azure, gcp, microk8s... but in general, they all follow same path. Run install for your OS against etcd endpoint.

-- Oleg Butuzov
Source: StackOverflow