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….
Easy IoT data infrastructure setup via docker
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…
Install AWX on Ubuntu 24
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…
Deploying Microservices on Google Cloud Platform with Jenkins, Terraform, and Cloud Run
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…
Deploying Microservices on AWS Infrastructure as Code – ECS
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…
How to Expand the Windows partition when the recovery one is in the way?
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…