That One Friday Deployment We’ll Never Forget It was a typical Friday afternoon, and everything seemed calm. We had a small change to push to…
Linux cheat sheet
That One Friday Deployment We’ll Never Forget It was a typical Friday afternoon, and everything seemed calm. We had a small change to push to…
Kubernetes has revolutionized container orchestration, enabling developers and operations teams to manage applications at scale efficiently. However, as powerful as Kubernetes is, poor implementation and…
Init Containers and Sidecar Containers stand out as essential components for customizing pod behavior. In this blog post, we’ll explore what these containers are, when…
When working with Kubernetes, you may have encountered Endpoints resources, which define how traffic is routed to pods selected by a service. Within these resources,…
In this guide, we’ll walk through the steps to create a Kubernetes user with restricted permissions. We will also include instructions on creating a Linux…
K9s provides a terminal UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and…
Ensuring that Kubernetes certificates are valid and not near expiration is essential for maintaining a secure and stable cluster. With PRTG Network Monitor, you can…
Full disk encryption (FDE) ensures that all data on your disk is encrypted, requiring a passphrase or key file to unlock at boot. In this…
BaGet is an open-source NuGet server implementation. It provides a lightweight and performant solution to host your own NuGet repository. In this tutorial, I will…