We can also execute arbitrary commands in a container running in our pod. It’s like opening an ssh connection to a machine where our application is running and being able to inspect it. Let’s start with a simple example where we just run the ls command in our nginx container: