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

Questions

  1. What are the two Node types used by Kubernetes?:
    1. Node
    2. Minikube
    3. Vagrant
    4. Master
  1. Which container platforms are supported by Kuberntes? choose two:
    1. Docker
    2. OpenShift
    3. Rkt
    4. Minishift
  2. In Kubernetes, a pod is a minimal unit of deployment which represents a group of containers:
    1. True
    2. False
  3. What are the main two Kubernetes services running on a Kubernetes Node? choose two:
    1. etcd
    2. kubelet
    3. kube-proxy
    4. kube-node
    5. kube-apiserver
  4. What are acceptable file formats for creating Kubernetes resources with the kubectl create -f command? choose two:
    1. JSON
    2. Jinja2
    3. CSV
    4. YANG
    5. YAML
  5. Kubernetes has a built-in CI/CD toolset to improve corporate software delivery frameworks:
    1. True
    2. False