Professional Cloud DevOps Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
Your organization uses a GitOps workflow with Config Sync to manage Kubernetes resource manifests and security policies across multiple Google Kubernetes Engine (GKE) clusters.
To prevent broken configurations and security policy regressions from reaching production clusters, you need to establish an automated gating and approval process with the following requirements:
Which solution should you implement?
This solution integrates automated CI validation directly into the Git repository workflow using Cloud Build and branch protection rules. By executing the nomos vet command on every change request, the pipeline automatically verifies that all Config Sync manifests are syntactically correct and structurally valid before any human intervention occurs.
nomos vet in a container to validate the configuration syntax.nomos vet check runs within standard container environments, providing repeatable results across development and CI/CD pipelines.This approach aligns with CI/CD and GitOps best practices by establishing a strict gating pipeline where automated testing serves as a mandatory gate for manual approval. It protects cluster stability while enforcing peer review requirements across platform and security teams.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.