This is an old revision of the document!
automatic software updates version: Alpha, Beta, Staable
automatic kernel updates
ext4 + overlayfs
etcd is key-value store for the most critical data of distributed systems. etcd is a distributed key-value store that provides a relieble way to store data across a cluster of machines.
etcd uses Raft consensus Algorithm. Kubernetes uses etcd for data storage.
In container linux, it is systemd service daemon.
auto reboot based on update policy after auto updates
/etc/coreos/update.conf GROUP=beta change to alpha, then restart update-engine systemctl restart update-engine
Deprecated by CoreOS. CoreOS instead recommends Kubernetes for clustering needs. fleet is a cluster-wide elaboration on systemd units. fleet supports basic scheduling of systemd unis across nodes in a cluster. For container orchestration system - Kubernetes. Low level cluster scheduler .
container manager for Linux clusters.
virtual network that gives a subnet to each host for use with container runtimes.
provisioning utility designed specifically fore container linux.
project for the static analysis of valnerabilities in appc and docker containers.