Access Command Line in Kubernetes Rancher
To access a shell in a particular pod:
- Workload-> Pods -> Find pod -> Click Three dots -> Execute Shell
To access a terminal to run kubectl commands in the environment:
- Click the
>_
symbol to open a terminal.
Example command:
kubectl describe thingToDescribe -n NameSpace