# Securing behind a proxy

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

With the Data Center Edition, you’ll need a load balancer to balance HTTP requests (load) between the application nodes configured in the cluster (see also [Installation requirements](/sonarqube-server/2025.5/server-installation/data-center-edition/installation-requirements.md#load-balancer)). You can configure the load balancer as a reverse proxy. See [Reverse proxy and network security](/sonarqube-server/2025.5/server-installation/network-security/securing-behind-proxy.md).

If you deploy SonarQube on Kubernetes, you’ll need an ingress controller. An ingress controller is a specialized load balancer for Kubernetes that acts as a reverse proxy and manages traffic routing to services within the Kubernetes cluster. See [Customizing Helm chart](/sonarqube-server/2025.5/server-installation/on-kubernetes-or-openshift/customizing-helm-chart.md#ingress).

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Elasticsearch security features](/sonarqube-server/2025.5/server-installation/data-center-edition/network-security/elasticsearch-security-features.md)
* [Network rules](/sonarqube-server/2025.5/server-installation/data-center-edition/network-security/network-rules.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/2025.5/server-installation/data-center-edition/network-security/securing-behind-proxy.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.
