I am trying to create a pod with 2 containers each having different images! Am not sure how to expose the two different containers to the client. Following is my yaml file for d
You can actually do this in the command line:
kubectl expose deployment xxx --port=8080,18000 --type=NodePort
Set the ports just by a comma