...

/

Introduction to Kubernetes

Introduction to Kubernetes

An overview of Kubernetes.

We'll cover the following...

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 addresses the application is using. We just run the ...

Logo of Kubernetes