Queue Based Scaling is a long awaited feature that matches queued requests to the exact amount of replicas almost instantly.| OpenFaaS - Serverless Functions Made Simple
Does it take 1-2 minutes for new nodes to get added to your cluster? Add some headroom for an instant Pod start.| OpenFaaS - Serverless Functions Made Simple
Learn how to build, scale and monitor your first Python function with OpenFaaS, including how to add secrets and pip modules.| OpenFaaS - Serverless Functions Made Simple
Setting appropriate resource requirements in Pods is one of the most critical tasks of a developer deploying in Kubernetes. In section 5.2 of my book, I discuss how you can use kubectl top pods to analyze and set resource values. If you’re fortunate enough to use GKE where the VPA component is offered out of… Continue reading Getting resource recommendations from VPA| William Denniss
Vertical Pod Autoscaling is a system that measures Pod utilization and attempts to set the right resource requests. For example, if the Pod is constantly using more CPU, VPA will increase the CPU requests. Contrasting Horizontal Pod Autoscaling (HPA) which can create more replicas as your Pods use m| William Denniss
Learn how to use metrics exposed by your Function Pods, or any other Prometheus metric to scale functions.| OpenFaaS - Serverless Functions Made Simple
We look at the story of autoscaling functions with OpenFaaS and Kubernetes - past, present, and future.| OpenFaaS - Serverless Functions Made Simple
What is docker machine?| Vin01’s Blog