Assessments

Chapter 1 – Communicating with Kubernetes

  1. Container orchestration is a software pattern where multiple containers are controlled and scheduled in order to serve an application.
  2. The Kubernetes API server (kube-apiserver) handles requests to update Kubernetes resources. The scheduler (kube-scheduler) decides where to place (schedule) containers. The controller manager (kube-controller-manager) ensures that the desired configuration of Kubernetes resources is reflected in the cluster. etcd provides a data store for the cluster configuration.
  3. The kube-apiserver must be started with the --authorization-mode=ABAC and --authorization-policy-file=filename parameters.
  4. For high availability of the control plane, in case of a failure of one ...

Get Cloud Native with Kubernetes now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.