Build Docker Container for Java App and Deploying it on Amazon EKS
Github Link https://github.com/getramki/Deploy-JavaApp-On-EKS.git
This repo contains a Sample Spring Boot Java App with the dockerfile which uses Amazon Corretto 17 as base image and manifestes for creating an Amazon EKS cluster and deploying the sample app to the cluster as a container and exposing it with a service and classic load balancer.
Prerequisites
Docker, AWS Account and IAM user with necessary permissions for creating EKS Cluster, aws cli, configure IAM user with necessary programmatic permissions, eksctl cli, kubectl Please install and configure above before going further
Read More →