0% found this document useful (0 votes)
10 views12 pages

Docker

Kubernetes utilizes a Container Runtime Interface (CRI) compliant container runtime for orchestrating containers within Pods. Each node in a Kubernetes cluster includes several components: a container runtime, Kubectl for command line access, Kubelet as an agent for scheduling, and Kubeadm for automating deployment and configuration. These components work together to manage and operate the Kubernetes environment effectively.

Uploaded by

revathi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views12 pages

Docker

Kubernetes utilizes a Container Runtime Interface (CRI) compliant container runtime for orchestrating containers within Pods. Each node in a Kubernetes cluster includes several components: a container runtime, Kubectl for command line access, Kubelet as an agent for scheduling, and Kubeadm for automating deployment and configuration. These components work together to manage and operate the Kubernetes environment effectively.

Uploaded by

revathi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

DOCKER

Container runtime
Kubernetes uses a Container Runtime
Interface (CRI) compliant container runtime
to orchestrate containers in Pods.
Each node in the Kubernetes cluster the following
components.
A container runtime
Kubectl - The command line interface to Kubernetes API
Kubelet - Agent on each node that receives work from
the scheduler
Kubeadm - Tool to automate deployment and
configuration of a Kubernetes cluster

You might also like