This is part 3 in a multi-part series on my CKAD learning experience. For the other parts in the series, please check out the following links: Part 1: intro, exam topics and my study plan Part 2: core concepts Part 4: multi-container pods Part 5: Observability Part 6: Pod Design Part 7: Networking As I […]
Year: 2019
CKAD series part 2: Core Concepts
This is part 2 in a multi-part series on my CKAD learning experience. For the other parts in the series, please check out the following links: Part 1: intro, exam topics and my study plan Part 3: Configuration Part 4: multi-container pods Part 5: Observability Part 6: Pod Design Part 7: Networking As I mentioned […]
CKAD series part 1: Intro – exam topics – my study plan
This is part 1 in a multi-part series on my CKAD learning experience. For the other parts in the series, please check out the following links: Part 2: Core Concepts Part 3: Configuration Part 4: multi-container pods Part 5: Observability Part 6: Pod Design Part 7: Networking Within Microsoft, July is the start of our […]
Error installing helm: “Error: no available release name found”
I recently was trying to get Helm up and running on a new AKS (Azure Kubernetes Service) cluster, and got an error during the Tiller configuration step. If you’re reading this, you might have hit the same issue, and I’ll explain you how to resolve this. The issue itself is related to RBAC (at least […]
How to make changes to the terraform provider for Azure
Earlier this week I was working with a customer on a terraform template. We building out a virtual machine scale set, which would need to connect to the internet with a well known IP. For this, we decided to leverage an outbound rule in the Load Balancer Standard, using a public IP prefix. We need […]