If you’re a Kubernetes administrator, developer, or DevOps engineer, kubectl is an indispensable tool in the command line. It allows you to manage your application deployments, view logs, access configuration files, etc.
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