merina ghoghwani:
when the question says expose deploy/pod, do we need to create a service or just specifying container port will suffice?
unnivkn:
I suggest to create a service. Along with service, you will be having container port as well.
Aris David:
I saw a question like this in the CKAD. I wasn’t sure whether to expose container port or export container port and create a/service. I did the latter.