Source: medium.com

EKS Fully managed service

Category: Data, Kubernetes, yaml

In today's world there is no space for fault tolerance. But some year back there was a lot of fault tolerance occurrence and also people facing latency.

In today's world most of the company is using Kubernetes to resolve this problem.

Lets Create Deployment for Wordpress first then in 3rd step we will create PV: Here we mounted the directory /var/www/html/ to the PVC which we will create in further steps.

For this problem we will create a Load Balancer which will be having Single IP but whenever it will get request from outer-world the request will be redirected to the pods created.

Related Articles