DevOps Generation: A blog about DevOps!
-
Fast track: From Docker to Nomad
This blog post is a crash course to take your docker knowledge, and show how it transfers to Nomad. Once you’ve read through it, keep it as a cheat-sheet! You may also learn something new about docker while you’re here! What’s the difference? Docker allows you to build and deploy containers, using technologies such as…
-
How to run Pi-hole in Hashicorp’s Nomad
#devops #nomad #hashicorp #pihole Pi-Hole can be used not only to filter aggressive ads, but also unwanted content such as phishing, and malware or to block specific sites such as Facebook or TikTok. In this article, we’ll explore how to configure Pi-hole in Nomad and how to select the lists for blocking. tl;dr; scroll to…
-
Nomad allocations, groups and tasks explained!
Code samples are here When you first start working with Hashicorp’s Nomad it can be challenging to face a lot of new terminology all at once. Allocations? Jobs? Groups? Tasks? What do these all mean? And how do they relate to docker containers? Before we start, here is a list of software versions used in…
-
Writing your first Nomad job!
Are you ready to build your first Nomad job? You have a docker image and now you want to deploy to your cluster, but you need to write your first job? Look no further. This post will give you all the basic pieces needed to build your first Nomad job. This article also exists in…