Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

  1. Checkout to working directory

    cd deploy-as-code/helm/charts/monitoring
  2. Preview Manifest Templates
    Generate and preview Kubernetes manifests to see what will be applied.

    helmfile -f monitoring-helmfile.yaml -e <environment> template
  3. Compare Current and Desired State
    Compare the current state with the new changes to see what will be modified.

    helmfile -f monitoring-helmfile.yaml -e <environment> diff
  4. Apply Changes to Cluster
    Apply the changes to the Kubernetes cluster, updating resources as needed.

    helmfile -f monitoring-helmfile.yaml -e <environment> apply


選択したルート ページが見つかりません。

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.