Recap Questions
See Appendix A for answers.
1. Which of the following is true of containers? Choose all correct answers.
-
- Containers are like lightweight virtual machines
-
- You cannot run user applications in containers
-
- Containers always have a dedicated kernel
-
- You normally run one application per container
2. Which of the following requires the least infrastructure to run the same number of apps?
-
- Containers
-
- Virtual machines
-
- Physical servers
3. Which is easier to package and share?
-
- Containers
-
- Virtual machines
4. You’re recommending your business adopts Kubernetes and containers. Will your developers need to learn any new programming languages?
-
- Yes
-
- No
5. Which of the following best describes the contents of a container image...