1Panel-dev / webkubectl

Run kubectl command in Web Browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharing sessions between multiple users

guymenahem opened this issue · comments

Hi,
I want to add a kubeconfig file and share it between multiple users. They will access the dashboard and the session configuration will be ready for them to "connect" without further configuration.
Is there a way to do it?

The kubeconfig is stored in the browser storage when creating e new session. You would have to share the kubeconfig file with other users so that they can each use the file to create a personal session.
I don't think there is any other way to accomplish this.

Thank you @FrankAnk!
If it keeps it on the browser storage it isn't possible.

I'm creating a hands-on workshop session when everyone can access kubectl that I've added in advance.
I'll load the kubeconfig and it will be there available.