Showing posts with label EKSCTL. Show all posts
Showing posts with label EKSCTL. Show all posts

Thursday, August 13, 2020

Kubernetes - the container orchestration engine

 I talked about dockers and containers in one of my blogs: https://leogether.blogspot.com/2020/08/docker-basics.html. Now let's talk about what is Kubernetes and why do we need it?. Containers are fast, reliable, light-weighted, and scalable.You can easily scale 1 container to many...

Wednesday, August 12, 2020

Deploy microservice in AWS Kubernetes using EKSCTL

In this blog, you will see the magic of eksctl, a simple CLI tool for creating clusters on EKS - Amazon's new managed Kubernetes service for EC2. It is written in Go, and uses CloudFormation.In my previous blog https://leogether.blogspot.com/2020/08/deploy-net-microservice-on-aws.html, we did all...