Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Thai

เรียกใช้แอปพลิเคชัน HTTP ตัวอย่าง

Code Block
kubectl runcreate deployment hello-minikube --image=k8s.gcr.io/google_containers/echoserver:1.4 --port=808010

2. Expose the service so that external connections can be made

...

Code Block
kubectl expose deployment hello-minikube --type=NodePort --port=8080

3. Inspect the pod

Thai

ตรวจสอบพ็อด

...