Run Kubernetes locally with minikube
Kubernetes provides container orchestration software. It is a platform that automates the deployment and scaling of containerized applications and provides a solution to manage the distributed environment. Although
AWS EKS recently added support for AWS Bottlerocket linux in Managed node groups. Let’s take a look at Bottlerocket and its impact on EKS managed node groups.
What is Bottlerocket?
Bottlerocket is
After understanding the basic architecture of Kubernetes, the next step is to understand how Kubernetes networking works.
Kubernetes specifies a set of guidelines for networking:
1. Every Pod in the cluster gets a
Kubernetes Architecture
Every Kubernetes cluster comes with a set of standard components that take up the responsibility of running a cluster smoothly. In this post, we will take a look at the various
What is Kubernetes?
Kubernetes is an open-source platform for automatically deploying, scheduling, networking, managing, and maintaining container workloads.
Kubernetes was originally based on Borg, the container orchestration system used by Google internally.
Advantages