Recently, I wrote a blog about how to run kind to run local Kubernetes cluster In that post I installed kind on my WSL setup. Kind – or Kubernetes in Docker – is a way to run local Kubernetes clusters easily and quickly. In this post, I’ll explore how to setup kind on a Windows […]
Tag: kind
Onboarding a Kubernetes cluster to Azure Arc
Azure Arc is part of Microsoft’s vision for a successful hybrid cloud deployments and management. Arc enables consistent management of your IT estate across multi-cloud, hybrid and edge deployments. What Arc enables is the use of Azure management and policy tools to manage and secure your IT estate. Currently, there are three solutions announced that […]
Run Kubernetes clusters locally using kind
How often have you created a new Kubernetes cluster to ‘test something new’? How often have you created a new Kubernetes cluster to start learning about new functionalities? In my case, I do this pretty frequently. I very frequently spin up (and down) Azure Kubernetes clusters. This approach comes with two downsides however: it takes […]