Skip to content

Add docs for exposing the dashboard as a service instead of using kubectl proxy #370

Open
@tvansteenburgh

Description

@tvansteenburgh

From @davecore82.

Some users may want/need access to the dashboard without using kubectl proxy. Document a way to do that.

12:00 <davecore> Do we recommend that our users access the k8s dashboard with kubectl proxy? There seems to be an official way to access the dashboard without kubectl proxy (https://github.com/kubernetes/dashboard/blob/master/docs/user/installation.md).  Do we encourage that? Any thoughts on the dashboard in general?
12:05 <davecore> I wonder if I can just expose the kubernetes-dashboard service with MetalLB that's already deployed
12:16 <tvansteenburgh> davecore: yes we recommend kubectl proxy - see https://ubuntu.com/kubernetes/docs/operations
12:22 <davecore> tvansteenburgh: Thanks Tim. Do we have an alternative for users that can't easily run kubectl proxy on their machines? My current deployment at customer site has access to the environment via a Citrix virtual desktop. They can use putty to SSH to the ubuntu server where kubectl is installed.    I'm thinking of 2 possibilities:   1) find a way to run kubectl proxy from windows and use kubectl proxy    or 2)  expose the dashboard (maybe with metalLB?) and 
12:22 <davecore> access it from any web browser
12:22 <davecore> Any thoughts about that use case?
12:24 <tvansteenburgh> davecore: either of those should work
12:25 <davecore> tvansteenburgh: thanks.  is there any chance we could have an official recommended way from the k8s team to use metallb to do that?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions