Introduction I recently played around with kubernetes NetworkPolicies while writing part 7 of my CKAD series. I hit some configurations that didn’t make sense at all. Because I was learning about NetworkPolicies, I thought it was just me; but it appears it might have been an Azure issue. That being said, if you want to […]
Year: 2019
A quick look at the Ballerina language
Update Aug 16: In the kubernetes part of this blog I mentioned I hit a bug in the kubernetes deployment part. The maintainers of Ballerina provided a fix, I updated the post to reflect that fix. Yesterday, I was attending the “Microservices, APIs and Integration” Meetup in Mountain View. There were two presentations, one great […]
CKAD series part 6: Pod Design
This is part 5 in a multi-series on my CKAD study efforts. You can find previous entries here: Part 1: intro, exam topics and my study plan Part 2: Core concepts Part 3: Configuration Part 4: Multi-container pods Part 5: Observability Part 7: Networking In part 6, we’re diving into Pod Design, specifically these 4 […]
CKAD series part 5: Observability
This is part 5 in a multi-series on my CKAD study efforts. You can find previous entries here: Part 1: intro, exam topics and my study plan Part 2: Core concepts Part 3: Configuration Part 4: Multi-container pods Part 6: Pod Design Part 7: Networking This is part 5 in this CKAD series, covering the […]
CKAD series part 4: Multi-container pods
This is part 4 in a multi-series on my CKAD study efforts. You can find previous entries here: Part 1: intro, exam topics and my study plan Part 2: Core concepts Part 3: Configuration Part 5: Observability Part 6: Pod Design Part 7: Networking Think back about part 2 of this series: we briefly discussed […]