Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Control Center] Add cloud resources recommendation #4175

Merged
merged 6 commits into from
Mar 13, 2025
Merged
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
15 changes: 14 additions & 1 deletion articles/control-center/getting-started/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,20 @@ Control Center is designed to run in a production environment. For local develop

== Prerequisites

Before you begin, make sure you have a Kubernetes cluster running and available. It can be a service like https://cloud.google.com/kubernetes-engine[Google Kubernetes Engine (GKE)], https://aws.amazon.com/eks[Amazon EKS], or https://azure.microsoft.com/en-us/products/kubernetes-service[Azure AKS].
Before you begin, make sure you have a Kubernetes cluster running and available. It can be a service like https://cloud.google.com/kubernetes-engine[Google Kubernetes Engine (GKE)], https://aws.amazon.com/eks[Amazon EKS], https://azure.microsoft.com/en-us/products/kubernetes-service[Azure AKS], https://www.digitalocean.com/[DigitalOcean].

// Allowing vCPUs
pass:[<!-- vale Vale.Spelling = NO -->]

[IMPORTANT]
.Cloud Resources
====
You need to ensure that your cluster provides sufficient resources for Control Center. This includes CPU, memory, and storage. The exact requirements depend on the size and number of applications you plan to deploy and the traffic they'll receive.

For example, a node with 4 vCPUs and 8 GB of memory should be sufficient for Control Center and an application created with https://start.vaadin.com[Vaadin Start].
====

pass:[<!-- vale Vale.Spelling = YES -->]

You'll also need to install https://helm.sh/[Helm]. It's a Kubernetes package manager that simplifies application deployment and management. Make sure it's configured to interact with your cluster.

Expand Down