DevOps engineers and developers are familiar with kind, a Kubernetes development environment built on Docker. In kind
, the control plane and nodes of the cluster operate as individual containers. While kind
is easy to use, accessing GPUs from the cluster can be challenging.
This tutorial walks you through installing nvkind
from Nvidia, a GPU-aware kind
cluster for running cloud native AI workloads in a development or test environment.
My environment consists of a host machine powered by a single Nvidia H100 GPU. We aim to deploy a pod within…