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
Cloud
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 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