Avatar photo
By: Mark Bakker

May 28, 2025 12:03 am

39 views

Restarting Kubernetes Pods: A Detailed Guide

This blog will help you learn all about restarting Kubernetes pods and give you some tips on troubleshooting issues you may encounter. Kubernetes pods are one of the most commonly used Kubernetes resources. Since all of your applications running on your cluster live in a pod, the sooner you learn all about pods, the better. […]

Read More


Avatar photo
By: Mark Bakker

April 28, 2025 10:04 pm

251 views

Kubernetes Liveness Probes: A Practical Guide

Have you ever wondered how you can help Kubernetes manage your pods in the most efficient way? Kubernetes can do a decent job “out of the box,” but it can be optimized just like any other system. One such optimization in the Kubernetes world is introducing liveness probes. In this post, you’ll […]

Read More


Avatar photo
By: Mark Bakker

April 4, 2025 3:09 am

473 views

How to create and manage Secrets in Kubernetes

Kubernetes Secrets are a built-in resource type that's used to store sensitive data. This blog teaches you how to work with Secrets in Kubernetes. Kubernetes can do many things, but we usually refer to it as a “container orchestrator.” Orchestrating containers means starting and restarting them when needed, ensuring their configuration matches the […]

Read More


Avatar photo
By: Mark Bakker

March 28, 2025 7:44 pm

367 views

What is a CrashLoopBackOff? And how to fix it

In this post, we'll dive into what CrashLoopBackOff‌ is and explore the quickest way to fix it. Fasten your seat belts and get ready to ride. Everyone working with Kubernetes will sooner or later see the infamous CrashLoopBackOff in their clusters. No matter how basic or advanced your deployments are and whether you have a […]

Read More


Avatar photo
By: Mark Bakker

October 7, 2024 5:06 pm

2,026 views

eBPF: Revolutionizing Observability for DevOps and SRE Teams

Whether you're a system administrator, a developer or any other DevOps or Site Reliability Engineering (SRE) professional, you know that staying ahead in cloud native computing is crucial.  One way to keep your competitive edge in the technology game is to embrace the benefits of eBPF (Extended Berkeley Packet Filter). On top of advances […]

Read More