Add board name and logged in user name in the pod name

Dear Team,
We have 2 board now deployed using shinyproxy. When I have multiple users and there are some problems it is very difficult to see which pods is from which board and which users. if we have a way to append the board id and username to the pod name, then it would be great.

Please let me know if there is already some ways to achieve the same.
Thanks in advance.

@tdekoninck @mnazarov could anyone of you help me here?

Hi

You can use either the admin panel for this (see the admin-groups settings), which will show an overview of the running applications. In addition, when using Kubernetes, the userId (and other) metadata is added as an annotation to the pod.

We cannot use the user id or username as pod name, because of the restrictions in the resources names of Kubernetes.