Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
As part of every Parca release there is a kubernetes-manifest.yaml that is stored as parca.yaml. Then for the agent the same kubernetes-manifest.yaml is available stoerd as parca-agent.yaml. To combine both we run
cat parca.yaml > app.yaml
cat parca-agent.yaml >> app.yaml
Download a kubeconfig from Civo cloud and apply the app.yaml like so:
kubectl apply -f parca/app.yaml