Skip to content

Leo Dutra – Tech Blog

Menu
  • Home
  • HOME LAB
  • VMWARE
  • KUBERNETES
  • ABOUT
  • PRIVACY POLICY
Menu

Author: leonardompdutra

Deploy Azure Kubernetes Service(AKS) Cluster with Terraform

Posted on November 18, 2024 by leonardompdutra

Overview AKS (Azure Kubernetes Service) is a managed Kubernetes offering from Microsoft that simplifies the deployment and management of containerized applications on Azure. Want to deploy an AKS cluster with the power and efficiency of IaC? This article provides a step-by-step guide using Terraform, an open-source tool that lets you manage your AKS infrastructure as code….

Read more

Easy IoT data infrastructure setup via docker

Posted on November 9, 2024 by leonardompdutra

Based on https://github.com/iothon/docker-compose-mqtt-influxdb-grafana and https://lucassardois.medium.com/handling-iot-data-with-mqtt-telegraf-influxdb-and-grafana-5a431480217 This docker compose installs and sets up: Setup process Install docker Clone this repository Run it To download, setup and start all the services run To check the running setvices run To shutdown the whole thing run Test your setup Post some messages into your Mosquitto so you’ll be able to see some…

Read more

Install AWX on Ubuntu 24

Posted on November 6, 2024November 7, 2024 by leonardompdutra

AWX is an open-source alternative to Red Hat Tower (Ansible Automation Platform). I’ve used both pretty extensively in the past, and since AWX is essentially free, I’ll be covering that product in the next few blogs. AWX is very useful for automating application creation for load balancers. There are a few components that will be…

Read more

Deploying Microservices on Google Cloud Platform with Jenkins, Terraform, and Cloud Run

Posted on November 6, 2024November 6, 2024 by leonardompdutra

This article provides a comprehensive guide to creating a CI/CD pipeline that deploys microservices on Google Cloud Platform (GCP) using Jenkins, Terraform, and Cloud Run. Leveraging Jenkins for continuous integration, Terraform for Infrastructure as Code (IaC), and Cloud Run for containerized service hosting, we’ll explore a robust solution to automate deployments to the production environment…

Read more

Deploying Microservices on AWS Infrastructure as Code – ECS

Posted on November 6, 2024November 6, 2024 by leonardompdutra

In recent years, the IT landscape has been transformed by increasing automation and the rise of microservices. Inspired by these advances, our team set out to create a streamlined, automated infrastructure that would minimize manual intervention while improving monitoring and scalability. Unlike many IT teams still reliant on manual steps and outdated tools, DevOps team…

Read more

How to Expand the Windows partition when the recovery one is in the way?

Posted on November 6, 2024November 8, 2024 by leonardompdutra

you’ll be able to: 1. identify and delete recovery partition so, first you need to disable it, that’s the already known command: with that done, launch diskpart where you pick your OS drive by ID and the recovery partition by ID. And then you delete it. This is possible using the override keyword asking Windows to not consider that…

Read more

Social Media

  • LinkedIn

Recent Posts

  • Deploy Azure Kubernetes - Terraform
  • Microservices on AWS - ECS
  • Microservices on Google Cloud
  • Easy IoT data - Influxdb Telegraf Grafana
  • Install AWX on Ubuntu 24
  • How to Expand the Windows Partition

ABOUT

My name is Leonardo Dutra and I’m a Devops at Energisa.

With years of experience applying DevOps practices, CI/CD pipelines, and Infrastructure as Code (IaC), I have accelerated software delivery, minimized errors, and enhanced scalability, particularly through the use of containers and Kubernetes. My expertise also spans load balancing, automation, software development, and public cloud environments.

© 2025 Leo Dutra – Tech Blog | Powered by Minimalist Blog WordPress Theme