> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/self-managed-enterprise-edition/new-to-self-managed-enterprise-edition/smp-supported-platforms.md).

# What's supported

Self-Managed Enterprise Edition allows organizations to leverage nearly all Harness modules and features available on Harness SaaS, ensuring a powerful and flexible on-premises experience.

This section provides a clear overview of the Supported features, integrations, and capabilities available in the system.

#### Supported Modules <a href="#supported-modules" id="supported-modules"></a>

* [Cloud & AI Cost Management](/cloud-cost-management/resources/whats-supported.md)
* [Chaos Engineering](/resilience-testing/troubleshooting-and-resources/whats-supported.md)
* [Continuous Delivery and GitOps](/continuous-delivery/new-to-continuous-delivery/cd-integrations.md)
* [Continuous Integration](/continuous-integration/troubleshooting-and-resources/ci-supported-platforms.md)
* [Code Repository](/code-repository/troubleshooting-and-resources/code-supported.md)
* [Database DevOps](/database-devops/new-to-database-devops/dbdevops-supported-platforms.md)
* [Feature Management & Experimentation](/feature-management-experimentation/troubleshooting-and-resources/whats-supported.md)
* [Infrastructure as Code Management](/infrastructure-as-code-management/troubleshooting-and-resources/whats-supported.md)
* [Platform (core services and databases)](/harness-ai/new-to-harness-platform/platform-whats-supported.md)
* [Software Supply Chain Security](/software-supply-chain-assurance/new-to-scs/ssca-supported.md)
* [Security Test Orchestration](/security-testing-orchestration/new-to-sto/sto-whats-supported/sto-deployments.md)

For more details on the supported features of other Harness modules, visit [Harness Supported platforms and technologies](/harness-ai/new-to-harness-platform/platform-whats-supported.md).

#### Supported Features <a href="#supported-features" id="supported-features"></a>

The table below outlines the key features supported in the Harness Self-Managed Enterprise Edition.

| Feature                | Supported                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Cloud Platform         | <ul><li>EKS</li><li>GKE</li><li>AKS</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| External Databases     | <ul><li><p>MongoDB</p><ul><li><a href="/pages/LnzeZu26PKiGNf6iaCai">MongoDB Atlas</a></li><li><a href="/pages/9yEGhyL7vF3gmfxnkilv">Self-Managed MongoDB</a></li></ul></li><li><p>MinIO</p><ul><li><a href="/pages/84pqrBg0Owj9iBJmEIc5">AWS S3</a></li><li>GCP buckets</li><li><a href="/pages/1kUbfOe3kTX21YKB6es6">Self-Managed MinIO</a></li></ul></li><li><a href="/pages/eEaIP1pMz03mcIlKGdn5">TimeScaleDB</a></li><li><p>Postgres</p><ul><li><a href="/pages/yx290mtcjt41F1XdHDck">Self-Managed Postgres</a></li><li>CloudSQL</li></ul></li><li><p>NoSQL</p><ul><li><a href="/pages/bMNuWpMj1ZGA65n49uiL">Self-Managed Redis</a></li><li><a href="/pages/YYOkAQeNCXOzxEq7RqiH">ElastiCache</a></li><li>GCP Memorystore</li></ul></li></ul> |
| High availability (HA) | [Yes](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/external-db/postgresql/use-an-external-postgres-database.md#high-availability)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Disaster Recovery (DR) | [Active-Passive](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/set-up-disaster-recovery.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Backup and Restore     | [Velero](/self-managed-enterprise-edition/troubleshooting-and-resources/back-up-and-restore-helm.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Networking             | <ul><li>Istio (1.15.3 to 1.24.2)</li><li>NGINX (v1.3.0)</li><li><a href="/pages/sp2irZksiR3VyGIo1PtI#add-a-load-balancer">ALB/NLB/GCLB</a></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Monitoring             | <ul><li><a href="/pages/IJNXPPm9wXwJlCJ43YWh">Prometheus</a></li><li><a href="/pages/j80AySIGrLm3vrGDzBnA">Grafana</a></li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Air-gapped             | [Yes](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/smp-installationupgrade/helm-installation/install-in-an-air-gapped-environment.md)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| FIPS-enabled K8S       | No                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |

#### Supported Kubernetes versions <a href="#supported-kubernetes-versions" id="supported-kubernetes-versions"></a>

Harness Self-Managed Enterprise Edition supports Kubernetes versions **1.30 through 1.35**.

{% hint style="info" %}
**EKS 1.30+ STORAGE CLASS**

Starting with EKS 1.30 (AWS), support for the default annotation on the storage class has been removed. For Harness to work, update your overrides to include the `storageClassName` (gp2, gp3, etc.):

```yaml
global:
  storageClass: "gp3"
  storageClassName: "gp3"
```

{% endhint %}

### Supported functionality <a href="#supported-functionality" id="supported-functionality"></a>

* [Self-signed certificates](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/smp-installationupgrade/helm-installation/install-using-helm.md#use-self-signed-certificates-with-helm-based-installations)
* [Air-gap mode](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/smp-installationupgrade/helm-installation/install-in-an-air-gapped-environment.md)
* Infrastructure monitoring
  * [Prometheus](/self-managed-enterprise-edition/troubleshooting-and-resources/monitoring/install-prometheus.md).
  * [Grafana](/self-managed-enterprise-edition/troubleshooting-and-resources/monitoring/install-grafana.md)
* [Backup and restore](/self-managed-enterprise-edition/troubleshooting-and-resources/back-up-and-restore-helm.md)
* [External Database](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/external-db/configure-external-databases.md)
* [Disaster Recovery](/self-managed-enterprise-edition/use-self-managed-enterprise-edition/advanced-configuration/set-up-disaster-recovery.md)

### Kubernetes Networking <a href="#kubernetes-networking" id="kubernetes-networking"></a>

* Istio supported version: 1.15.3 to 1.24.2
* NGINX supported version: v1.3.0

### Terms of support <a href="#terms-of-support" id="terms-of-support"></a>

The support policy is 12 months of full support, followed by 6 months of limited support for critical security fixes only.

Harness Self-Managed Enterprise Edition does not introduce changes that break compatibility with supported versions of Kubernetes. For example, Self-Managed Enterprise Edition does not use features from Kubernetes version n that do not work in Kubernetes version n-2.

Installation and upgrade preflight checks provide warnings when you use unsupported Kubernetes versions.

In cases where you encounter a problem related to an incompatibility issue, you must upgrade your cluster. Harness does not issue a patch to accommodate the use of unsupported Kubernetes versions.
