Kubernetes
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. Kubernetes is also referred to as k8s.
Kubernetes for Arch Linux
There are several AUR packages for Kubernetes on Arch Linux:
- kubernetesAUR: It builds the go-source code of Kubernetes from the GitHub.
- kubernetes-binAUR: It installs the pre-built binaries and configurations of the kubernetes package without requiring to build them.
Basic Configuration of Kubernetes for Arch Linux VMs
For a sample of configuration, please see here.