Learn OpenShift
上QQ阅读APP看书,第一时间看更新

Questions

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