Skip to main content

Command Palette

Search for a command to run...

Kubernetes Startup Probes - Examples & Common Pitfalls

Published
1 min read
Kubernetes Startup Probes - Examples & Common Pitfalls

Originally posted at Loft Labs Blog. © All rights belong to Loft Labs, Inc..

This is one of the posts I have written for Loft Labs, Inc..

Kubernetes brought an excellent deployment platform to work on. Even monolithic applications can be run in a container. For some of these monolithic applications and for some microservices, a slow start is a problem. Even if we configure readiness and liveness probes using initialDelaySeconds, this is not an ideal way to do this. For this specific problem, startup probes are developed.

Photo by Braden Collum on Unsplash

More from this blog

C

Clouds Engineer Blog

13 posts