Hello -
How do I go about determining which SAS Studio pod is associated with a given user in SAS Viya 4? Is there any behind the scenes data set or table or log that tracks this level of detail?
Many Thanks,
James
Use the kubectl command like so:
kubectl -n yourNamespace get pods -l "launcher.sas.com/job-type=compute-server" -L "launcher.sas.com/username"
The -l will select all pods that are compute servers, the -L will display the label that contains the username.
Use the kubectl command like so:
kubectl -n yourNamespace get pods -l "launcher.sas.com/job-type=compute-server" -L "launcher.sas.com/username"
The -l will select all pods that are compute servers, the -L will display the label that contains the username.
We use shared account for the quick spin up , so i see only our service account with this statement. Is there a way to see the real end user ?
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!