Terminology
This glossary defines some of the most common Kubernetes-related terms used in the book. Ping me if you think I’ve missed anything important:
- tkb@nigelpoulton.com
Term | Definition (according to Nigel) |
---|---|
Admission controller | Code that validates or mutates resources to enforce policies. Runs as part of the API admission chain immediately after authentication and authorization. |
Annotation | Object metadata that can be used to expose alpha or beta capabilities or integrate with third-party systems. |
API | Application Programming Interface. In the case of Kubernetes, all resources are defined in the API, which is RESTful and exposed via the API server. |
API group | A set of related API resources. For example, networking ... |
Get The Kubernetes Book - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.