Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
helm install: This command is used to install a chart and create a new release. Example: helm install my-release stable/mysqlUse case: Installing a MySQL database using the stable/mysql chart.
helm upgrade: This command is used to upgrade a release to a new version of a chart or modify its configuration.Example: helm upgrade my-release stable/mysql --set mysqlRootPassword=newpasswordUse case: Upgrading the my-release MySQL database to a new version and changing the root password.
helm rollback: This command is used to roll back a release to a previous version.Example: helm rollback my-release 1 Use case: Reverting the my-release MySQL database to version 1 after encountering issues with version 2.
helm delete: This command is used to delete a release and free up the resources associated with it.Example: helm delete my-release Use case: Removing the my-release MySQL database from the Kubernetes cluster.
helm list: This command is used to list all the installed releases.Example: helm listUse case: Checking the list of installed releases in the cluster.
helm status: This command is used to get the status of a release.Example: helm status my-releaseUse case: Checking the status of the my-release MySQL database.
helm search: This command is used to search for available charts in Helm repositories.Example: helm search repo mysqlUse case: Searching for available MySQL-related charts in Helm repositories.
helm dependency update: This command is used to download the dependencies for a chart.Example: helm dependency update my-chartUse case: Downloading the dependencies required for the custom chart named my-chart.
Intermediate Commands
helm repo add: This command is used to add a Helm repository to your local environment.Example: helm repo add stable https://charts.helm.sh/stableUse case: Adding the stable repository to your local Helm environment to access charts from the stable repository.
helm repo update: This command is used to update the local cache of Helm repositories.Example: helm repo updateUse case: Refreshing the local cache to ensure that you have the latest versions of the charts from the added repositories.
helm lint: This command is used to lint a chart to validate its syntax and configuration.Example: helm lint my-chartUse case: Checking the syntax and configuration of a custom chart named my-chart to ensure it is valid.
helm package: This command is used to package a chart directory into a compressed chart archive.Example: helm package my-chartUse case: Creating a compressed chart archive from a chart directory named my-chart to distribute or install it locally.
helm history: This command is used to view the release history of a chart.Example: helm history my-releaseUse case: Viewing the history of the my-release chart, including the revision numbers, dates, and statuses of the previous releases.
helm show: This command is used to display information about a chart or a release.Example: helm show chart stable/mysqlUse case: Displaying information about the stable/mysql chart, such as its description, maintainers, and dependencies.
helm template: This command is used to render a chart locally without installing it.Example: helm template my-chartUse case: Generating the Kubernetes manifests from a chart named my-chart without deploying it, useful for inspection or customization purposes.
Deploying a Chart to Kubernetes Cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:
DevOps Certification - Learn the fundamentals and advanced concepts of DevOps practices and tools.
SRE Certification - Gain expertise in Site Reliability Engineering and ensure reliability at scale.
MLOps Certification - Dive into Machine Learning Operations and streamline ML workflows.
AiOps Certification - Discover AI-driven operations management for next-gen IT environments.
Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.