First we must get list of pod with command
kubectl get pod
for access container we use pod name like bellow
kubectl exec --stdin --tty POD_NAME -- /bin/bash
First we must get list of pod with command
kubectl get pod
for access container we use pod name like bellow
kubectl exec --stdin --tty POD_NAME -- /bin/bash
For further actions, you may consider blocking this person and/or reporting abuse
Mushtariy -
Peter Eskandar -
Raunak Sharma -
ogbotemi-2000 -
Top comments (0)