上QQ阅读APP看书,第一时间看更新
Questions
- Which of the following Kubernetes kubelet services directly communicates with in order to run a pod? choose 1:
- OCI
- CRI
- Docker
- Linux kernel
- What container technologies are supported by CRI-O? choose 2:
- Docker
- Minishift
- Rkt
- Minikube
- Originally, CRI-O was designed to work with the Kubernetes Container Management Platform:
- True
- False
- What is the command to verify the CRI-O Container ID? choose 1:
- kubectl describe pods/httpd
- kubectl show pods/httpd
- docker ps
- docker images
- Which two statements are true about CRI-O? choose 2:
- CRI-O talks directly to Linux Kernel
- CRI-O talks directly to Container Runtime
- CRI-O is OCI-compliant
- CRI-O is the only Container Runtime Interface available for Kubernetes
- CRI-O uses the runc Container Runtime by default:
- True
- False