CRD - CI/CD用語集の定義
CRD(Custom Resource Definition)はKubernetes APIに新しいリソース種別を登録し、カスタムオブジェクトをネイティブなツールを使ってoperatorが作成、監視、調整できるようにします。
関連ガイド
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…