In this section, we discuss the various components that underpin Talos. Components Talos Linux and Kubernetes are tightly integrated. In the following, the focus is on the Talos Linux specific components. ComponentDescription apidWhen interacting with Talos, the gRPC API endpoint you interact with directly is provided by apid. apid acts as the gateway for all component interactions and forwards the requests to machined. containerdAn industry-standard container runtime with an emphasis on simp...