Hacker News new | ask | show | jobs
by sciurus 2205 days ago
`helm template | kubectl apply` ?
1 comments

This is one way of doing declarative using helm, but this doesn't guarntee resource creation order. `helm install` creates resources in order while `kubectl apply` creates in order of alphabetically filename. This may lead to some unexpected issues.