Is it possible to map multiple po开发者_JS百科rts in Kubernetes to the same container port within a deployment? I know this is possible in Docker, for example
In CNF world, measuring the CPU usage on a POD with usual commands for example, top command doesnot actually provide the POD\'s actual CPU usage, instead it will be like you run it on the host system/
I have pods that are of kind Cronjob running in parallel. They complete task and run again after fixed interval of 20 minutes as per cron expression. I noticed that some pods are restarting 2-3 times