Kubernetes Notes

Kubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications.

  1. Kubernetes is a tool for running a bunch of different containers.
  2. We give it some configuration to describe how we want our containers to run and interact with each other.

What? System for running many different type of containers over multiple different virtual machines.

Why? When you need scale an app to run many different containers with different images.