In this post we'll take a look at how we can request and limit resources for containers on a Kubernetes cluster
Read More
Last week I sat the Certified Kubernetes Administrator exam and I'm very excited that I passed the exam. This post will be a write-up of how I found the exam and a few things to prepare for.
Read MoreLet's take a look at a few troubleshooting steps and techniques in Kubernetes. Troubleshooting is an important part of the CKA exam as it has a weight of 30%. Troubleshooting is often specific to the failure scenario and/or the application, but we'll look at a few generic techniques
Read MoreIn this post we look at how Kubernetes handles logging of pods and nodes. We'll se how we can utilize a logging agent pod for pushing data to a logging backend, and a sidecar container for streaming logs from containers that doesn't use stdout and stderr
Read MoreThis post takes a quick look at how Kubernetes can monitor the health of an applications containers through Liveness, Readiness and Startup probes.
Read MoreContinuing with Kubernetes networking concepts we'll take a look at Ingress and Ingress Controllers in this post. These objects gives us a way to route and handle traffic coming IN to the cluster
Read MoreIn Kubernetes networking, and Kubernetes in general, Services is an important concept. This post will take a look at what Services are and how they can be used
Read MoreThis post will take a look at a few Networking concepts in Kubernetes. We'll look at Pod networking, CNI and Network Policies. Upcoming posts will cover Services and Ingress.
Read MoreThis is one of two posts covering my storage prep notes for the CKA exam. This second post covers Persistent Volumes and Claims, the first post covered Storage volumes in general
Read More