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
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
☁️ 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 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