Request a demo with one of our engineers to understand Spacelift capabilities, ask questions and see whether we’re the right fit for you.| Spacelift
Try Spacelift to collaborate on infrastructure with your team, customize and automate your workflows and improve security and auditability of your infrastructure.| Spacelift
What is HPA in Kubernetes? See memory metrics and scaling a deployment via CPU example. The difference between HPA and VPA.| Spacelift
Follow the best practices for Kubernetes listed in this article for painless and efficient maintenance of your K8s cluster in production.| Spacelift
See best practices for deploying K8s cluster and how easy it is to set up dependencies between multiple stacks inside Spacelift for a highly efficient pipeline.| Spacelift
Collaborative Infrastructure For Modern Software Teams| docs.spacelift.io
Learn what a Kubernetes deployment YAML file is and how to create it for different cases. See a sample deployment and other examples.| Spacelift
Collaborative Infrastructure For Modern Software Teams| docs.spacelift.io
In Kubernetes, a HorizontalPodAutoscaler automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.| Kubernetes