Challenge 3 - Resiliency

< Previous Challenge        Next Challenge>

Introduction

Resiliency is the ability to recover quickly from issues. For Cloud Native applications, we want to rely upon automation when possible. We will add Readiness and Liveness Probes to our existing containers and validate them

Description

For this challenge, we will continue to use https://github.com/stefanprodan/podinfo since it has a number of Web API’s for interacting with the container.

Success Criteria

Optional challenge

Hints

  1. cURL manual
  2. Kubernetes probes