> ## Documentation Index
> Fetch the complete documentation index at: https://wukong.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 集群扩容

> WuKongIM Kubernetes 集群的扩容操作指南

WuKongIM 支持在 Kubernetes 环境中进行动态扩容，可以根据业务需求灵活调整集群规模。

## 说明

适用场景：对数据安全要求高的应用，大型应用。

优点：高可用，容灾性强，支持在线扩容，多副本之间实时自动备份，负载均衡, 无需手动配置, 快速伸缩

<Warning>
  注意：当前悟空IM支持热扩容,暂不支持热缩!,暂不支持热缩!,暂不支持热缩!
</Warning>

## 扩容

```bash theme={null}
# 可选参数
# 1.副本数量 replicaCount=1 默认为2
# 2.外部IP externalIP=
helm upgrade wkim wukongim/wukongim -n wukongim --create-namespace --version 0.1.0 --set replicaCount=3
```
