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

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