|
|
|
|
|
by grncdr
838 days ago
|
|
Not the poster you're replying to, but when it comes to deploying your own applications: generating Kubernetes manifests with whatever language you're already using and feeding JSON to `kubectl apply -f -` can accomplish the same outcome with less effort. Helm is still useful for consuming 3rd party charts, but IMO it's status as the "default" is more due to inertia more than good design. |
|