mirror of https://github.com/dapr/docs.git
Merge pull request #3104 from ItalyPaleAle/fix-2936
Document minimum requirement of K8s 1.23
This commit is contained in:
commit
9f1961f044
|
@ -6,11 +6,13 @@ weight: 40000
|
||||||
description: "Recommendations and practices for deploying Dapr to a Kubernetes cluster in a production-ready configuration"
|
description: "Recommendations and practices for deploying Dapr to a Kubernetes cluster in a production-ready configuration"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Cluster capacity requirements
|
## Cluster and capacity requirements
|
||||||
|
|
||||||
|
Dapr support for Kubernetes is aligned with [Kubernetes Version Skew Policy](https://kubernetes.io/releases/version-skew-policy/).
|
||||||
|
|
||||||
For a production-ready Kubernetes cluster deployment, we recommended you run a cluster of at least 3 worker nodes to support a highly-available control plane installation.
|
For a production-ready Kubernetes cluster deployment, we recommended you run a cluster of at least 3 worker nodes to support a highly-available control plane installation.
|
||||||
|
|
||||||
Use the following resource settings as a starting point. Requirements will vary depending on cluster size and other factors, so you should perform individual testing to find the right values for your environment:
|
Use the following resource settings as a starting point. Requirements will vary depending on cluster size, number of pods, and other factors, so you should perform individual testing to find the right values for your environment:
|
||||||
|
|
||||||
| Deployment | CPU | Memory
|
| Deployment | CPU | Memory
|
||||||
|-------------|-----|-------
|
|-------------|-----|-------
|
||||||
|
|
Loading…
Reference in New Issue