Kubernetes with EKS and AWS Console
Deploying a Spring boot application on a Kubernetes Cluster on AWS using EKS The goal of this post is to create a Spring boot Application and deploy it first on a local minikube cluster and then deploy it on a Kubernetes Cluster on AWS using Amazon EKS - Amazon Elastic Kubernetes Service. The post is derived from the official AWS documentation which is available at the following location: https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html Pre-Requisites: You should have a AWS account setup. Note, completing this activity would incur some expenses.So kindly provision your account accordingly. Install / Setup Kubectl https://kubernetes.io/docs/tasks/tools/install-kubectl/ Install / Setup AWS CLI ...