srinivasarao2468 / assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASSIGNMENT

Prerequisites

  • git bash
  • AWS cli
  • kubectl
  • terraform

Clone the git repository

 git clone https://github.com/srinivasarao2468/assignment.git
 cd assignment

Run below command to initialize terraform script

terraform init

Run below command to apply terraform script

terraform apply -auto-approve
@@ Note: The above process will a while. @@

Run below command to deploy the pods to eks cluster

kubectl create -f deployment.yaml

Run below command to deploy the service to eks cluster

kubectl create -f service.yaml

About


Languages

Language:HCL 95.9%Language:Dockerfile 2.2%Language:JavaScript 1.9%