In what area(s)?
/area API
/area autoscale
/area build
/area monitoring
/area networking
/area test-and-release
Ask your question here:
Is it possible to deploy a multi-container pod by executing one Knative service creation yaml? All exampled that I have seem create one container(app) per pod. We would like to deploy 2 or 3 containers into the same pod but only one of the containers will listen on port 8080. Is it possible? If so what is the structure of this yaml? Is ti possible for a containers to listen on a port other than 8080 to received data or does it have to be 8080? Thank you.
In what area(s)?
Ask your question here:
Is it possible to deploy a multi-container pod by executing one Knative service creation yaml? All exampled that I have seem create one container(app) per pod. We would like to deploy 2 or 3 containers into the same pod but only one of the containers will listen on port 8080. Is it possible? If so what is the structure of this yaml? Is ti possible for a containers to listen on a port other than 8080 to received data or does it have to be 8080? Thank you.