Search code examples
azurekubernetes-helmazure-aks

How to export helm charts from AKS


I'm new at Kubernetes. I want to know that can we export a helm charts from a Kubernetes service? Then I want to use that helm chart to deploy another AKS. Thanks!


Solution

  • Please refer this section of the document to know more details. Example to Export Helm chart:

    helm chart export mycontainerregistry.azurecr.io/helm/hello-world:v1 \
      --destination ./install