Abstract
This is the documentation index for an Ansible role to deploy a single node etcd cluster.
Etcd Roles Index#
Role Documentation#
Indices and tables#
Glossary#
- Calico#
Calico is a networking and security solution that enables Kubernetes workloads and non-Kubernetes/legacy workloads to communicate seamlessly and securely. More information is available here.
- CNI#
Container Network Interface used to manage networking between and inside clusters.
- HA#
High Availability; in this context we mean specifically HA k8s clusters as described here.
- kubeadm#
A program that allows the creation and management of Kubernetes clusters with the command line. More information is available here.
- kubeconfig#
A file that contains context and authentication information for one or more K8S clusters. Usually kept in a folder in a user’s home directory (
.kube/config
).- kube-vip#
A network stack that can be used to enable cloud-style network resources on a bare metal K8S cluster. More information is available here.
- kubie#
A handy tool for switching k8s contexts and namespaces. More information is available here.
- K8S#
Kubernetes; Ancient Greek for navigator or guide, in modern English usage it is a container orchestration system designed by Google and documented here.