Skip to content

Deploying a web application to AWS EKS using Jenkins CI/CD pipeline.

Notifications You must be signed in to change notification settings

evinw/EKS-Jenkins-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EKS Jenkins Deployment

Overview

deploying a web application to AWS EKS using Jenkins CI/CD pipeline.

Prerequisites

  • Jenkins with AWS and Docker plugins installed.
  • AWS EKS cluster named 'dev-eks-cluster'.
  • Docker image registry and credentials.

Deployment Steps

  1. Build the Docker Image: The Jenkins pipeline builds the Docker image and pushes it to the registry.
  2. Deploy to EKS: Updates the kubeconfig for EKS and applies the Kubernetes manifests.

About

Deploying a web application to AWS EKS using Jenkins CI/CD pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published