Category: Kubernetes

One of the key features of Kubernetes is that it comes with built-in systems to automatically scale our services up and down to match demand. You can scale your pods vertically (making each of the pods bigger) or horizontally (starting more replicas for the same service).

Related Articles