https://youtu.be/w30yBV2ZDJ8

This list is probably get longer once I view more resources and get further ideas on things that I could be doing 😊

To get started:

Notes

Kubernetes builds on Borg and the lessons learned by Google for operating Borg for over 15 years.

Borg was used by Google internally to manage its systems

For more information here is the full paper https://research.google/pubs/pub43438/

What is Kubernetes?

An open-source container Orchestration Framework

At its root, it manages containers — to manage applications that are made of of containers- physical machines, virtual machines, hybrid environments

According to the kubernetes.io website, Kubernetes is:

"an open-source system for automating deployment, scaling, and management of containerized applications".

What problems does it solve