/eks-infra

EKS setup with CI/CD

Primary LanguageHCL

eks-infra

Introduction

This code creates a system as mentioned in the assignment.md. System comprises of an EKS cluster running a todo application.

Architecture

EKS-Setup

Deployment

To deploy the system:

  • first you need to setup the pre-requisites resources on AWS by following this guide.
  • later you actually deploy the EKS cluster using this guide.
  • deploy the application on top of the cluster by following this guide.

Contribution

Refer contribution guide.