Search⌘ K

Giving Others Access to the Cluster

Understand how to share access to a Kubernetes cluster by creating distributable kubectl configurations. Learn best practices for multi-user authentication and role-based access control to manage cluster security effectively.

We'll cover the following...

Creating a Distributable Configuration

Unless you’re planning to be the only person in your organization with the access to the cluster, you’ll need to create a kubectl configuration that you can distribute to your coworkers. ...