Avatar photo
By: Mark Bakker

April 28, 2025 10:04 pm

130 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

420 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

271 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

1,909 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