Basics

Exploring Static Pods

Static pods are pods which are not managed by the Kubernetes control plane. Normally, the kubelet running on each node in a cluster watches the kube-api for instructions to launch or delete pods. However, in the case of static pods, the kubelet can manage pods by watching for manifests added to a directory or a […]

Exploring Static Pods Read More »

What is Kubernetes?

This article is a part of a series on the fundamentals of Kubernetes – for those that could benefit from a basic explanation of Kubernetes concepts. In this article I will try to minimize technical jargon while explaining Kubernetes concepts at an introductory level. In order to understand the problem Kubernetes solves, it is important

What is Kubernetes? Read More »

What is a container?

This article is a part of a series on the fundamentals of Kubernetes – for those that could benefit from a basic explanation of Kubernetes concepts. In order understand the problem Kubernetes solves, it is necessary to understand what a container is. After all, Kubernetes is a container orchestration system. Software Development Before Containers Before

What is a container? Read More »

Scroll to Top