Skip to content

Latest commit

 

History

History

service-with-CLB-NLB

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

External-DNS-Nginx

Pre-requisites:

- Install GIT
- EKS Cluster

Install GIT:

 yum install git -y

EKS Cluster Setup:

EKS Cluster Setup

Deploy all the Manifest files

kubectl apply -f deployment.yml
kubectl apply -f service-CLB.yml

Check deployments, pods and services

kubectl get deploy
kubectl get pods
kubectl get svc