CCE provides a console for managing Helm charts, helping you easily deploy applications using the charts and manage applications on the console.
Helm is a package manager for Kubernetes and manages charts. A Helm chart is a series of YAML files used to encapsulate native Kubernetes applications. When deploying an application, you can customize some metadata of the application for easy application distribution. Application releasors can use Helm to package applications, manage application dependencies and application versions, and release applications to the software repository. After using Helm, users do not need to compile complex application deployment files. They can easily search for, install, upgrade, roll back, and uninstall applications on Kubernetes.
The relationship between Helm and Kubernetes is as follows:
The following figure shows the solution architecture:
Helm can help application orchestration for Kubernetes: