Skip to content

keinstn/learning-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn kubernetes

Local kubernetes cluster

This repo uses kind for the local cluster.

Create the local cluster.

make create-cluster

Disable restarting the cluster automatically.

docker update --restart=no kind-control-plane

Stop the cluster.

docker stop kind-control-plane

Restart the cluster.

docker start kind-control-plane

Kubernetes Dashboard

Install dashboard.

make install-dashboard

Open a new terminal and start proxy.

kubectl proxy

After running the proxy, you can access the dashboard at the following URL: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/

Get access token.

cd kind/dashboard
./get_token.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors