Hello Wondering if there is a way to get the details of nodes in a SAS viya4 deployment using kubectl? (or may be some config file that has the details) I was interested in knowing the details of disk space, vCPU, RAM and attached storage.
You could run kubectl describe <node-name> to get details on the nodes capacity from Kubernetes perspective (e.g. CPU, RAM, storage). For a full picture of storage you could run a debug pod (kubectl debug node/<node-name> -it --image=alpine) then run "chroot host" to get root access on the node.
-- Greg Wootton | Principal Systems Technical Support Engineer
You could run kubectl describe <node-name> to get details on the nodes capacity from Kubernetes perspective (e.g. CPU, RAM, storage). For a full picture of storage you could run a debug pod (kubectl debug node/<node-name> -it --image=alpine) then run "chroot host" to get root access on the node.
-- Greg Wootton | Principal Systems Technical Support Engineer
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.