kubernetes (1) 썸네일형 리스트형 [Kubernetes] cheating sheet # Create a deployment called "web1" with the nginx web server image kubectl create deployment --image nginxdemos/hello web1 #Expose the deployment to the network kubectl expose deployment web1 --port=80 --type=LoadBalancer # Get all kubectl get all # Get pods kubectl get pod kubectl get pod -w # Get deployments kubectl get deploy kubectl get deploy -w kubectl get deploy -o wide # Get node inform.. 이전 1 다음