Talha Juikar
Preview Image

Longhorn: Implementing High-Availability Persistent Storage for Kubernetes

Persistent storage is critical for stateful applications running in Kubernetes environments. In this comprehensive guide, I'll walk you through setting up Longhorn, a CNCF-backed distributed block storage system designed specifically for Kubernetes. You'll learn how to implement highly available, replicated storage that can survive node failures while providing consistent performance for your applications.

Preview Image

Wildcard certificates with Traefik and cert-manager using Let's Encrypt

Traefik is a leading modern open source reverse proxy and ingress controller that makes deploying services and APIs easy. Cert-manager is a powerful and extensible X.509 certificate controller for Kubernetes and OpenShift workloads that obtains certificates from various issuers, ensures they remain valid and up-to-date, and attempts to renew them at a configured time before expiry.