Skip to content

A simple Fast API Python server to play around readiness probes in Kubernetes

Notifications You must be signed in to change notification settings

moraesjeremias/readiness-probe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

stateDiagram-v2
    direction LR
    Stick_to_POD_1 --> Readiness_fail_on_POD_1
    state Stick_to_POD_1{
        "Request" --> "Ingress"
        "Ingress" --> "Service"
        "Service" --> "Deployment_1": GET /healthz
        "Service" --> "Deployment_2"
    }
    state Readiness_fail_on_POD_1{
        Request --> Ingress
        Ingress --> Service
        Service --> Deployment_1: GET /termination
        Service --> Deployment_2: GET /healthz
    }
Loading

About

A simple Fast API Python server to play around readiness probes in Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published