Hacker News new | ask | show | jobs
by test6554 2852 days ago
Long story short:

* Kubernetes helps you manage your containerized applications at scale.

* You can swap out the container engine you are using. Docker is one option.

* Applications are wrapped in containers

* One or more containers are wrapped in pods.

* One or more pods runs on a node.

* The master manages all the nodes.

* Pluralsight is a good resource to get started.