Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # Chaos Planning
  2.  
  3. 1. Schedule it:
  4.  
  5. Now!
  6.  
  7. 2. Choose tests:
  8.  
  9. Kill MySQL.
  10. First we'll delete the pod.
  11. Second we'll delete the deployment.
  12.  
  13. 3. What do we expect to happen?
  14.  
  15. If we delete the pod, kubernetes should recreate a pod.
  16. If we delete the deployment, we'll see a 500 error of some sort.
  17. We should get some sort of alerting that mysql is down.
  18.  
  19. 4. What are we going to do if things go horribly wrong?
  20.  
  21. Walk off stage, eat cookies.
  22.  
  23. 5. Share this!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement