compose-cli
compose-cli copied to clipboard
Kube compose up : wait until helm chart actually deployed
helm install has a --wait flag waiting for pods, deployments & services ready.
We should use the equivalent in the helm API to make docker compose up wait until the helm chart is actually deployed & available.
Using the wait option in helm API works on Desktop kube cluster, but gets blocked on kind cluster, waiting for service external IP to be defined (stays pending in kind cluster)
(Install Helm charts Service does not have load balancer ingress IP address: default/web)