cdk8s-team / cdk8s

Define Kubernetes native apps and abstractions using object-oriented programming
https://cdk8s.io
Apache License 2.0
4.38k stars 294 forks source link

Support named ports in container probe #2239

Open sthomson-wyn opened 2 weeks ago

sthomson-wyn commented 2 weeks ago

Description of the feature or enhancement:

Allow specifying named ports for liveness/readiness probes

https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#use-a-named-port

Use Case:

I want to use named ports in my deployments. These are unable to be added via escape hatch as well.

Proposed Solution:

Other:


This is a :rocket: Feature Request