Thursday, September 19, 2024

VMware ESXi PowerCLI Setup Script for Port groups, VLANs, VMkernel ports and iSCSI

If you are like me, you are these days trying to automate as much as possible. It is just the best way to go since it makes it much...

Proxmox Terraform Automation Cloning LXC Containers

I love automation, especially when testing out new things in the home lab. Recently, I have been running performance and density tests on mini...

Secure Nginx Proxy Manager Admin Interface with SSL

I really like Nginx Proxy Manager to secure my Docker containers running on Docker hosts with SSL certificates. I find it to be extremely...

Best Docker Containers for DevOps in 2024

I use a LOT of Docker containers in the home lab and in my DevOps journey to continually work with various code projects, automation,...

Command to Build Docker Image from Custom Created Dockerfile

An extremely important skill when working with Docker containers is being able to build a Docker container from a custom-created dockerfile. This will allow...

Top 5 DevOps Automation Tools I Use Every Day

There are many great DevOps Automation tools available for use that allow DevOps engineers and IT Ops to automate and make the most of...

Hashicorp Vault Docker Install Guide

If you are doing much DevOps and working with terraform code, Ansible, or other IaC, having a secure place to store secrets so your...

GitLab CI CD Variables and How to Use Them

Working with GitLab CI CD pipelines is a great way to automate your DevOps processes. In building a CI CD pipeline you can use...