Kubernetes Deep Dive Room

Sign Up Free or Log In to participate!

Small suggestion – update kubectl to exec into pod

kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] — [COMMAND] instead.

The proper way is to do following to get the shell:

kubectl exec –stdin –tty pingtest-84646bf5d4-bgslm — /bin/bash

0 Answers

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?