Posts

Showing posts from December, 2019

Kubernetes with EKS and AWS Console

Image
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                 https://docs.aws.amazon.com/cli/latest/userguide/install-cliv1.html Prefer aws cli version 1 run the following commands: aws --version aws configure Note: aws configure is used to co