You will learn:
- Introduction to
Helm
- Introduction to
Helm Hub
- Initialising Helm
- Deploying PostgreSQL
- Upgrading PostgreSQL
- Deleting PostgreSQL
- Purging PostgreSQL
- Deploy the following with Helm:
- Drone (Stable)
- CouchDB (Incubator)
- Contour (Rimusz)
- Write your own Helm chart to deploy your own application
- If you don't have one, deploy
payloadcms
- If you don't have one, deploy
helm upgrade --install -f values.yaml release_name chart_repository/chart_name
helm delete release_name
helm delete --purge release_name
helm repo add repository_name repository_uri
helm create