From the course: Kubernetes Essential Training: Application Development

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Just like being there: telepresence

Just like being there: telepresence - Kubernetes Tutorial

From the course: Kubernetes Essential Training: Application Development

Start my 1-month free trial

Just like being there: telepresence

- [Instructor] The other tool I want to show you is called telepresence. So with the standard blue-green application deployed, a deployment and a service to expose it, what telepresence lets us do is telepresence, now I'm going to tell it I want to run a local Docker container and then I give some Docker arguments, so we'll tell it to clean up, we'll tell it we want to interact with it, and let's use Nixery again. So I want a container containing a shell and curl, and in that I want to run bin bash. So this is a Docker run command, really we're telling telepresence that we wanted to indeed do a Docker run command with those arguments and he wants my password for reasons we'll see, and it's going to take a little while to download that Nixery image, they're quite big, but pretty soon we should get a prompt and within the shell. There we go. So from here I can curl blue-green and I get it. So what's happened there?…

Contents