Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $ istioctl create -f destination-rule.yaml
  2.  
  3. $ kubectl get po,deployments,svc,ing
  4. NAME READY STATUS RESTARTS AGE
  5. po/be-v1-16151855-r8hn1 2/2 Running 0 29s
  6. po/be-v2-4191276971-6j9q3 2/2 Running 0 28s
  7. po/myapp-v1-2518991625-h521p 2/2 Running 0 29s
  8. NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
  9. deploy/be-v1 1 1 1 1 29s
  10. deploy/be-v2 1 1 1 1 29s
  11. deploy/myapp-v1 1 1 1 1 29s
  12. deploy/myapp-v2 0 0 0 0 29s
Add Comment
Please, Sign In to add comment