Questions
- Which of the following are Continuous Deployment tools? (Multiple answers are possible)
a. Spinnaker
b. GitHub
c. Argo Continuous Deployment
d. AWS Code Deploy
- Continuous Delivery requires human input for deployment to production – True/False?
- Spinnaker supports Blue/Green deployments out of the box – True/False?
- The best way to configure Spinnaker is by using halyard – True/False?
- What would you use to initiate Spinnaker deployment? (Multiple answers are possible)
a. Trigger the pipeline manually.
b. Use an auto-trigger such as Git hooks or new tags in the container registry.
c. Use CI to trigger Spinnaker pipelines.
d. Spinnaker pipelines don't react to external stimuli.
- A Spinnaker server group is a group of servers on which Spinnaker deploys – True/False?
- What are the ways of providing a Kubernetes deployment manifest to Spinnaker? (Multiple answers are possible)
a. By adding an external artifact such as GitHub or...