Intro to Kubernetes
Posted by Jack McKew on Fri 13 November 2020 in Software • Tagged with software • 4 min read
Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. We use Kubernetes as a platform for orchestrating multiple Docker containers for our application, and enables us to scale our application easily.
Kubernetes is managed via a master node, and …
Continue reading