Advanced Kubernetes Configuration

Overview

The CloudZero agent for Kubernetes is powered by Helm. Below is the recommended way to get started with advanced configuration.

Getting Started

  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.