Add a "Connect to Kubernetes" tab in the "My account" page
This could be configurable at region level.
This tab would show all parameters needed to connect to k8s API, as in k8s-onboarding:

Inspired by the storage tab:

I'm okay with this as long as it's optional and configurable. Not every cluster exposes the API server publicly.
How do you want to make it optional ? The API will send a param ?
@ddecrulle I think it should be a region config, probably near: https://github.com/InseeFrLab/onyxia-api/blob/9349b5c327f5a6b75d259f6970fe31b672a2ea1c/docs/region-configuration.md#k8spublicendpoint-properties
I think having K8sPublicEndpoint.URL defined in the region configuration may be enough to signify to the UI that it can display the "connect to kubernetes" tab.
By the way, it seems there is a typo in the documentation : https://vault.change.me does not look that great as a k8s apiserver endpoint URL :smiley:
🎉