CPU and memory are collectively referred to as compute resources, or just resources. Compute resources are measurable quantities that can be requested, allocated, and consumed. They are distinct from API resources. API resources, such as Pods and Services are objects that can be read and modified through the Kubernetes API server.
两种 resource,不一样的东西
- Compute Resources, or simply resources, are CPU & memory
- API resources, e.g. Pods, Services
