Please help me to convert the below docker Command to Kubernetes YAML file along with port mapping/forwarding to the docker container
# docker run -p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -p 5778:5778 -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:latest
I tried the configuration below:
But not getting any result.
I need experts here to tell me if the above deployment file is incorrect and if yes what could be the possible changes I can do here to get the results. I have tried several other combination's and I'm not getting any results.
Note: container gets deployed but the port mapping/forwarding is not working. That is where I'm stuck and seeking help .