by gosia_janeczek | Jul 14, 2024 | .NET, Azure, Web Development
In this article, we will go together through creation of a Storage Account and uploading your first blob from code! Slowly, step-by-step, as beginners do! First thighs first we start by making sure you have all the basic theories behind the blob storage. You can find...
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 26, 2023 | Kubernetes
After installing Kubernetes on WSL, how do we connect to it from Windows using kubectl or any other developer tool we might be using? As usual it turns out it can be done with just few lines of good old scripting 🙂 Before we start Not surprisingly most of you probably...
by piotr | Jan 18, 2023 | Docker
Have you ever tried replacing Docker Desktop by installing Docker on your WSL instance to discover that now you don’t even know how to connect to it from CLI or other development tools? Have you ever got following error message when trying to use Docker CLI?...
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...