It focuses on reconciling the desired state stored in Git with the actual state in your Kubernetes cluster.
Flux is a GitOps toolset for Kubernetes delivery: push to Git and Flux does the rest.
It helps automate deployments, environment configuration, and updates.
Flux is declarative, automated, and auditable.
Practical
Step 1 – Azure CLI installed
Verify – az version
Step 2 – kubectl installed
Verify – kubectl version –client
Step 3 – Flux CLI installed
verify – flux –version
Step 4 – Azure AKS cluster up & reachable
- You need
kubectlable to connect (az aks get-credentials).
Git repository (GitHub, Azure DevOps, GitLab, etc.) to store manifests.
Leave a Reply