Questions
Answer the following questions to test your knowledge of this chapter:
- Which of the following are CI tools? (Choose three)
A. Jenkins
B. GitHub Actions
C. Kubernetes
D. AWS Code Build
- 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? (Choose three)
A. They make builds more scalable
B. They help offload the management function from the Jenkins controller
C. They allow for parallel builds
D. They keep the Jenkins controller less busy
- Which of the following is required for a scalable Jenkins server, as described in the example in this chapter? (Choose three)
A. Kubernetes cluster
B. Jenkins controller node
C. Jenkins agent node
D. Credentials to interact with the container registry