0

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

Jeff Sloyer
  • 4,899
  • 1
  • 24
  • 48
akhasa
  • 9
  • 1

1 Answers1

1

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
  • 4,795
  • 2
  • 24
  • 33