kubernetes ELI5: Kubernetes Explain it like I'm five: Kubernetes. Here are the big highlights that define the use-case of Kubernetes.
aks Create a full-featured Kubernetes Cluster on your PC With only a single command, you could have a fully-functional cluster running locally in seconds!
kubernetes The Purpose of Labels and Selectors in Kubernetes Logically isolate and group objects inside of Kubernetes with loose coupling.
aks How Many Kubernetes Clusters You Should Have 🚢 At my current company, the powers that be have bought into a multi-cluster approach. I'm not saying 1 cluster per environment or region. No. I'm saying 1 non-production  and 1
aad Visualize Azure Active Directory Role-Based Access Control for Kubernetes Acronyms: AAD - Azure Active Directory AKS - Azure Kubernetes Service RBAC - Role-based access control Recently, I implemented AAD for AKS RBAC. The documentation doesn't do a great job
aks GitOps with Terraform for Kubernetes Did you know that Terraform can run kubectl commands? Yep! There's a provider for Kubernetes. The Kubernetes provider has a growing list of resources that you can manage via Terraform.
kubernetes When to use a StatefulSet in Kubernetes To put it simply, a StatefulSet should be used to govern one or more related pods that need to track state in some way. A StatefulSet would be what you