Kubernetes Worker Nodes
Kubernetes worker nodes are the machines that run containerized applications in a Kubernetes cluster. Learn how worker nodes interact with the control plane to manage workloads.
A collection of my daily learnings and explorations in new technologies, tools, and techniques, organized in chronological order.
Kubernetes worker nodes are the machines that run containerized applications in a Kubernetes cluster. Learn how worker nodes interact with the control plane to manage workloads.
The Kubernetes control plane is responsible for managing the state of the Kubernetes cluster. Learn how the control plane components interact to maintain desired cluster state.
Docker is a platform designed to simplify the process of developing, shipping, and running applications by using containerization technology. Learn how Docker can help you build, share, and run modern applications efficiently.
GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. Learn how GraphQL can help you build flexible and efficient APIs.