#linux
Read more stories on Hashnode
Articles with this tag
Deployment When you specify a desired state in a deployment, the deployment controller gradually shifts the current state towards the desired state....
The smallest deployable compute units that Kubernetes allows you to construct and control are called pods. A collection of one or more containers,...
what are Namespaces? Namespaces in Kubernetes offer a way to isolate groupings of resources inside a single cluster. Resources' names must be distinct...
What is AWS EKS? Building, protecting, running, and managing Kubernetes clusters on AWS is made simpler by the fully-managed, certified Kubernetes...
Control Plane kube-apiserver The Kubernetes API is made available via the API server, which is a part of the Kubernetes control plane. The Kubernetes...
What is Kubernetes? Google created the open-source Kubernetes framework for container orchestration. It is made to automate containerized application...