AWS EKS ML
AWS EKS ML
aws eks --region us-west-2 update-kubeconfig --name ml-eks --profile jan-toth-ml
kubectl apply -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v0.6.0/nvidia-device-plugin.yml
kubectl get nodes "-o=custom-columns=NAME:.metadata.name,GPU:.status.allocatable.nvidia\.com/gpu"
This post is licensed under CC BY 4.0 by the author.
