# Introduction

This section explains how to install SonarQube Server on Kubernetes or Openshift (see also the [Helmchart documentation](https://artifacthub.io/packages/helm/sonarqube/sonarqube#cpu-and-memory-settings)). It does not apply to the Data Center Edition. For the latter, see [introduction](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/deploy-on-kubernetes/dce/introduction "mention").

{% hint style="info" %}
Your feedback is welcome at [our community forum](https://community.sonarsource.com/).
{% endhint %}

To deploy the SonarQube Server on Kubernetes or Openshift:

1. Read [before-you-start](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/deploy-on-kubernetes/server/before-you-start "mention").
2. [customizing-helm-chart](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/deploy-on-kubernetes/server/customizing-helm-chart "mention").
3. [installing-helm-chart](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/deploy-on-kubernetes/server/installing-helm-chart "mention").
4. Once your SonarQube Server is installed and running, you can access SonarQube Server UI in your web browser (the default system administrator credentials are **admin**/**admin**) and you’re ready to begin [overview](https://docs.sonarsource.com/sonarqube-server/10.8/analyzing-source-code/overview "mention").
5. If necessary, [encrypting-helm-chart-sensitive-data](https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/deploy-on-kubernetes/encrypting-helm-chart-sensitive-data "mention").


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/10.8/setup-and-upgrade/deploy-on-kubernetes/server/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
