- Home
- All questions
- Question 31
CKA study material · question 31 of 1000
Which two statements about the operator pattern are correct? Choose two.
Show the answer
Answer: B. It combines custom resources with custom controllers
A. It extends cluster behaviour without changing Kubernetes' own source
An operator is a controller acting on custom resources, and it is simply another API client.
Source: Operator pattern (Kubernetes) — Operator pattern