Skip to content

eapodaca/k8s-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8S tools

Deploy K8S dashboard

  1. ./deploy-dashboard.sh
  2. ./get-token.sh
  3. kubectl proxy
  4. Navigate to proxied dashboard.
  5. authenticate with token printed by step 2.

Expose K8S Dashboard externally

  1. kubectl -n kube-system edit service kubernetes-dashboard
  2. Update spec.type from ClusterIP to NodePort
  3. Determine the host port that was bound for the dashboard: kubectl -n kube-system get service kubernetes-dashboard
  4. Navigate to https://:
  5. Authenticate using token from ./get-token.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages