The following commands should help you get started with Kubernetes and kubectl.
Get information about your cluster
List the resources available in your cluster. More details
Run a container
It’s like docker run
with a little bit different syntax. More details
Get logs from a container
This will output the logs from the container into your terminal. More details
Execute command in container
This executes the env
command in the container and displays the result. More details