by piotr | Feb 19, 2023 | Docker, Kubernetes, Uncategorized
Have you ever wanted wildcard entries in the/etc/hosts file? What about CNAME, TXT, or MX records? Do you want to run a DNS server for development? Cumbersome to update upstream name servers when switching networks? All of the above can be solved by running your...
by piotr | Jan 16, 2023 | Kubernetes, Uncategorized
Have you ever deployed a Kubernetes inside of a WSL just to discover that you don’t know how to access services behind its Load Balancer like Ingress? Have you ever tried to solve this with a Node Port just to realize that WSL’s IP is changing every...