This article explains how to deploy your Telemetry Collector in a Kubernetes cluster.
The Telemetry Collector binaries for Provider Connectivity Assurance are hosted on gcr.io. You can use the provided Helm command to pull the Helm chart and the associated software.
To check the latest available version of the Telemetry Collector, click here. Use this version number for the version parameter in the Helm command.
Note: You must set the Agent ID in the parameter below as well.
helm install telemetry-agent oci://gcr.io/sky-agents/charts/telemetry-collector \
--version 0.57.0 \
--namespace cisco-sensor-collectors \
--set agentAgentId="your agent ID" \
--set agentAuthenticationToken='**your token goes here**' \
--set agentManagement="sensor-collector-connector" \
--set agentManagementPort=25777 \
--set custom_ca_certificates.ca.enabled=true \
--set custom_ca_certificates.ca.secretName=ca-certificate-secret \
--set custom_ca_certificates.ca.secretKey=ca.pem \
--set custom_ca_certificates.tls.enabled=true \
--set custom_ca_certificates.tls.secretName=tls-certificate-secret \
--set custom_ca_certificates.tls.secretKey=tls.pem \
© 2025 Cisco and/or its affiliates. All rights reserved.
For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms
For legal information about Accedian Skylight products, please visit: Accedian legal terms and trademarks