Advanced Kubernetes Configuration

The CloudZero agent for Kubernetes is powered by Helm. The following are the recommended steps to get started with advanced Kubernetes configuration:

  1. Create a values.yaml file with the following base configuration:
# -- CloudZero API key.
apiKey: <CloudZero_api_key>
# -- Friendly name of your cluster.
clusterName: <NAME_OF_YOUR_CLUSTER>
  1. Deploy the agent with your new values file.
helm upgrade --install cloudzero \
    --repo https://cloudzero.github.io/cloudzero-charts cloudzero-agent \
    --namespace cloudzero --create-namespace -f values.yaml
  1. Follow the table of contents below for customizing certain capabilities.