A product owner wants automatic HTTP to HTTPS redirects for an Ingress. Which statement reflects correct CKAD-level expectations?
Select an answer to reveal the explanation.
Short Explanation
Want HTTP bumped to HTTPS? That is usually a controller knob or annotation, not a secret core field named redirectHttp. Do not invent YAML that the API never had.
Full Explanation
The core Ingress API defines rules and tls Secret bindings but does not standardize a universal redirectHttp field. Controllers commonly implement HTTP-to-HTTPS redirects through annotations or controller config. Candidates should recognize that portability boundary rather than inventing fake core fields or misusing Service types.