Skip to content

kaustubh57/kubernetes-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Kubernetes tutorial

kubectl commands

  • kubectl version
  • kubectl get nodes
  • kubectl run hw --image=karthequian/helloworld --port=80
  • kubectl get deployments
  • kubectl rs
  • kubectl get pods
  • kubectl expose deployment hw --type=NodePort
  • kubectl get services
  • kubectl get all
  • kubectl get deploy/hw -o yaml

minikube commands

  • minikube version
  • minikube start
  • minikube service hw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published