Managing persistent storage in Kubernetes is crucial for stateful applications. The CSI (Container Storage Interface) NFS driver allows Kubernetes to utilize NFS (Network File System)…
Linux cheat sheet
Managing persistent storage in Kubernetes is crucial for stateful applications. The CSI (Container Storage Interface) NFS driver allows Kubernetes to utilize NFS (Network File System)…
In this blog post, we’ll walk through the steps to set up an NFS share on Debian and Fedora, and then use it in a…
Immutable systems, such as Fedora CoreOS, are designed for minimal changes and higher reliability. Fedora CoreOS is a Linux distribution optimized for containerized workloads, providing…
In the evolving landscape of containerization, Docker has emerged as an essential tool for developers seeking streamlined application deployment. Among the recent advancements in this…
In the world of Kubernetes, debugging pods is a common task for DevOps engineers. While shell access (via kubectl exec) is often the go-to method,…