Kubly supports Helm-style deployment workflows and backend Helm operations. The source documentation confirms Helm chart support but does not provide a complete end-user flow yet.
- Deploys applications through Helm-style workflows when enabled.
- Uses Helm support in the backend platform.
- Can be used alongside other Kubly deployment sources.
- Your application is packaged as a Helm chart.
- Your team standardizes Kubernetes configuration through Helm.
- A Helm chart compatible with the target cluster.
- Values required by the chart.
- Permission to deploy into the selected project and namespace.
Screenshot Required
- Open Applications and create a new deployment.
- Choose the Helm chart option if it is available in your workspace.
- Provide the chart details and values requested by the UI.
- Review resources, ports, and access settings.
- Create the deployment.
- Check deployment status, logs, events, and access URLs.
- Using chart values intended for a different environment.
- Assuming Kubly can correct invalid chart templates.
- Skipping review of exposed ports and generated routes.
- Test chart values in a non-production project first.
- Keep chart values versioned outside Kubly when they are important to releases.