Questions
- What branch names should you prefer for your environment repository?
a.
dev
,staging
, andprod
b.
feature
,develop
, andmaster
c.
release
andmain
- Which one of the following deployment models does Flux CD use?
a. Push model
b. Pull model
c. Staggering model
- True or false: You should use Terraform to install Flux CD, as you can store all configurations in Git.
- Flux CD can sync resources from which of the following sources? (Choose two)
a. Git repository
b. Container Registry
c. JFrog Artifactory's raw repository
- What would Flux CD do if you manually changed a resource outside Git?
a. Flux CD will change the resource to match the Git configuration.
b. Flux CD will notify you that a resource has changed outside Git.
c. Flux CD will do nothing.
- You can check in Sealed Secrets to a Git repository. (True or False)
Answer: