Introduction
Installing charts helps you add ready-made applications to your Kubernetes cluster easily. Charts package all the resources needed to run an app, so you don't have to create each part manually.
When you want to deploy a database like MySQL quickly without writing all Kubernetes files.
When you need to add monitoring tools like Prometheus to your cluster with minimal setup.
When you want to install a web server such as Nginx with default settings fast.
When you want to try out an application without configuring every detail yourself.
When you want to manage app upgrades and rollbacks easily using a package system.