GeistHaus
log in Β· sign up

Onwards to the Core: etcd

mgasch.com

A journey to the core behind the Kubernetes ListerWatcher interface

1 page links to this URL
K8s ASA: The Storage Interface

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 Calling storage.Interface Directly (πŸ‘ˆ β€œCan we skip the background info?

0 inbound links article en Kubernetes API Server Adventures blogdeveloperpersonal