K8s ASA: The Storage Interface

from blog Daniel Mangum, | ↗ original
Like most API servers, a, if not the, primary function of the Kubernetes API Server is to ingest data, store it, then return it when requested. Today we are going to be focusing on how the API Server stores data. Table of Contents: The apiserver Module (👈 “I want all the details.”) The storage Package Our Good Friend etcd The API Server and etcd...