Kubernetes tools: Kubectl Part 2

This post is the fifth part of the series about Kubernetes for beginners. In the fourth part, I started to write about the Kubernetes Swiss army knife: kubectl. I covered ways how to find the components you are looking for. In this episode, I’ll show you how you can gather more information about Kubernetes components, focusing on status and logs. This can be useful when debugging your application and trying to figure out what’s going on. ...

March 3, 2025 · 13 min · Robert Nemet

Kubernetes tool: Kubectl

This post is the fourth part of the series about Kubernetes for beginners. In the third part, I wrote about services(SVC) and horizontal pod autoscaler(HPA). This post will introduce you to the Kubernetes tool: kubectl. Also, all examples were shallow so far; to get you started with Kubernetes, you need to get a feeling of the K8s and their components. In this episode, I explain the connections between Deployments and Pods, too. Let’s start… ...

February 17, 2025 · 8 min · Robert Nemet