A city installs ingress-nginx as a shared cluster component. Which packaging approach matches CKA-style cluster-component management with Helm?
Select an answer to reveal the explanation.
Short Explanation
Cluster addons like ingress-nginx are perfect Helm citizens—chart in, release tracked, upgrade/rollback without folklore tarballs. That’s admin work on shared platform pieces, not app-dev homework. Treat the Ingress controller like a product you version, not a one-off scp.
Full Explanation
CKA competencies include using Helm to install cluster components. Managing ingress-nginx as a Helm release provides declarative installs, upgrades, and rollbacks for a shared platform addon. Imperative host-level runs lack release history and drift control expected in sustained operations.