Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to keep kubernetes dashboard running #779

Closed
mmourafiq opened this issue Jan 10, 2019 · 9 comments
Closed

How to keep kubernetes dashboard running #779

mmourafiq opened this issue Jan 10, 2019 · 9 comments

Comments

@mmourafiq
Copy link

What happened:

In order to access the k8s dashboard, the user must run:

aks browse --resource-group <VALUE> --name <VALUE>

But the dashboard timesout after a couple of minutes.

What you expected to happen:

I expect the dashboard to keep running until I stop the command.

How to reproduce it (as minimally and precisely as possible):

Just start the dashboard using the command above.

Environment:

  • Kubernetes version (use kubectl version):
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.1", GitCommit:"eec55b9ba98609a46fee712359c7b5b365bdd920", GitTreeState:"clean", BuildDate:"2018-12-13T10:39:04Z", GoVersion:"go1.11.2", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.5", GitCommit:"753b2dbc622f5cc417845f0ff8a77f539a4213ea", GitTreeState:"clean", BuildDate:"2018-11-26T14:31:35Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
  • Size of cluster: 8 nodes
  • General description of workloads in the cluster: machine learning
@DovAmir
Copy link

DovAmir commented Jan 14, 2019

+1

1 similar comment
@dennisameling
Copy link

+1

@ghost
Copy link

ghost commented Jan 15, 2019

Same issue as #68 and #313

@alexsandro-xpt
Copy link

+1

2 similar comments
@EvgenyKhaliper
Copy link

+1

@IvanJosipovic
Copy link

+1

@benc-uk
Copy link

benc-uk commented Jan 21, 2019

You can create your own service for the dashboard, rather than go through a proxy tunnel
I wrote a script that only opened it up for a single IP (your current public IP) using loadBalancerSourceRanges to make it more secure (this results in the NSG in Azure being configured) , but it's still pretty risky

https://gist.github.com/benc-uk/58ac45d05d00ea2db2bf86f6953fd225#file-dash-external-sh

@gavinfish
Copy link

It seems there is no parameter to control the timeout, and it is really a bad experience since I have to rerun the command several times in one demo.

@jnoller
Copy link
Contributor

jnoller commented Apr 4, 2019

closing as duplicate of #68

@jnoller jnoller closed this as completed Apr 4, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Jul 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants