From 7f5fc3bb402470eed52fbe24b7b9211c6691c2bc Mon Sep 17 00:00:00 2001 From: boruszak Date: Thu, 8 Dec 2022 13:53:41 -0600 Subject: [PATCH] Old table re-added and alphabetized --- website/content/docs/enterprise/index.mdx | 70 +++++++++++++++-------- 1 file changed, 47 insertions(+), 23 deletions(-) diff --git a/website/content/docs/enterprise/index.mdx b/website/content/docs/enterprise/index.mdx index 6369302c68..9b1ce46517 100644 --- a/website/content/docs/enterprise/index.mdx +++ b/website/content/docs/enterprise/index.mdx @@ -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. - - -| 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) | ✅ | ✅ | ❌ | - - - | Enterprise Feature | VM Client | K8s Client | ECS Client | @@ -104,6 +113,24 @@ Consul Enterprise feature availability depends on your server and client agent r + + +| 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) | ✅ | ✅ | ❌ | + + + | 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) | ✅ | ✅ | ✅ | - - -[HashiCorp Cloud Platform (HCP) Consul]: https://cloud.hashicorp.com/products/consul -[Consul Enterprise]: https://www.hashicorp.com/products/consul/ + \ No newline at end of file