Introduction to Kubernetes

An overview of Kubernetes.

After our application is packaged in a container image somewhere, we need a way to actually run it, and that’s where a system like Kubernetes will help us.

Kubernetes

Kubernetes’ job is to take a group of machines and expose them to us as if it was a single thing. It’s similar to running an application locally; you don’t care which CPU core is executing it or the memory ...

Logo of Kubernetes

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy