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
Mark Pelf -
Mark Pelf -
Mark Pelf -
RaftLabs - AI App Dev Agency -
Top comments (0)