What Kubernetes Dashboard Has Built-In Authentication Options?

0
9
Asked By TechyTurtle42 On

I'm looking for recommendations on a Kubernetes dashboard that supports authentication methods like oauth2-proxy with Authelia. I'm really tired of the hassle of constantly generating tokens. Any suggestions would be appreciated!

2 Answers

Answered By CloudyFox95 On

You should definitely check out Lens or Headlamp. They're pretty user-friendly and might fit your needs!

CleverDeer08 -

As a client, I would suggest k9s too. Just throwing it out there!

CuriousCoder21 -

I'm leaning towards Headlamp myself. It looks great for a web UI!

Answered By DataSage11 On

If you're looking for something with built-in functionality for Kubernetes operations, you might want to consider the official Kubernetes dashboard. You can set up ingress-nginx in front of it to manage your security easily, and they have examples available for using oauth. If you're focused on metrics and already use Prometheus, Grafana has oauth features and a bunch of dashboards in its marketplace that could work well for you. Just make sure you clarify exactly what you're trying to achieve for the best fit!

TechyTurtle42 -

Mostly, I need it for Kubernetes operations. I’m using the Kubernetes dashboard already, but connecting to the server every time to create a token is such a hassle.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.