Helm Charts on Clusters
Atmosly integrates with its Marketplace to allow you to deploy, manage, and monitor Helm charts directly on your clusters.
Deploy Helm Charts to Your Cluster
- Go to the Marketplace section within your cluster and click Add Marketplace.
- This will redirect you to the Marketplace module where you can browse and choose from a variety of Helm charts to deploy.
- Select and configure the Helm chart, then deploy it.
- You will be redirected back to Cluster > Marketplace, where you can monitor the chart's deployment status.
Deployment Status
| Status | Description |
|---|---|
| DEPLOYING | The Helm chart is being deployed |
| DEPLOYED | The Helm chart has been successfully deployed |
| DEPLOY_FAILED | Deployment of the chart failed |
| DELETING | The Helm chart is being deleted |
| DELETE_FAILED | Deletion of the chart failed |
| INSTALLING | The Helm chart is being installed (initial deployment) |
| PROGRESSING | The Helm chart deployment is progressing |
Manage Helm Charts
Create
Deploy a Helm chart to your cluster from the Marketplace.
Edit
Modify the Helm chart configuration, including editing the values.yaml file. Changes trigger a redeployment of the chart.
View
- Deployment Events: View the events generated during Helm chart deployment
- Pod Status: Track the status of pods associated with the Helm chart
- Deployment History: View the full history of deployments, including previous revisions and their status
Re-install
If a Helm chart deployment fails, you can re-install it directly from the Marketplace section without having to delete and re-deploy.
Delete
To delete a Helm chart, click the bin icon at the top right corner of the chart you want to remove. This initiates the chart deletion process and cleans up associated Kubernetes resources.
Pod Identity
Some Helm charts may require AWS IAM roles for service accounts (IRSA) or GCP Workload Identity. Atmosly tracks the Pod Identity status for charts that require cloud provider authentication, ensuring your workloads have the necessary permissions to access cloud resources.