Questions
As we conclude, here is a list of questions for you to test your knowledge regarding this chapter’s material. You will find the answers in the Assessments section of the Appendix:
- Which of the following is software responsible for starting and stopping containers?
- Container hypervisor
- Container daemon
- Kubernetes
- Container runtime
- Which of the following are valid types of containers (pick multiple)?
Hyperspaced
Sandboxed
Namespaced
Virtualized
- Which of the following is an example of sandboxed containers?
- Kata
- gVisor
- Docker
- containerd
- Which of the following is an example of virtualized containers?
- Docker
- containerd
- gVisor
- Kata
- Which of the following allows you to use different container runtimes with Kubernetes?
- CSI
- SMI
- CNI
- CRI
- Which of the following allows you to use different service meshes with Kubernetes?
- CRI
- SMI
- CNI
- CSI
- Why are Namespaced containers considered less secure?
- They use old kernel features
- They need Kubernetes to run
- They share a host kernel
- They...