Kubernetes was designed to orchestrate multiple containers and replication. There are lots of advantages to having multiple containers and replicas....
Labels in Kubernetes are the key-value pair that does not have any predefined meaning and that can be attached to any objects or any resources such as...
To create the pod let's first install the Minikube from here. Let's start with the basic pod. vi first-pod.yml kind: Pod apiVersion: v1 metadata: ...
An object in Kubernetes is a component that represents a particular aspect of the cluster's desired state. Pods, nodes, and services are just a few...
Log in to AWS After login into the AWS. Create 3 instances. 1 for the Master node and the other 2 for the worker Node Make sure that the Master node...
We will be exploring how to install minikube in AWS ubuntu 20.04. Before that, we need to understand what is minikube and what it does. Minikube is a...