What questions/concerns do container orchestration tools address? Name 5 tasks
What is container orchestration? What does it encompass?
How is container orchestration achieved?
What is enabled through the cluster management orchestrators?
What is Kubernetes?
What container runtimes are supported by Kubernetes?
What are the main components of the kubernetes architecture?
How is a Cluster made up?
What are the key components/elements of kubernetes?
What is a Cluster?
What is a Control-Plane Node? What does it do?
What are the main components of a Control-Plane Node?
How many Control Plane nodes are usually found within a container?
What are Worker Nodes?
How do Worker nodes function?
What function does the kube-proxy of a Worker node have?
Where can kubelets and kube-proxies as well as container runtimes be found?
What does a namespace enable?
What are the key API resources of the Kubernetes architecture?
What is a pod?
What is ReplicaSet API resource?
What is the Deployment API resource?
What is the DaemonSet API resource?
What are typical Deployment use cases?