Actions · AKS · Architecture · Automation · Azure · Azure CLI · Azure Container Instance · Azure-Pipelines · AzureDevOps · Blue-Green Deployment · Canary-Release · docker · FluxV2 · GitHub · Kubernetes · Pipeline-Templates · Service-Connection · YAML-Templates

Blueprints for Unified Azure Pipelines: Governing Rolling, Blue/Green, and Canary Deployments

Governing Azure Pipelines with Extensible Templates Modern enterprises rarely run a single delivery workflow. They run dozens—each with its own language stack, runtime, and compliance targets. Without a consistent orchestration model, the platform team spends its life reviewing YAML changes while workload teams reinvent complex rollout mechanics. The solution is to treat pipeline templates like… Continue reading Blueprints for Unified Azure Pipelines: Governing Rolling, Blue/Green, and Canary Deployments

Actions · Architecture · Azure · Azure CLI · FluxV2 · GitOps · Identity · Kubernetes · Kubernetes · managed-identity · Workflow

GitOps for AKS with Azure Blob Storage (Flux v2)

GitOps is a modern way of managing infrastructure and applications using Git as a single source of truth. Flux v2 is a Kubernetes-native GitOps toolkit that automates the deployment and lifecycle management of applications in Kubernetes clusters. In this blog post, we will show you how to use GitOps with Flux v2 on Azure Kubernetes… Continue reading GitOps for AKS with Azure Blob Storage (Flux v2)