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
- 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>
- 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
- Follow the table of contents below for customizing certain capabilities.
Updated 8 days ago