23 posts tagged with "Nomad"
View All TagsIBM Champion 2026
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.
How to update the OIDC config in Nomad?
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?
Nvidia workloads on Nomad
The Nomad NVIDIA device plugin allows you to use NVIDIA graphical processing units (GPUs) within your Nomad workloads.
Dealing with special chars in a Nomad Template block
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.
Migrating from TraefikEE to Traefik Proxy
Logging to IONOS Cloud LaaS with Nomad
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.
Deleting dynamic host volumes in Nomad
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.
Sharing Secrets with Nomad Workload Identity
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.
Nomad Host Network Configuration
Recently, I encountered an issue with our new Nomad cluster. After adding a Nomad client node via a VPN connection, the node was successfully visible in Nomad and able to run workloads.
However, I experienced a problem with Nomad's built-in service discovery feature, which was unable to retrieve the correct IP address for a deployed service.
