knative / serving

Kubernetes-based, scale-to-zero, request-driven compute
https://knative.dev/docs/serving/
Apache License 2.0
5.58k stars 1.16k forks source link

Support new sidecar containers pattern (KEP-753) #14023

Open nak3 opened 1 year ago

nak3 commented 1 year ago

In what area(s)?

/area API /area monitoring /area networking /kind spec

KEP-753 was accepted and will introduce an improvement of the sidecar container pattern. It seems it will be available on k8s 1.28 and so Knative should consider to supporting the feature.

I think we should consider two parts for the adaptions:

dprotaso commented 1 year ago

/triage accepted

Looks like we'll hit a min version of k8s 1.28 next April - https://kubernetes.io/releases/patch-releases/#detailed-release-history-for-active-branches

joke commented 1 month ago

Sidecar containers are already supported in istio. Would be great if knative would support them to.