GitOps on Azure Kubernetes Service: Building a Production-Ready Platform with Flux
Kubernetes platforms seldom fail due to the technology itself; instead, failures are usually caused by operational issues.
Wolkwacht topic
Practical guidance for designing, securing and operating Azure Kubernetes Service.
AKS removes control-plane management, but production platforms still require deliberate decisions about identity, networking, reliability, cost and day-two operations. This topic collects field-tested guidance for making those decisions.
Recommended entry point
A complete, opinionated path from cluster foundations to workload and runtime security.
Selected reading
Kubernetes platforms seldom fail due to the technology itself; instead, failures are usually caused by operational issues.
Introduction: Cost Is an Outcome of Scheduling Decisions
Most teams begin their AI journey by using a managed model API. This approach works initially but can become problematic when costs become…
There’s a moment in every Kubernetes journey when the cluster begins to feel… heavy. Not broken, not misconfigured, but stretched in ways…
Follow the thread
Networking, observability, scaling, governance and the multi-cluster reality.
From AppNet fundamentals to zero-trust, multi-cluster and AI gateway patterns.
Automatically updated
Transferring a Dapr-enabled application from local Kubernetes to AKS should be straightforward. The annotations, app ID, application port, sidecar API, and workload manifest stay …
To quickly grasp Dapr on Kubernetes, it’s best to start locally rather than with an AKS cluster. Local setup allows for rapid pod creation in seconds, minimizes the consequences …
Every distributed application gathers various plumbing components. One service requires retries and timeouts, another needs a message broker client, and a third must store some …
The real question is not whether to use the Azure Key Vault provider for the Secrets Store CSI Driver or the External Secrets Operator (ESO). Instead, it’s whether your …
Kubernetes is very good at reporting desired state. A Deployment can be available while its pods restart every few hours. A cluster can show green nodes while workloads have no …
Kubernetes has become so familiar that many teams don’t choose to adopt it anymore; they just start using it. When a new internal API appears, someone sets up an AKS …