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
}
-
Notifications
You must be signed in to change notification settings - Fork 0
moraesjeremias/readiness-probe-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple Fast API Python server to play around readiness probes in Kubernetes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published