Try free on Pangolin Cloud
Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
Install Pangolin with Argo CD using Helm
Step 1: Create Pangolin namespace
Step 2: Create Application
Create an Argo CD Application resource that tells Argo CD to deploy Pangolin using the Helm chart:Step 3: Monitor in Argo CD
In the Argo CD UI, you should see thepangolin application. Argo CD will:
- Fetch the Helm chart from
https://charts.fossorial.io - Render the chart with your inline
values - Create all resources in the
pangolinnamespace - Continuously monitor for drift
Step 4: Verify deployment
Install Newt with Argo CD using Helm
Step 1: Create Newt auth secret
Step 2: Create Newt Application
Using Argo CD with Git repository
Instead of inline values, you can store configuration in Git and have Argo CD deploy from there:Repository structure
Git-based Application
apps/pangolin.
Using Argo CD with Kustomize
Deploy Pangolin using Kustomize overlays:Sync policies
Automated sync
prune: true: Deletes resources in cluster that are no longer in Git selfHeal: true: Resyncs if cluster drifts from Git (e.g., manualkubectl apply)

