#kubernetes
Read more stories on Hashnode
Articles with this tag
In Kubernetes (k8s), a manifest is a YAML (or sometimes JSON) file that describes the desired state of a Kubernetes object, such as a pod, service,...
Step 1: Create EC2 instances Click on "Launch instance" on EC2 Dashboard. Give name&tag > Select "Ubuntu" AMI Select instance type "t2.medium"...
Kubernetes Networking addresses four concerns:- Containers within a pod use networking to communicate via loopback. Cluster networking provides...
Step 1: Create 2 EC2 instances Give name&tag > Select "Ubuntu" AMI Select instance type "t2.medium" > Create new key-pair Select "2" number of...
K8s is an open-source container management tool which automate Container Deployment, Container Scaling & Load Balancing. It schedules, runs and...