Kubernetes Dashboard

Adjusting the timeout of the Kubernetes Dashboard

If you ever worked with the Kubernetes Dashboard you certainly have noticed the rather short session timeout (about 10 minutes).

By adjusting the startup parameters you can either:

  1. Increase the timeout
  2. Disable the timeout
  3. Skip authentication altogether

Skipping the authentication is useful in a dev environment where you don’t need or want authentication.

[Read More]