What is the recommended way to use Radar? #378
Replies: 1 comment 2 replies
-
|
Depends on your preferences. Desktop app or CLI is great that anyone can just use with their local permissions, no setup required, literally 15 sec download and run, connect to whatever you can connect locally. In-cluster - now that we have auth options (proxy, OIDC) - you can host in cluster and put proxy or SSO in front of it and it will use the authenticated user's RBAC defined in the cluster. This is nice to allow users to just open e.g. "radar.acme.com" or whatever, no need for refreshing credentials locally and such. This does require a bit of setup and also doesn't cleanly do multi-cluster - each radar instance now only knows itself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Using the external desktop App or in cluster exposing it via a service with a Reverse Proxy (IE: Nginx/Traefik)?
Beta Was this translation helpful? Give feedback.
All reactions