For some cases, a private and easily accessible Visual Studio instance may be a good idea. Almost all cloud providers offer a managed Kubernetes service. Today I am going to use DigitalOcean service, but the process should be very similar for other cloud providers. On this occasion, we are going to create a cluster with […]
Create a virtual machine in Proxmox with Python and Terraform
If are like me, you have a lab at home. In my case, after checking different options, I decided to use Proxmox as my main hypervisor. It is open-source and Debian-based, with a simple web console. Also, there is a terraform provider for it, which we will be looking at today. Using Python, we will […]
Create a VM in AWS using Terraform
Today we will create a simple t2.micro instance in AWS using Terraform. Currently, t2.micro instances are available in the AWS Free Tier. Everything here will be performed from a Windows environment. However, with a few adjustments, you will be able to follow with a different OS. That said, you will need the following: Setting up […]