2023-10-02 14:50:08 +02:00
|
|
|
---
|
|
|
|
sort: 13
|
|
|
|
weight: 13
|
|
|
|
title: Enterprise features
|
2023-10-05 12:43:28 +02:00
|
|
|
menu:
|
|
|
|
docs:
|
|
|
|
parent: "operator"
|
|
|
|
weight: 13
|
2023-11-22 12:59:07 +01:00
|
|
|
aliases:
|
|
|
|
- /operator/enterprise.html
|
2023-10-02 14:50:08 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
# Using operator with enterprise features
|
|
|
|
|
|
|
|
Operator doesn't have enterprise version for itself, but it supports
|
|
|
|
[enterprise features for VictoriaMetrics components](https://docs.victoriametrics.com/enterprise.html):
|
|
|
|
|
|
|
|
- [VMAgent Enterprise features](./resources/vmagent.md#enterprise-features):
|
|
|
|
- [Reading metrics from kafka](./resources/vmagent.md#reading-metrics-from-kafka)
|
|
|
|
- [Writing metrics to kafka](./resources/vmagent.md#writing-metrics-to-kafka)
|
|
|
|
- [VMAlert Enterprise features](./resources/vmalert.md#enterprise-features):
|
|
|
|
- [Reading rules from object storage](./resources/vmalert.md#reading-rules-from-object-storage)
|
|
|
|
- [Multitenancy](./resources/vmalert.md#multitenancy)
|
|
|
|
- [VMAuth Enterprise features](./resources/vmauth.md#enterprise-features)
|
|
|
|
- [IP Filters](./resources/vmauth.md#ip-filters)
|
|
|
|
- [VMCluster Enterprise features](./resources/vmcluster.md#enterprise-features)
|
|
|
|
- [Downsampling](./resources/vmcluster.md#downsampling)
|
|
|
|
- [Multiple retentions / Retention filters](./resources/vmcluster.md#retention-filters)
|
|
|
|
- [Advanced per-tenant statistic](./resources/vmcluster.md#advanced-per-tenant-statistic)
|
|
|
|
- [mTLS protection](./resources/vmcluster.md#mtls-protection)
|
2024-06-03 10:04:13 +02:00
|
|
|
- [Backup automation](./resources/vmcluster.md#backup-automation)
|
2023-10-02 14:50:08 +02:00
|
|
|
- [VMRule Enterprise features](./resources/vmrule.md#enterprise-features)
|
|
|
|
- [Multitenancy](./resources/vmrule.md#multitenancy)
|
|
|
|
- [VMSingle Enterprise features](./resources/vmsingle.md#enterprise-features)
|
|
|
|
- [Downsampling](./resources/vmsingle.md#downsampling)
|
|
|
|
- [Retention filters](./resources/vmsingle.md#retention-filters)
|
2024-06-03 10:04:13 +02:00
|
|
|
- [Backup automation](./resources/vmsingle.md#backup-automation)
|
2023-10-02 14:50:08 +02:00
|
|
|
- [VMUser Enterprise features](./resources/vmuser.md#enterprise-features)
|
|
|
|
- [IP Filters](./resources/vmuser.md#ip-filters)
|
|
|
|
|
|
|
|
More information about enterprise features you can read
|
2023-10-16 04:45:46 +02:00
|
|
|
on [VictoriaMetrics Enterprise page](https://docs.victoriametrics.com/enterprise.html#victoriametrics-enterprise-features).
|
|
|
|
|
|
|
|
In order to find examples of deploying enterprise components with operator,
|
|
|
|
please, check [this](https://docs.victoriametrics.com/enterprise.html#kubernetes-operator) documentation.
|