# Kubernetes Startup Probes - Examples & Common Pitfalls

[Originally posted at Loft Labs Blog](https://loft.sh/blog/kubernetes-startup-probes-examples-and-common-pitfalls/). © All rights belong to [Loft Labs, Inc.](https://loft.sh/).

This is one of the posts I have written for [Loft Labs, Inc.](https://loft.sh/).

%[https://loft.sh/blog/kubernetes-startup-probes-examples-and-common-pitfalls/]

> 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](https://unsplash.com/@bradencollum?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/start?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
