Glossary
Learn about some of the most common Kubernetes-related terms used in the course.
We'll cover the following...
Glossary
This glossary defines some of the most common Kubernetes-related terms used in the course.
Term: Definition
Admission controller: It is a code that validates or mutates resources to enforce policies. It runs as part of the API admission chain immediately after authentication and authorization.
Annotation: It is object metadata that can be used to expose ...