mirror of https://github.com/hashicorp/consul
Old table re-added and alphabetized
parent
5e137dcc28
commit
7f5fc3bb40
|
@ -64,28 +64,37 @@ You can also try out Consul Enterprise before purchasing by
|
|||
|
||||
## Consul Enterprise Feature Availability
|
||||
|
||||
Consul Enterprise feature availability depends on your server and client agent runtimes.
|
||||
The Consul Enterprise features that are available depend on your license and the runtimes you use in your deployment.
|
||||
|
||||
### Feature availability by license
|
||||
|
||||
Available Enterprise features per Consul form and license include:
|
||||
|
||||
| Feature | [HashiCorp Cloud Platform (HCP) Consul] | [Consul Enterprise] | Legacy Consul Enterprise (module-based) |
|
||||
| -------------------------------------------------------- | --------------------------------------- | ------------------- | ------------------------------------------------- |
|
||||
| Consul servers as a managed service | Yes | No (self-managed) | No (self-managed) |
|
||||
| [Admin Partitions](/docs/enterprise/admin-partitions) | All tiers | Yes | With Governance and Policy module |
|
||||
| [Audit Logging](/docs/enterprise/audit-logging) | Standard tier and above | Yes | With Governance and Policy module |
|
||||
| [Automated Server Backups](/docs/enterprise/backups) | All tiers | Yes | Yes |
|
||||
| [Automated Server Upgrades](/docs/enterprise/upgrades) | All tiers | Yes | Yes |
|
||||
| [Consul-Terraform-Sync Enterprise](/docs/nia/enterprise) | All tiers | Yes | Yes |
|
||||
| [Enhanced Read Scalability](/docs/enterprise/read-scale) | No | Yes | With Global Visibility, Routing, and Scale module |
|
||||
| [Namespaces](/docs/enterprise/namespaces) | All tiers | Yes | With Governance and Policy module |
|
||||
| [Network Areas](/docs/enterprise/federation) | No | Yes | With Global Visibility, Routing, and Scale module |
|
||||
| [Network Segments](/docs/enterprise/network-segments) | No | Yes | With Global Visibility, Routing, and Scale module |
|
||||
| [OIDC Auth Method](/docs/security/acl/auth-methods/oidc) | No | Yes | Yes |
|
||||
| [Redundancy Zones](/docs/enterprise/redundancy) | Not applicable | Yes | With Global Visibility, Routing, and Scale module |
|
||||
| [Sentinel for KV](/docs/enterprise/sentinel) | All tiers | Yes | With Governance and Policy module |
|
||||
|
||||
[HashiCorp Cloud Platform (HCP) Consul]: https://cloud.hashicorp.com/products/consul
|
||||
[Consul Enterprise]: https://www.hashicorp.com/products/consul/
|
||||
|
||||
### Feature availability by runtime
|
||||
|
||||
Consul Enterprise feature availability can change depending on your server and client agent runtimes.
|
||||
|
||||
<Tabs>
|
||||
|
||||
<Tab heading="Server Runtime: Kubnernetes">
|
||||
|
||||
| Enterprise Feature | VM Client | K8s Client | ECS Client |
|
||||
| ----------------------------------------------------------------------- | :-------: | :--------: | :--------: |
|
||||
| [Admin Partitions](/consul/docs/enterprise/admin-partitions) | ✅ | ✅ | ❌ |
|
||||
| [Audit Logging](/consul/docs/enterprise/audit-logging) | ✅ | ✅ | ❌ |
|
||||
| [Automated Server Backups](/consul/docs/enterprise/backups) | ✅ | ✅ | ❌ |
|
||||
| [Automated Server Upgrades](/consul/docs/enterprise/upgrades) | ❌ | ❌ | ❌ |
|
||||
| [Enhanced Read Scalability](/consul/docs/enterprise/read-scale) | ❌ | ❌ | ❌ |
|
||||
| [Namespaces](/consul/docs/enterprise/namespaces) | ✅ | ✅ | ❌ |
|
||||
| [Network Areas](/consul/docs/enterprise/federation) | ✅ | ✅ | ❌ |
|
||||
| [Network Segments](/consul/docs/enterprise/network-segments) | ❌ | ❌ | ❌ |
|
||||
| [OIDC Auth Method](/consul/docs/security/acl/auth-methods/oidc) | ✅ | ✅ | ❌ |
|
||||
| [Redundancy Zones](/consul/docs/enterprise/redundancy) | ❌ | ❌ | ❌ |
|
||||
| [Sentinel ](/consul/docs/enterprise/sentinel) | ✅ | ✅ | ❌ |
|
||||
|
||||
</Tab>
|
||||
|
||||
<Tab heading="Server Runtime: VMs">
|
||||
|
||||
| Enterprise Feature | VM Client | K8s Client | ECS Client |
|
||||
|
@ -104,6 +113,24 @@ Consul Enterprise feature availability depends on your server and client agent r
|
|||
|
||||
</Tab>
|
||||
|
||||
<Tab heading="Server Runtime: Kubnernetes">
|
||||
|
||||
| Enterprise Feature | VM Client | K8s Client | ECS Client |
|
||||
| ----------------------------------------------------------------------- | :-------: | :--------: | :--------: |
|
||||
| [Admin Partitions](/consul/docs/enterprise/admin-partitions) | ✅ | ✅ | ❌ |
|
||||
| [Audit Logging](/consul/docs/enterprise/audit-logging) | ✅ | ✅ | ❌ |
|
||||
| [Automated Server Backups](/consul/docs/enterprise/backups) | ✅ | ✅ | ❌ |
|
||||
| [Automated Server Upgrades](/consul/docs/enterprise/upgrades) | ❌ | ❌ | ❌ |
|
||||
| [Enhanced Read Scalability](/consul/docs/enterprise/read-scale) | ❌ | ❌ | ❌ |
|
||||
| [Namespaces](/consul/docs/enterprise/namespaces) | ✅ | ✅ | ❌ |
|
||||
| [Network Areas](/consul/docs/enterprise/federation) | ✅ | ✅ | ❌ |
|
||||
| [Network Segments](/consul/docs/enterprise/network-segments) | ❌ | ❌ | ❌ |
|
||||
| [OIDC Auth Method](/consul/docs/security/acl/auth-methods/oidc) | ✅ | ✅ | ❌ |
|
||||
| [Redundancy Zones](/consul/docs/enterprise/redundancy) | ❌ | ❌ | ❌ |
|
||||
| [Sentinel ](/consul/docs/enterprise/sentinel) | ✅ | ✅ | ❌ |
|
||||
|
||||
</Tab>
|
||||
|
||||
<Tab heading ="Server Runtime: HCP">
|
||||
|
||||
| Enterprise Feature | VM Client | K8s Client | ECS Client |
|
||||
|
@ -121,7 +148,4 @@ Consul Enterprise feature availability depends on your server and client agent r
|
|||
| [Sentinel ](/consul/docs/enterprise/sentinel) | ✅ | ✅ | ✅ |
|
||||
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
[HashiCorp Cloud Platform (HCP) Consul]: https://cloud.hashicorp.com/products/consul
|
||||
[Consul Enterprise]: https://www.hashicorp.com/products/consul/
|
||||
</Tabs>
|
Loading…
Reference in New Issue