Effects of Docker Image Size on AutoScaling w.r.t Single and Multi-Node Kube Cluster · What's autoscaling and when is it required. When you ask a developer what are two key things that are required for better performance of an application, the answer will surely be
When you ask a developer, what are the two key things that are required for better performance of an application, the answer will surely be
When it comes to monolithic architecture, we estimate the total CPU and RAM required for an application and pick one huge machine with a very huge number of CPU Cores as well as hundreds of GB’s of RAM.
The issue with such huge machines is they are pretty costly compared to multiple horizontally scaled lightweight machines as well as they are hard to get one instantaneously unlike lightweight machines which are available on the fly.
As this article is mainly intended on autoscaling and Docker Image Size, let’s not get into the monolithic vs microservices discussion.
Things that we will be discussing in this article are
Let’s start our discussion
Let’s say my estimated number of requests is 50000 RPM(Requests/Min) and my SLA on response time is around 50 milliseconds. Based on these requests and my SLA, I benchmark my server and database and come up with the number of containers required and the capacity of each container(CPU & RAM). Let’s visualize how things will be.
docker autoscaling docker-image multinode-cluster kubernetes
Our original Kubernetes tool list was so popular that we've curated another great list of tools to help you improve your functionality with the platform.
This is a demo of deploying your application image from private docker registry hosted on AWS | Kubernetes pull image from private registry | Kubernetes Docker login
Get Hands-on experience on Kubernetes and the best comparison of Kubernetes over the DevOps at your place at Kubernetes training
This article explains how you can leverage Kubernetes to reduce multi cloud complexities and improve stability, scalability, and velocity.
Docker create an image from a container | Creating your own image | How to create Docker Image from a Container and Dockerfile