© 2026 Hashnode
Initial Setup in AWS Console Step 1: Create EC2 Instances Launch one EC2 instance as Ansible Server Scale it to launch 4 instances of t2.micro Rename 3 instances to Worker 1, Worker 2, and Worker 3 Ensure all instances are in the same security gr...

What is minikube? Ans:- Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on bare-metal.Minikube is a pared-down version of Kubernetes that gives you all the ben...

✅What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. You...

What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical cluster. Services are used to expose your Pods and Deployment...
