Replies: 4 comments 2 replies
-
Hello @FGasper! Simplest option would be to run Docker image with args matching your setup. You can find list of supported args here (including You can also check how we do it now after we have moved API and UI to separate containers here. Note that it's master version, not 2.7.0 anymore. Let us know if you have any questions. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your responses, @floreks and @maciaszczykm! Our setup is thus: we ship a legacy (non-containerized) application that runs on a dedicated server. Users have UNIX system accounts, sometimes with shell access. This application shares network storage (Ceph or NFS, depending on the install) with a k8s cluster that runs the users’ websites. The legacy application administers the cluster via kubectl. We’d like to run Dashboard as part of that legacy application. There can be multiple concurrent administrator sessions, and they would both need access to the Dashboard. Is |
Beta Was this translation helpful? Give feedback.
-
Additional question: if I want to proxy the Dashboard from, say, /some/custom/docroot instead of /, is that possible? I don’t see any configuration to this effect in the Helm chart: https://github.com/kubernetes/dashboard/blob/master/charts/helm-chart/kubernetes-dashboard/values.yaml |
Beta Was this translation helpful? Give feedback.
-
Answer to self: yes, it’s possible via |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is it possible to run Kubernetes Dashboard from a machine outside the cluster but that has the right kube.config file to administer the cluster? If so, is there any documentation about doing this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions