Skip to content

polarpoint-io/argocd-gitops-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArgoCD GitOps Patterns

This repository contains scripts, manifests, and diagrams that accompany the Polarpoint ArgoCD blog series:

  • How I Standardised Kubernetes Deployments with ArgoCD
  • Secrets & GitOps: ArgoCD + External Secrets Done Right
  • GitOps as a Product: Building Self‑Service with ArgoCD
  • Multi‑Cluster GitOps with ArgoCD: The Operational Blueprint

Structure

.
├── apps/                 # ArgoCD Application & App-of-Apps manifests
├── charts/               # Optional Helm chart examples
├── examples/             # Practical examples referenced in posts
│   ├── app-of-apps/
│   ├── applicationsets/
│   ├── external-secrets/
│   ├── multi-cluster/
│   └── promotion/
├── manifests/            # Raw Kubernetes manifests
├── policies/             # OPA/Gatekeeper policy examples
├── scripts/              # Helper scripts (bootstrap, lint, render)
├── docs/                 # Extra docs / notes
└── images/               # Social cards / diagrams

Quick Start

# Example: apply app-of-apps
kubectl apply -f examples/app-of-apps/root.yaml

License

MIT

About

Assets, scripts, and manifests for ArgoCD GitOps blog series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors