Advertisement
Guest User

Untitled

a guest
Jan 20th, 2021
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. kubectl get ingress
  2. NAME CLASS HOSTS ADDRESS PORTS AGE
  3. test <none> xip.io 80 39h
  4.  
  5.  
  6. kubectl describe ing test -n default
  7. Name: test
  8. Namespace: default
  9. Address:
  10. Default backend: default-http-backend:80 (<error: endpoints "default-http-backend" not found>)
  11. Rules:
  12. Host Path Backends
  13. ---- ---- --------
  14. xip.io
  15. ingress-75f627ce3d0ccd29dd268e0ab2b37008:80 (10.42.0.24:80)
  16. Annotations: field.cattle.io/creatorId: user-54fhn
  17. field.cattle.io/ingressState: {"dGVzdC9kZWZhdWx0L3hpcC5pby8vODA=":"deployment:default:test"}
  18. Events: <none>
  19.  
  20.  
  21.  
  22.  
  23. > kubectl get pods -n default
  24. NAME READY STATUS RESTARTS AGE
  25. test-69cf755dd-vqvnl 1/1 Running 0 39h
  26. >
  27.  
  28.  
  29.  
  30.  
  31. > kubectl logs -n default test-69cf755dd-vqvnl
  32. Running http service at 80 port
  33. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement