Skip to content

enjangse88/kubernetes-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Exercise

My collection kubernetes exercise files. Exercise use convention name,

  • number it show sequential through
  • purpose it show the purpose of the exercise
1-simplePod 
1-simplePod/pod.yaml
kubectl create -f file.yaml

kubectl run pod --image image-name kubectl describe pod pod-name kubectl delete pod pod-name

How to rollback deployment

kubectl rollout undo deployment deployment-name

check deployment status

kubectl rollout status deployment dpeloyment-name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published