Nomad Rescheduling Error
While trying to redeploy one of our Nomad jobs last week, I ran into an error that I hadn't seen before.
While trying to redeploy one of our Nomad jobs last week, I ran into an error that I hadn't seen before.
I'm excited to share that I've been named an IBM Champion for 2026, building on my previous recognition as a Hashicorp Ambassador 2025.
In a previous post, I covered configuring Nomad to use OpenID Connect with Entra ID. However, when your OIDC secret expires, you'll need to refresh the OIDC config. But how do you do it?
The Nomad NVIDIA device plugin allows you to use NVIDIA graphical processing units (GPUs) within your Nomad workloads.
I recently encountered a puzzling issue with a Nomad job, where a crucial environment variable was missing a # character.
After some investigation, I finally uncovered the root cause.
Last year, I covered how to set up and configure the IONOS Cloud LaaS offering. Now it is time to showcase how we collect logs from Nomad via FluentBit and send them to the IONOS Cloud LaaS.
While doing a bit of spring cleanup in the various Nomad clusters we host for us and our customers, I wanted to delete a few dynamic host volumes that were no longer in use.
A while ago, Nomad introduced the concept of Workload Identity to authenticate to Vault and obtain a Vault ACL token specific to the task. This way, Nomad jobs only have access to "their" own secrets, which provides an additional layer of security.