Why This document provides background context for Package Orchestration, which is further elaborated in a dedicated document. Configuration as Data Configuration as Data is an approach to management of configuration (incl. configuration of infrastructure, policy, services, applications, etc.) which: makes configuration data the source of truth, stored separately from the live state uses a uniform, serializable data model to represent configuration separates code that acts on the configuration...| Start on Nephio Documentation
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.| Kubernetes