helloworld.yml

k8s 实验 service_云计算

kubectl create -f helloworld.yml

k8s 实验 service_Docker_02

kubectl describe pod nodehelloworld.example.com

k8s 实验 service_云计算_03

helloworld-service.yml

k8s 实验 service_Docker_04

kubectl create -f helloworld-nodeport-service.yml

k8s 实验 service_云计算_05

kubectl get svc

curl这个服务的31001应该是可以curl到helloworld的

k8s 实验 service_云计算_06