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
Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.
Daniel J. Saldaña -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)