Questions
- Which of the following are CI tools? (Multiple answers are possible)
a. Jenkins
b. GitHub Actions
c. Kubernetes
d. AWS Cloudbuild
- It is a best practice to configure post-commit triggers – True/False?
- Jenkins is a SaaS-based CI tool – True/False?
- Kaniko requires Docker to build your containers – True/False?
- Jenkins agents are required for which of the following reasons? (Multiple answers are possible)
a. They make builds more scalable.
b. They help offload the management function from the Jenkins master.
c. They allow for parallel builds.
d. They keep the Jenkins master less busy.
- AWS Cloudbuild does not have an out-of-the-box build trigger solution – True/False?
- Which of the following is required for a scalable Jenkins server as described in the example? (Multiple answers are possible)
a. Kubernetes cluster
b. Jenkins master node
c. Jenkins agent node
d. Credentials to interact with the container registry.