Posts

Showing posts from January, 2022

Autoscaler in Azure Kubernetes Service (AKS) Cluster

Image
Autoscaler in Azure Kubernetes Service (AKS) Cluster To adjust with application demands, such as between the working hours and non-working hours or in weekdays and weekend, clusters often need a way to automatically scale. 

Kubernetes Interfaces

 Kubernetes Interfaces Kubernetes interfaces enable us to customize and build on the core functionality. Kubernetes interfaces are like definition or contract, on how something can be interacted with each other in Kubernetes Cluster.       In Kubernetes, we deploy plugins that satisfy these interfaces, providing functionality such as networking, storage, Runtime etc.