Questions
- In GitOps, what forms a single source of truth?
a. The Git repository
b. The configuration stored in a datastore
c. The secret management system
d. The artifact repository
- Which of the following options are deployment models for GitOps?
a. The push model
b. The pull model
c. The staggering model
- Should you use GitFlow for your environment repository?
- For monolithic applications with multiple parallel developments in numerous releases, what is the most suitable Git branching strategy?
a. Gitflow
b. GitHub flow
c. Hybrid GitHub flow
- Which is the recommended deployment model for GitOps?
a. The push model
b. The pull model
c. The staggering model