Feature Request: Proxy containers start before application containers #496
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
K8s starts pod containers in the order they are specified, waiting for the post-start hook of a container to complete before moving to the next one. See Delaying application start until sidecar is ready blog post.
Implementation:
postStart
hook to the proxy container that calls the/ready
hook. This ensures no other containers start until the proxy container is ready.This will ensure that the proxy container is ready before any other containers are allowed to start in all supported versions of k8s.
The text was updated successfully, but these errors were encountered: