SSH do K8s Pod

$ kubectl exec -it <Pod_Name> -c <Container_Name> -- /bin/bash
waiyip li