Guide To Know How Creating a stable scalable Kubernetes cluster in AWS 2018
Statement of the problem The client is a great e-commerce start-up with all applications running on AWS. The client was running the main application of micro services in the environment of several Amazon Elastic Beanstalk containers. The configuration had the following problems: The existing environment can not scale for an individual service The implementation of a service also affects other services The cost of running their micro services was high Memory-based scale for each micro-service was not implemented How did the Powerup team help? The Powerupcloud Devops team helped the client to implement the Kriptetes cluster from scratch to overcome the problems of the existing cluster. aws fig1.1 cloud computing Architecture and AWS description The domain of the site is treated via Amazon Route53 A VPC is provided with public and private subnets Independent VPC is created for each environment (Dev, Stage, and Prod) in separate AWS accounts...