Implement GitOps: use ArgoCD or Flux for continuous deployment, manage Kubernetes manifests with Git, handle secrets with Sealed Secrets, and implement drift detection.
When to use this skill
- Setting up ArgoCD
- Implementing GitOps workflows
- Managing secrets with Sealed Secrets
Core concepts
This skill provides guidance on gitops best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.
Installation
curl -LO https://opencode-skills.example/downloads/devops/gitops.zip
unzip gitops.zip -d ~/.config/opencode/skills/
Restart OpenCode — the skill loads automatically.
When it triggers
- setting up ArgoCD
- implementing GitOps workflows
- managing secrets with Sealed Secrets