AI Features

Authentication

Learn about authentication and managing clusters, users, and contexts with kubeconfig files.

Authentication is about proving the identity. We might see or hear it shortened to authN, pronounced “auth en”.

Credentials

Credentials are at the heart of authentication, and all requests to the API server include credentials. It’s the responsibility of the authentication layer to verify them. If verification ...