The DRA Sandbox Driver is a DRA driver designed to enable rapid prototyping and experimentation with DRA.
-
Create a cluster, e.g. with kind:
kind create cluster -
Build the driver:
docker build -t dra-driver-sandbox-kubeletplugin:latest --build-arg cmd=dra-driver-sandbox-kubeletplugin . docker build -t dra-driver-sandbox-controller:latest --build-arg cmd=dra-driver-sandbox-controller .Then push the image or load it onto a kind cluster:
kind load docker-image dra-driver-sandbox-{kubeletplugin,controller}:latest -
Deploy the driver:
kubectl apply -f deploy
Once the driver is deployed, the example manifests can be deployed.