UNPKG

arch-wiki-md-repo

Version:

All arch-wiki articles in markdown format, updated every two days.

13 lines (7 loc) 789 B
[Kubernetes](https://kubernetes.io/docs/concepts/overview/what-is-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: * [kubernetes](https://aur.archlinux.org/packages/kubernetes/): It builds the go-source code of Kubernetes from the GitHub. * [kubernetes-bin](https://aur.archlinux.org/packages/kubernetes-bin/): 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](https://github.com/kubernetes/kubeadm/issues/465).