BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
thesasuser
Lapis Lazuli | Level 10

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.

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
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

View solution in original post

1 REPLY 1
gwootton
SAS Super FREQ
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

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 596 views
  • 0 likes
  • 2 in conversation