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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挜 [DevOps][Deployment] Documentation about Connecting to Kubernetes Dashboard without Terminal Variable Export #7402

Open
Tirokk opened this issue May 15, 2024 · 0 comments
Assignees
Labels

Comments

@Tirokk
Copy link
Member

Tirokk commented May 15, 2024

馃挜 DevOps ticket

Documentation about Connecting to Kubernetes Dashboard without Terminal Variable Export.

Additional Information

# set kubeconfig
$ kubectl config use-context do-fra1-cluster-freilernen-social
# see if Kubernetes Dashboard is available
$ kubectl get pods -n kubernetes-dashboard
# create admin-user token
$ kubectl -n kubernetes-dashboard create token admin-user
# forward Kubernetes Dashboard port
$ kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443

Open https://localhost:8443 in your browser.

@Tirokk Tirokk added the devops label May 15, 2024
@Tirokk Tirokk self-assigned this May 15, 2024
@Tirokk Tirokk changed the title 馃挜 [DevOps][Deployment] Connect to Kubernetes Dashboard without Terminal Variable Export 馃挜 [DevOps][Deployment] Documentation about Connect to Kubernetes Dashboard without Terminal Variable Export May 15, 2024
@Tirokk Tirokk changed the title 馃挜 [DevOps][Deployment] Documentation about Connect to Kubernetes Dashboard without Terminal Variable Export 馃挜 [DevOps][Deployment] Documentation about Connecting to Kubernetes Dashboard without Terminal Variable Export May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant