Skip to content

mkborland/k8s_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

k8s_training

create with kubectl apply -f https://k8smastery.com/shpod.yaml attach with kubectl attach --namespace=shpod -ti shpod delete with kubectl delete -f https://k8smastery.com/shpod.yaml

use attach for 1st terminal use kubectl exec --namespace=shpod -ti shpod -- bash -l for 2nd terminal to have a new bash shell

kubectl get nodes -o json | jq ".items[] | {name:.metadata.name} + .status.capacity" list of items in node more readable format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published