Create a Kubernetes cluster with Terraform, integrate it with Azure Active Directory, add an AAD group and bind it to the cluster-admin role? Here's a Terraform sample for an out-of-the-box, AAD integrated AKS/Kubernetes cluster, ready to logon!
Using Rook / Ceph with PVCs on Azure Kubernetes Service
Introduction As you all know by now, Kubernetes is a quite popular platform for running cloud-native applications at scale. A common recommendation when doing so, is to ousource as much state as possible, because managing state in Kubernetes is not a trivial task. It can be quite hard, especially when you have a lot of …
Continue reading "Using Rook / Ceph with PVCs on Azure Kubernetes Service"
Open Service Broker for Azure (OSBA) with Azure Kubernetes Service (AKS)
How to use Open Service Broker for Azure in combination with Azure Kubernetes Service (AKS)
Deploy a hybrid Kubernetes Cluster to Azure Container Service
Lately, I have been working a lot with Kubernetes as one (of many) solutions to run Docker containers in the cloud. Microsoft therefore offers Azure Container Service (ACS), a service to create and (partly) manage a Kubernetes cluster on Azure. You normally would deploy such a cluster via the Azure Portal or e.g. via the …
Continue reading "Deploy a hybrid Kubernetes Cluster to Azure Container Service"