Module 4 Applying CI/CD to CN Applications Flashcards
What tools and standards can automatically generate documentation?
OpenAPI and Swagger
OpenAPI and Swagger are tools that can be added to automatically generate documentation.
What would be considered a characteristic of a manual deployment?
Slow
A characteristic of manual deployments is they are slow because humans are slower and there are longer wait times for task performance.
Fill in the blank.
Metrics and logging can be reviewed by root cause analysis and __________.
Auditing
Metrics and logging can be reviewed by root cause analysis and auditing.
Fill in the blank
Two of the methods used in GitOps implementation are __________ and __________.
ArgoCD and Tekton
ArgoCD and Tekton are two of the methods used in GitOps implementation.
What are event listeners, pipeline run, and trigger bindings?
Characteristics of Tekton pipelines
Event listeners, pipeline run, and trigger bindings are considered Tekton pipelines resources.
True or False
Continuous integration is a software development process where developers integrate the new code they’ve written less frequently throughout the development cycle.
False
Continuous integration is a software development process where developers integrate the new code they’ve written more frequently throughout the development cycle.
What does a good multicloud strategy leverage?
APIs
A good multicloud strategy leverages APIs.
What is a core principle of automated validation?
CI/CD
CI/CD is a core principle of automated validation.
What are considered some of the functionalities of the GitOps tools?
Functionalities of GitOps tools include the management of rollout processes, monitor environment for changes and they compare changes to the stored state.
Security validation is a key step in what process?
CI/CD
Security validation is a key step in CI/CD process.