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
Sameer Desai -
Diamantino Almeida -
Riyon Sebastian -
Jimmy Guerrero -
Top comments (0)