/
Deployment
Deployment
Checkout to working directory
cd deploy-as-code/helm/charts/monitoring
Preview Manifest Templates
Generate and preview Kubernetes manifests to see what will be applied.helmfile -f monitoring-helmfile.yaml -e <environment> template
Compare Current and Desired State
Compare the current state with the new changes to see what will be modified.helmfile -f monitoring-helmfile.yaml -e <environment> diff
Apply Changes to Cluster
Apply the changes to the Kubernetes cluster, updating resources as needed.
In above commands use the environment as set in monitoring-helmfile.yaml, in this case itâll be âdemoâ.
eg:- helmfile -f monitoring-helmfile.yaml -e demo apply
Â
Â
Related content
Monitoring Upgrade
Monitoring Upgrade
More like this
Configuration
Configuration
More like this
AWS RDS Alerts
AWS RDS Alerts
Read with this
Introduction and Implementation of new services into the existing environment
Introduction and Implementation of new services into the existing environment
More like this
Monitoring & Alerting Setup for cluster
Monitoring & Alerting Setup for cluster
More like this
Helm tutorial
Helm tutorial
More like this