5 collocation exercises for GitOps workflow vocabulary.
0 / 5 completed
1 / 5
In GitOps, all changes must be ___ via a pull request.
Changes are merged via a pull request. Merged is the exact Git collocation; the others are vague. So merged via a pull request.
2 / 5
The operator will ___ the cluster state to match the Git repository.
The operator reconciles cluster state. Reconcile is the precise GitOps collocation; the others are informal. So reconcile the cluster state.
3 / 5
We need to ___ a branch protection rule to enforce peer review.
You configure a branch protection rule. Configure is the standard collocation; the others are informal. So configure a branch protection rule.
4 / 5
Teams ___ the desired state in YAML manifests committed to Git.
You declare desired state in manifests. Declare is the precise GitOps collocation; the others are informal. So declare the desired state.
5 / 5
A drift alert fires when the live environment ___ from the Git source of truth.
The environment diverges from the source of truth. Diverges is the exact collocation; the others are informal. So diverges from the Git source of truth.