CRD - Definição do Glossário de CI/CD
Uma CRD (Custom Resource Definition) registra um novo tipo de recurso na API do Kubernetes, de modo que objetos customizados possam ser criados, observados e reconciliados por um operator usando o ferramental nativo.
Guias relacionados
Operator - CI/CD Glossary DefinitionA Kubernetes operator is a custom controller that encodes operational know-how, watching custom resources to…
Control Plane - CI/CD Glossary DefinitionThe control plane is the set of Kubernetes components - API server, scheduler, controllers - that decide what…
Ingress Controller - CI/CD Glossary DefinitionAn ingress controller is the running component that implements Ingress rules - an NGINX or LB pod that watche…