Kubernetes

Kubernetes is a container orchestrator letting you manage hundreds of containers at a time. While managing multiple containers with engines such as Docker and Podman, it is not really feasible if you want hundreds of them.

Kubernetes is composed of multiple components and can be intermingled with other related tools. For this, pre-bundled solutions (also known as distributions) such as K3s exists with some related tools embedded to make installation easier.

Most installations feature the kubectl that controls the Kubernetes cluster. This is the program that you'll most likely going to pay attention to.

Backlinks