Deploy external helm chart with Skaffold

12/7/2018

Is there something like examples/helm-deployment for external helm charts?

Specifically, I'm looking to set up all the monitoring, tracing, etc infrastructure just as in staging/production, on minikube, starting with stable/prometheus-operator

-- Henrik
kubernetes
kubernetes-helm
prometheus
skaffold

1 Answer

12/7/2018

I wont be using skaffold for one off deployment of such pods. Its usually used for those you continuously update and deploy. Such as your own application.

-- Bal Chua
Source: StackOverflow