/
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.helmfile -f monitoring-helmfile.yaml -e <environment> apply
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
, multiple selections available,
Related content
DIGIT Deployment on Rancher
DIGIT Deployment on Rancher
More like this
Configuration
Configuration
More like this
DIGIT Deployment on Openshift
DIGIT Deployment on Openshift
More like this
Provisioning Rancher/User Management Cluster in Rancher
Provisioning Rancher/User Management Cluster in Rancher
More like this
Kubernetes Introductory EXERCISES-2
Kubernetes Introductory EXERCISES-2
More like this
Monitoring Upgrade
Monitoring Upgrade
More like this