Transit installs a cert-manager-like operator as a cluster component, often packaging CRDs and controllers together. Which statement best describes that install pattern?
Select an answer to reveal the explanation.
Short Explanation
cert-manager-style operators live in the cluster like any other carefully packaged addon—Helm chart in, CRDs plus controllers running as workloads. They are not laptop-only scripts and not just PDF docs. Install them where they can watch the API.
Full Explanation
Cluster operators are typically deployed into the cluster as controller workloads, frequently via Helm or manifests that also install CRDs. Once running, they manage complex addon lifecycle through custom resources. This is standard CKA-depth awareness of installing and configuring operators as cluster components.