Unless for very specific reasons, you should never run a Pod with a long-running application on its own, but use a Deployment for this. Nevertheless, if you want to quickly run some container image on Kubernetes resources, you can use a kubectl run command. For example, i often need to run the Pod on a […]
The post Kubectl: Run Pod With Command & Exec Into appeared first on ShellHacks.