Manage GitOps workflows with Flux
k8s-gitopsskillsetup L3★908
rohitg00/kubectl-mcp-server ↗What it does
Deploy and sync applications using GitOps (Flux/ArgoCD patterns)
Best for
Maintaining cluster state in version control without manual kubectl apply
Inputs
- · Git repo URL, branch, ArgoCD/Flux manifests
Outputs
- · Synced cluster state, sync status, drift detection
Requires
- · kubectl
- · flux CLI OR argocd CLI
- · git
Preconditions
Flux/ArgoCD installed on cluster; git repo accessible
Failure modes
- · git auth failed
- · cluster unreachable
- · manifest conflicts
Trust signals
- · Drift detection
- · Automated reconciliation
- · Multi-cluster support