Skip to content

performancecopilot/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance Co-Pilot Helm Charts

Official Helm charts for deploying Performance Co-Pilot (PCP) on Kubernetes.

Available Charts

Chart Description Version
pcp Performance Co-Pilot system monitoring Version
archive-analysis PCP Archive Analysis with Grafana Version

Installation Methods

1. From OCI Registry (Recommended)

GitHub Container Registry

helm install pcp oci://ghcr.io/performancecopilot/helm-charts/pcp
helm install archive-analysis oci://ghcr.io/performancecopilot/helm-charts/archive-analysis

Quay.io

helm install pcp oci://quay.io/performancecopilot-helm-charts/pcp
helm install archive-analysis oci://quay.io/performancecopilot-helm-charts/archive-analysis

2. From Source

git clone https://github.com/performancecopilot/helm-charts.git
cd helm-charts

helm install pcp ./pcp
helm install archive-analysis ./archive-analysis

Chart Documentation

  • PCP Chart - System performance monitoring with metrics collection, logging, and optional host monitoring
  • Archive Analysis Chart - Grafana-based analysis of historical PCP data with pre-configured dashboards

Requirements

  • Kubernetes 1.19+
  • Helm 3.0+

Development

Testing Charts Locally

# Lint charts
helm lint ./pcp
helm lint ./archive-analysis

# Test template generation
helm template pcp ./pcp
helm template archive-analysis ./archive-analysis

# Install in development
helm install --dry-run --debug pcp ./pcp

About

Helm charts for Performance Co-Pilot

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages