Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions content/en/docs/operations/cluster/autoscaling/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Cluster Autoscaling"
linkTitle: "Autoscaling"
description: "Automatic node scaling for Cozystack management clusters using Kubernetes Cluster Autoscaler."
weight: 25
---

The `cluster-autoscaler` system package enables automatic node scaling for Cozystack management clusters.
It monitors pending pods and automatically provisions or removes cloud nodes based on demand.

Cozystack provides pre-configured variants for different cloud providers:

- [Hetzner Cloud]({{% ref "hetzner" %}}) -- scale using Hetzner Cloud servers
- [Azure]({{% ref "azure" %}}) -- scale using Azure Virtual Machine Scale Sets

Each variant is deployed as a separate Cozystack Package with provider-specific configuration.
Loading