DevOps
-
InfluxDB Grafana Docker-Compose Configuration: Proxmox Monitoring Example
When it comes to open-source monitoring, two tools come up quite often for building out monitoring stacks for things like Kubernetes monitoring (storage, scaling, performance, etc), cloud monitoring, application metrics, and many others in your environment – InfluxDB and Grafana.…
-
Neovim vs Vim: Battle for best IDE
When it comes to IDEs, Vim has been an IDE that many developers, DevOps, and enthusiasts have used for years. Also, Neovim, a fork of Vim, has become a solution many prefer since it brings modern features and improvements to…
-
Vagrant Boxes Create Virtual Machines in Seconds on VirtualBox, Hyper-V, and VMware
Virtualization technologies are front and center in software development, testing, and deployment. One of the best tools for spinning up quick and easy development environments is a tool from Hashicorp, called Vagrant. Let’s look at how, using Vagrant boxes, we…
-
Install Terraform DevOps Beginners Guide
Terraform is a DevOps tool that everyone needs to know since it is one of the most popular ones in use today with organizations. Let’s see how to install it and get up and running so you can start getting…
-
GitLab CI CD Pipelines for Home Lab: A Step-by-Step Guide
If you are like me, for years, you have used scheduled tasks in the home lab and production to accomplish various tasks. However, delving into the world of CI CD opens many opportunities to learn how to use this instead…
-
Top 10 DevOps Containers in 2023
If you want to learn more about DevOps and building an effective DevOps stack, several containerized solutions are commonly found in production DevOps stacks. I have been working on a deployment in my home lab of DevOps containers that allows…
-
PowerShell Kill a Process from the Command Line
Let’s see how we can use the command line, including command prompt commands and PowerShell to kill processes. Table of contentsTask Manager may not be the best toolTasklist and TaskkillKilling a Process Using its Name (Image Name)Killing a Process Using…
-
Terragrunt vs Terraform: Battle of DevOps tools
Terraform is arguably one of the top tools used by DevOps professionals. However, there is another tool you may not have heard about called Terragrunt. What is Terragrunt? What about Terragrunt vs Terraform? Are they competing solutions? Table of contentsWhat…
-
Ansible vs Terraform: Best DevOps tool?
Ansible and Terraform are excellent DevOps tools that can provide many automation benefits in enterprise and cloud environments. However, I would say that each has its strengths in configuring and provisioning infrastructure. Look at Ansible vs Terraform and see which…