Setup EKS Cluster using eksctl and Deploy Springboot Microservices into EKS using Jenkins Pipeline

Опубликовано: 10 Октябрь 2024
на канале: DevOps Coach
51,102
1.1k

https://www.coachdevops.com/2022/01/d...

We will learn how to automate springboot microservices builds using Jenkins pipeline and Deploy into AWS EKS Cluster with help of Kubernetes CLI plug-in.

We will use Springboot Microservices based Java application. I have already created a repo with source code + Dockerfile. The repo also have Jenkinsfile for automating the following:

Automating builds using Jenkins
Automating Docker image creation
Automating Docker image upload into AWS ECR
Automating Deployments to Kubernetes Cluster

EKS cluster can be created by following steps below:
https://www.coachdevops.com/2022/02/c...