## Sending a command ``` kubectl exec -it -n minecraft deploy/minecraft-server -- /bin/bash mc-send-to-console /help # or directly kubectl exec -it -n minecraft deploy/minecraft-server -- mc-send-to-console /help ```