Jak zalogować się jako użytkownik root w Kubernetes Pod.

$ minikube ssh "docker container exec -it -u 0 <Container ID> /bin/bash"
devops unicorn