# Installation overview

As a DCE subscriber, Sonar will assist with the setup and configuration of your cluster. Get in touch with your account manager to receive appropriate onboarding resources.

This section explains how to install Data Center Edition on Kubernetes or OpenShift (see also the [SonarQube Server Helm chart documentation](https://artifacthub.io/packages/helm/sonarqube/sonarqube-dce)).

To deploy Data Center Edition on Kubernetes or OpenShift:

1. Read [Before you start](/sonarqube-server/2026.2/server-installation/data-center-edition/on-kubernetes-or-openshift/before-you-start.md).
2. Customize the Helm chart and install it in Kubernetes. See:

   1. [Customizing the Helm chart](/sonarqube-server/2026.2/server-installation/data-center-edition/on-kubernetes-or-openshift/customizing-helm-chart.md)
   2. [Installing the DCE Helm chart](/sonarqube-server/2026.2/server-installation/data-center-edition/on-kubernetes-or-openshift/installing-from-helm-repo.md)

   Alternatively, if you want to deploy from the Google Cloud Platform, see [Installing from Google Cloud Platform](/sonarqube-server/2026.2/server-installation/data-center-edition/on-kubernetes-or-openshift/installing-from-gcp.md).
3. 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 [Project analysis setup](/sonarqube-server/2026.2/analyzing-source-code/overview.md).
4. If you have customized your Helm chart, you can now encrypt sensitive data in your `values.yaml` file. See [Encrypting sensitive data](/sonarqube-server/2026.2/server-installation/on-kubernetes-or-openshift/encrypting-helm-chart-sensitive-data.md).


---

# 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/2026.2/server-installation/data-center-edition/on-kubernetes-or-openshift/overview.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.
