Kubernetes Flux Skill Installation The skill invokes the Flux CLI. Install: - macOS/Linux (Homebrew) : - macOS/Linux (script) : - Windows (winget) : - Windows (Chocolatey) : - Custom dir : Verify: . Then use to deploy controllers if needed. Cheat Sheet & Best Practices Bootstrap: ; use , , or as needed. Status: — controllers/CRDs; — all resources; ; — managed objects. Hacks: Use and to see sync state. Reconcile on demand: . Pin versions with on install script. Prefer Git over Helm for app manifests when using GitOps. Certifications & Training Kubernetes: CKA / CKAD (Linux Foundation). Flux: G…