Pratik Bandarkar

Hi there! I am Pratik Bandarkar, a cloud enthusiast and tech blogger. This blog is my space to document my hands-on experiences as I explore and experiment with cloud technologies, DevOps practices, and infrastructure management. Here, I share real-world insights I have gathered while working on various systems.

When I am not diving into tech, you will find me behind the camera, capturing the world through my lens. Feel free to browse through my tech tips or take a break and explore my photography portfolio!

k3d_macos

Running k3d on macOS? Here’s Why It Behaves Differently and How to Fix It!

Running into networking issues with k3d on macOS? Unlike Linux, macOS uses a Docker VM, which changes how you access Kubernetes containers. Learn why this happens, and follow a simple fix using docker-mac-net-connect to resolve connectivity issues and access your Kubernetes applications seamlessly.

Running k3d on macOS? Here’s Why It Behaves Differently and How to Fix It! Read More »

, ,
k8s_snat_dnat

Connecting the Dots: SNAT, DNAT, and Traffic Flow in Kubernetes

Curious about how Kubernetes handles pod communication with external services? In this deep dive, we will explore how Kubernetes manages both outgoing and incoming traffic, the role of iptables, and SNAT/DNAT rules. Whether you are new to Kubernetes or experienced, this guide simplifies the complexities of Kubernetes networking.

Connecting the Dots: SNAT, DNAT, and Traffic Flow in Kubernetes Read More »

, ,
cert-manager_handson

Automating SSL/TLS Certificates for Kubernetes using Cert-Manager: Hands-On Guide

In this tutorial, learn how to automate SSL/TLS certificate management in Kubernetes with Cert-Manager. It will guide you through step-by-step instructions to install Cert-Manager, configure self-signed certificates, create certificates from a self-signed CA, and request trusted certificates from Let’s Encrypt using DNS challenges. Improve your Kubernetes security with automated SSL certificate provisioning and renewal for Ingress resources.

Automating SSL/TLS Certificates for Kubernetes using Cert-Manager: Hands-On Guide Read More »

, ,
cert-manager_high-level-overview

SSL Certificate Management in Kubernetes: Simplifying Security with Cert-Manager

Learn how to secure your Kubernetes applications with SSL/TLS certificates using cert-manager. This blog covers various certificate management options, including Let’s Encrypt, self-signed certificates, and CA issuers. Discover how cert-manager automates the SSL certificate lifecycle to enhance security and simplify management.

SSL Certificate Management in Kubernetes: Simplifying Security with Cert-Manager Read More »

, ,
Scroll to Top