Ingress for my local kind cluster (opens in new tab)
My Kubernetes playground is built primarily around local kind clusters. To make working with them more seamless, I configured custom DNS forwarding so that specific domains—such as *.cluster to automatically resolve to the respective kind cluster. This setup allows me to simulate real-world networking scenarios while keeping everything lightweight and self-contained. What is kind? kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed ...
Read the original article