|
|
|
|
|
by orange222
2780 days ago
|
|
I think helm (helm.sh) solves that problem. Helm is basically package manager of kubernetes. So to install any app, as long as there is a helm chart for that app, you simply do:
helm install myapp
and helm will install the app on your kubernetes cluster. |
|