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
Cloud Native Engineer -
Rahul Raveendran -
Rahul Raveendran -
Philip Thomas -
Top comments (0)