GitOps on AKS

Read these entries in order.

  1. 10 minArticle

    Git going with GitOps on AKS: A Step-by-Step Guide using FluxCD AKS Extension

    Learn how to harness the power of GitOps on Azure Kubernetes Service (AKS) with ease using the FluxCD AKS Extension. This comprehensive tutorial will walk you through creating an AKS cluster, enabling the FluxCD extension, preparing Kubernetes manifests with Kustomize, deploying applications, and efficiently managing changes, all while following best practices.

  2. 10 minArticle

    Automating Image Updates with FluxCD on AKS

    Learn how to automate image updates in your Kubernetes cluster using FluxCD and GitOps. This comprehensive guide walks you through setting up an AKS cluster, installing essential components, and harnessing the power of GitOps to streamline your deployment updates. Stay ahead in the world of container orchestration with this practical tutorial.

  3. 9 minArticle

    Progressive Delivery on AKS: A Step-by-Step Guide using Flagger with Istio and FluxCD

    Learn how to harness the power of FluxCD's Image Update Automation in your Azure Kubernetes Service (AKS) cluster with Flagger. This step-by-step guide walks you through the provisioning and bootstrapping an AKS cluster with FluxCD and Istio, installing Flagger (the GitOps way), and deploying a new Canary resource to progressively deploy new images to your cluster.

  4. 5 minArticle

    Bootstrap your GitOps-enabled AKS cluster with Terraform: A code sample using the Flux v2 K8s Extension

    Learn how to bootstrap GitOps onto your AKS cluster, the Azure way!