Questions
Answer the following questions to test your knowledge of this chapter:
- Which of the following are CD tools? (Choose three)
A. Spinnaker
B. GitHub
C. Argo CD
D. AWS Code Deploy
- CD requires human input for deployment to production. (True/False)
- Argo CD supports Blue/Green deployments out of the box. (True/False)
- What would you use to initiate deployment using Argo CD?
A. Trigger the pipeline manually
B. Check in changes to your Git repository
C. Use CI to trigger Argo CD pipelines
D. Argo CD pipelines don’t react to external stimuli
- An Argo CD ApplicationSet helps generate applications based on templates. (True/False)
- What branch names should you prefer for your Environment repository?
A.
dev
,staging
, andprod
B.
feature
,develop
, andmaster
C.
release
andmain
- Which of the following deployment models does Argo CD use?
A. Push model
B. Pull model
C. Staggering model
- You should use Terraform to install Argo CD as you can store all configurations...