上QQ阅读APP看书,第一时间看更新
Questions
- What are the two Node types used by Kubernetes?:
- Node
- Minikube
- Vagrant
- Master
- Which container platforms are supported by Kuberntes? choose two:
- Docker
- OpenShift
- Rkt
- Minishift
- In Kubernetes, a pod is a minimal unit of deployment which represents a group of containers:
- True
- False
- What are the main two Kubernetes services running on a Kubernetes Node? choose two:
- etcd
- kubelet
- kube-proxy
- kube-node
- kube-apiserver
- What are acceptable file formats for creating Kubernetes resources with the kubectl create -f command? choose two:
- JSON
- Jinja2
- CSV
- YANG
- YAML
- Kubernetes has a built-in CI/CD toolset to improve corporate software delivery frameworks:
- True
- False