This post walks you through a fully infrastructure as a code stack, we gonna use few tools to help us to setup the entire environment in Azure. Applications Prometheus Grafana DNS record Tools Kubernetes Cluster (AKS) Terraform Helm First of, we need to create our K8S cluster and to do Continue Reading
Azure Virtual Machine with Terraform
If you are ~40 years old, back to the old days how much time you were used to spend to install a brand new computer and have it ready to go? For sure it was days, weeks, sometimes I would say months, starting with the getting budget to buy a Continue Reading
Azure Kubernetes with Terraform
When we talk about kubernetes running natively in the cloud, usually we don’t need to create virtual machines and install the kubernetes, we can if we want it, but there is a product called AKS ( Azure Kubernetes Service ) that we can use without take care of the admin Continue Reading
???? Happy 2021
This post is just to wish you a wonderful 2021, the last year was tough. The Covid-19 pandemic brought so much sadness, fear but also hope. We all are facing this situation and we will win together. If 2020 was one year full of sadness, let’s make 2021 one year Continue Reading
How to switch from an AKS cluster to another
A good friend of mine asked me about Azure Kubernetes, the famous AKS. The question was, how can I easily switch from one cluster to another? So, there are quite a few ways to do that task, I going to show you two of them that I usually use. Via Continue Reading
☁️ Azure Bastion and Network Security Group
The Azure Bastion is a service that allow you to connect to your virtual machines without a public IP. The connection is through TLS, which means you are able to reach your machine ( SSH or RDP ) via a browser. You can configure Azure Bastion service without a NSG Continue Reading
How to push a docker image to Azure Container Registry
Hi guys, I have prepared some steps to allow you to upload your local docker image to ACR. Login into docker hub Pull your image Login into Azure and set your current subscription Login into ACR Tag your image Push the image to ACR Check if your image was uploaded Continue Reading
How to rent a flat in Germany
That’s definitely something complicated to achieve in Germany. I’m gonna tell you my own experience with the process, more specifically in Berlin, which means worked for me, not necessary it’s gonna work for you too, but I think it can help you somehow. The first thing that we did was, Continue Reading
How to upgrade the AKS version via CLI
To upgrade the Azure Kubernetes Service version via command line is easy. Follow these steps below and be happy ???? First you need to login into your Azure account Then select your subscription To see current version: It takes some time, after that you can run again the command to Continue Reading
Azure SNAT Port Exhaustion
SNAT port exhaustion can be something hard to visualize in Azure portal, first we need to have a standard loadbalancer, the basic one doesn’t have this feature, for who have the basic loadbalncer it’s necessary to call to Microsoft Support and check your number of snat used, which is really Continue Reading