Randomly delete Kubernetes Pods to encourage development of failure-resilient services.

Kube Monkey

Randomly delete Kubernetes Pods to encourage development of failure-resilient services.
Kube Monkey

Adopting chaos engineering strategies for your production environment is useful, because it is the only way to test if a system supports unexpected destructive events. – KubeInvaders

Kube Monkey is an implementation of Netflix’s chaos monkey for Kubernetes clusters. It periodically schedules a list of Pod termination events to test the fault tolerance of your highly available system.

In this lab, you will learn how to:

    ☐ Install Kube Monkey onto Kubernetes
    ☐ Enable Kube Monkey demo mode to quickly see it in action
    ☐ Install and label applications to make them eligible targets for chaos

  • LEVEL

    Beginner

  • DURATION

    15 minutes

  • UPDATED

    31 Dec, 2021

Categories