diff --git a/website/content/docs/enterprise/admin-partitions.mdx b/website/content/docs/enterprise/admin-partitions.mdx index e73d330c0..0360f68a9 100644 --- a/website/content/docs/enterprise/admin-partitions.mdx +++ b/website/content/docs/enterprise/admin-partitions.mdx @@ -1,7 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Admin Partitions -description: Consul Enterprise enables you to create partitions that can be administrated across namespaces. +page_title: Admin Partitions (Enterprise) +description: >- +Admin partitions define boundaries between services managed by separate teams, enabling a service mesh across k8s clusters controlled by a single Consul server. Learn about their requirements and how to deploy admin partitions on Kubernetes. --- # Consul Enterprise Admin Partitions diff --git a/website/content/docs/enterprise/audit-logging.mdx b/website/content/docs/enterprise/audit-logging.mdx index 90f876f43..fc2143232 100644 --- a/website/content/docs/enterprise/audit-logging.mdx +++ b/website/content/docs/enterprise/audit-logging.mdx @@ -1,8 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Audit Logging +page_title: Audit Logging (Enterprise) description: >- - Consul Enterprise provides the ability to write events of user behavior with Consul's API so operations and security users can perform legal compliance auditing. +Audit logging secures Consul by capturing a record of HTTP API access and usage. Learn how to format agent configuration files to enable audit logs and specify the path to save logs to. --- # Audit Logging diff --git a/website/content/docs/enterprise/backups.mdx b/website/content/docs/enterprise/backups.mdx index 0a99c68b3..a90825a89 100644 --- a/website/content/docs/enterprise/backups.mdx +++ b/website/content/docs/enterprise/backups.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Automated Backups +page_title: Automated Backups (Enterprise) description: >- - Consul Enterprise provides a highly available service that manages taking - snapshots, rotation and sending backup files offsite to Amazon S3 (or - S3-compatible endpoints), Google Cloud Storage, or Azure Blob Storage. +Learn about launching the snapshot agent to automatically backup files to a cloud storage provider so that you can restore Consul servers. Supported providers include: Amazon S3, Google Cloud Storage, and Azure Blob Storage. --- # Automated Backups diff --git a/website/content/docs/enterprise/federation.mdx b/website/content/docs/enterprise/federation.mdx index e43aabd41..0f96d6a4d 100644 --- a/website/content/docs/enterprise/federation.mdx +++ b/website/content/docs/enterprise/federation.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Advanced Federation +page_title: Federated Network Areas (Enterprise) description: >- - Consul Enterprise enables you to federate Consul datacenters together on a - pairwise basis, enabling partially-connected network topologies like - hub-and-spoke. +Network areas connect individual datacenters in a WAN federation, providing an alternative to connecting every datacenter. Learn how to support hub-and-spoke network topologies in a WAN federated Consul deployment. --- # Consul Enterprise Advanced Federation diff --git a/website/content/docs/enterprise/index.mdx b/website/content/docs/enterprise/index.mdx index 8375a3237..c0d902631 100644 --- a/website/content/docs/enterprise/index.mdx +++ b/website/content/docs/enterprise/index.mdx @@ -2,8 +2,7 @@ layout: docs page_title: Consul Enterprise description: >- - Consul Enterprise features a number of capabilities beyond the open source - offering that may be beneficial in certain workflows. +Consul Enterprise is a paid offering that extends Consul’s open source functions to support large and complex deployments. Learn about scaling infrastructure, simplifying operations, and making networks more resilient with Enterprise. --- # Consul Enterprise diff --git a/website/content/docs/enterprise/license/faq.mdx b/website/content/docs/enterprise/license/faq.mdx index 2debc88ad..08d7c888c 100644 --- a/website/content/docs/enterprise/license/faq.mdx +++ b/website/content/docs/enterprise/license/faq.mdx @@ -1,7 +1,8 @@ --- layout: docs -page_title: Consul Enterprise License FAQ -description: Frequently Asked Questions pertaining to Consul Enterprise Licensing. +page_title: Enterprise License FAQ +description: >- +Review frequently asked questions (FAQs) about Consul Enterprise licenses to learn more about how licenses work, what happens when they expire, and how to get a trial license. --- # Frequently Asked Questions (FAQ) diff --git a/website/content/docs/enterprise/license/overview.mdx b/website/content/docs/enterprise/license/overview.mdx index be1f52960..329a9ed76 100644 --- a/website/content/docs/enterprise/license/overview.mdx +++ b/website/content/docs/enterprise/license/overview.mdx @@ -1,7 +1,8 @@ --- layout: docs -page_title: Consul Enterprise License -description: Consul Enterprise License Overview. +page_title: Enterprise Licenses +description: >- +Consul Enterprise server, client, and snapshot agents require a license on startup in order to use Enterprise features. Learn how to apply licenses using environment variables or configuration files. --- # Consul Enterprise License diff --git a/website/content/docs/enterprise/namespaces.mdx b/website/content/docs/enterprise/namespaces.mdx index 612c47a65..598d2c8e5 100644 --- a/website/content/docs/enterprise/namespaces.mdx +++ b/website/content/docs/enterprise/namespaces.mdx @@ -1,7 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Namespaces -description: Consul Enterprise enables data isolation with Namespaces. +page_title: Namespaces (Enterprise) +description: >- +Namespaces reduce operational challenges in large deployments. Learn how to define a namespace so that multiple users or teams can access and use the same datacenter without impacting each other. --- # Consul Enterprise Namespaces diff --git a/website/content/docs/enterprise/network-segments.mdx b/website/content/docs/enterprise/network-segments.mdx index 000316c6b..8b6b7ce95 100644 --- a/website/content/docs/enterprise/network-segments.mdx +++ b/website/content/docs/enterprise/network-segments.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Network Segments -description: |- - Consul Enterprise enables you create separate LAN gossip pools within one - cluster to segment network groups. +page_title: Network Segments (Enterprise) +description: >- +Network segments enable LAN gossip in a datacenter when network rules or firewalls prevent specific sets of clients from communicating directly. Learn about configuring server and client agents to operate in segmented networks. --- # Network Segments diff --git a/website/content/docs/enterprise/read-scale.mdx b/website/content/docs/enterprise/read-scale.mdx index c33f0d774..25629f057 100644 --- a/website/content/docs/enterprise/read-scale.mdx +++ b/website/content/docs/enterprise/read-scale.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Enhanced Read Scalability +page_title: Read Replicas (Enterprise) description: >- - Consul Enterprise supports increased read scalability without impacting write - latency by introducing read replicas. +Learn how you can add non-voting servers to datacenters as read replicas to provide enhanced read scalability without impacting write latency. --- # Enhanced Read Scalability with Read Replicas diff --git a/website/content/docs/enterprise/redundancy.mdx b/website/content/docs/enterprise/redundancy.mdx index 3a7fa145d..e5d3a2433 100644 --- a/website/content/docs/enterprise/redundancy.mdx +++ b/website/content/docs/enterprise/redundancy.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Redundancy Zones +page_title: Redundancy Zones (Enterprise) description: >- - Consul Enterprise redundancy zones enable hot standby servers on a per - availability zone basis. +Redundancy zones are regions of a cluster containing "hot standby" servers, or non-voting servers that can replace voting servers in the event of a failure. Learn about redundancy zones and how they improve resiliency and increase fault tolerance without affecting latency. --- # Redundancy Zones diff --git a/website/content/docs/enterprise/sentinel.mdx b/website/content/docs/enterprise/sentinel.mdx index 1eff5aecd..cafb05fca 100644 --- a/website/content/docs/enterprise/sentinel.mdx +++ b/website/content/docs/enterprise/sentinel.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Sentinel in Consul +page_title: Sentinel in Consul (Enterprise) description: >- - Consul Enterprise uses Sentinel to augment the built-in ACL system to provide - advanced policy enforcement. Sentinel policies can currently execute on KV - modify and service registration. +Sentinel is an access-control-policy-as-code framework and language. Learn how Consul can use Sentinel policies to extend the ACL system's capabilities and further secure your clusters by controlling key-value (KV) store write access. --- # Sentinel in Consul diff --git a/website/content/docs/enterprise/upgrades.mdx b/website/content/docs/enterprise/upgrades.mdx index 05b1ca7ae..9e72b9423 100644 --- a/website/content/docs/enterprise/upgrades.mdx +++ b/website/content/docs/enterprise/upgrades.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Consul Enterprise Automated Upgrades +page_title: Automated Upgrades (Enterprise) description: >- - Consul Enterprise supports an upgrade pattern that allows operators to deploy - a complete cluster of new servers and then just wait for the upgrade to - complete. +Automated upgrades simplify the process for updating Consul. Learn how Consul can gracefully transition from existing server agents to a new set of server agents without Consul downtime. --- # Automated Upgrades diff --git a/website/content/docs/install/bootstrapping.mdx b/website/content/docs/install/bootstrapping.mdx index 849a3fc3c..3d1824b50 100644 --- a/website/content/docs/install/bootstrapping.mdx +++ b/website/content/docs/install/bootstrapping.mdx @@ -1,15 +1,11 @@ --- layout: docs -page_title: Bootstrapping a Datacenter +page_title: Bootstrap a Datacenter description: >- - An agent can run in both client and server mode. Server nodes are responsible - for running the consensus protocol and storing the cluster state. Before a - Consul cluster can begin to service requests, a server node must be elected - leader. Thus, the first nodes that are started are generally the server nodes. - Bootstrapping is the process of joining these server nodes into a cluster. +Bootstrapping a datacenter is the initial deployment process in Consul that starts server agents and joins them together. Learn how to automatically or manually join servers in a cluster. --- -# Bootstrapping a Datacenter +# Bootstrap a Datacenter An agent can run in either client or server mode. Server nodes are responsible for running the [consensus protocol](/docs/architecture/consensus) and storing the cluster state. diff --git a/website/content/docs/install/cloud-auto-join.mdx b/website/content/docs/install/cloud-auto-join.mdx index 3d6072f9b..0d2ff059e 100644 --- a/website/content/docs/install/cloud-auto-join.mdx +++ b/website/content/docs/install/cloud-auto-join.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Cloud Auto-join +page_title: Auto-join a Cloud Provider description: >- - Consul supports automatically joining a Consul datacenter using cloud metadata - on various providers. +Auto-join enables agents to automatically join other agents running in the cloud. To configure auto-join, specify agent addresses with compute node metadata for the cloud provider instead of an IP address. Use the CLI or an agent configuration file to configure cloud auto-join. --- # Cloud Auto-join diff --git a/website/content/docs/install/glossary.mdx b/website/content/docs/install/glossary.mdx index 703761450..56b444eef 100644 --- a/website/content/docs/install/glossary.mdx +++ b/website/content/docs/install/glossary.mdx @@ -2,8 +2,7 @@ layout: docs page_title: Glossary description: >- - This page collects brief definitions of some of the technical terms used in - the documentation. +The glossary is a list of technical terms with a specific meaning in Consul. Use the glossary to understand Consul concepts and study for the certification exam. --- # Consul Vocabulary diff --git a/website/content/docs/install/index.mdx b/website/content/docs/install/index.mdx index c57fb72d0..fe092cda7 100644 --- a/website/content/docs/install/index.mdx +++ b/website/content/docs/install/index.mdx @@ -1,9 +1,8 @@ --- layout: docs -page_title: Get Started -description: |- - Installing Consul is simple. You can download a precompiled binary, compile - from source or run on Kubernetes. This page details these methods. +page_title: Install Consul +description: >- +Install Consul to get started with service discovery and service mesh. Follow the installation instructions to download the precompiled binary, or use Go to compile from source. --- # Install Consul diff --git a/website/content/docs/install/manual-bootstrap.mdx b/website/content/docs/install/manual-bootstrap.mdx index bb72b9aec..eeaf6e7ec 100644 --- a/website/content/docs/install/manual-bootstrap.mdx +++ b/website/content/docs/install/manual-bootstrap.mdx @@ -1,11 +1,8 @@ --- layout: docs -page_title: Manual Bootstrapping +page_title: Manually Bootstrap a Datacenter description: >- - When deploying Consul to a datacenter for the first time, there is an initial - bootstrapping that must be done. As of Consul 0.4, an automatic bootstrapping - is available and is the recommended approach. However, older versions only - support a manual bootstrap that is documented here. +Manually bootstrap a datacenter to deploy your Consul servers and join them together for the first time. For Consul v0.4+, we recommend automatic bootstrapping instead. --- # Manually Bootstrapping a Datacenter diff --git a/website/content/docs/install/performance.mdx b/website/content/docs/install/performance.mdx index b3e560316..b0185dc07 100644 --- a/website/content/docs/install/performance.mdx +++ b/website/content/docs/install/performance.mdx @@ -1,10 +1,8 @@ --- layout: docs -page_title: Server Performance +page_title: Server Performance Requirements description: >- - Consul requires different amounts of compute resources, depending on cluster - size and expected workload. This guide provides guidance on choosing compute - resources. +Consul servers require sufficient compute resources to communicate and process data quickly. Learn about Consul's minimum server requirements and recommendations for different workloads. --- # Server Performance diff --git a/website/content/docs/install/ports.mdx b/website/content/docs/install/ports.mdx index 0923935ba..d3479f528 100644 --- a/website/content/docs/install/ports.mdx +++ b/website/content/docs/install/ports.mdx @@ -2,8 +2,7 @@ layout: docs page_title: Required Ports description: >- - Before starting Consul it is important to have the necessary bind ports - accessible. +Consul requires multiple ports for directing DNS, HTTP, gRPC, gossip, and sidecar proxy requests. Learn about required and optional ports, and how Consul uses them for specific communication functions. --- # Required Ports diff --git a/website/content/docs/intro/index.mdx b/website/content/docs/intro/index.mdx index c1ce0b593..67c738ac9 100644 --- a/website/content/docs/intro/index.mdx +++ b/website/content/docs/intro/index.mdx @@ -2,11 +2,7 @@ layout: docs page_title: What is Consul? description: >- - Welcome to the intro guide to Consul! This guide is the best place to start - with Consul. We cover what Consul is, what problems it can solve, how it - compares to existing software, and how you can get started using it. If you - are familiar with the basics of Consul, the documentation provides a more - detailed reference of available features. +Consul is a service mesh solution for cloud infrastructure that you can use to deploy, secure, access, and automate microservices across datacenters and providers. Learn how Consul can help you scale operations and provide high availability across your network. --- # Introduction to Consul diff --git a/website/content/docs/troubleshoot/common-errors.mdx b/website/content/docs/troubleshoot/common-errors.mdx index 2ec8de87c..ce3649e63 100644 --- a/website/content/docs/troubleshoot/common-errors.mdx +++ b/website/content/docs/troubleshoot/common-errors.mdx @@ -1,6 +1,8 @@ --- layout: docs -page_title: Common Error Messages +page_title: Common Error Messages - Troubleshoot +description: >- +Troubleshoot issues based on the error message. Common errors result from failed actions, timeouts, multiple entries, bad and expired certificates, invalid characters, syntax parsing, malformed responses, and exceeded deadlines. --- # Common Error Messages diff --git a/website/content/docs/troubleshoot/faq.mdx b/website/content/docs/troubleshoot/faq.mdx index 8c89582ec..10e5461d4 100644 --- a/website/content/docs/troubleshoot/faq.mdx +++ b/website/content/docs/troubleshoot/faq.mdx @@ -1,6 +1,8 @@ --- layout: docs -page_title: Frequently Asked Questions +page_title: Common Error Messages | Troubleshoot +description: >- +Troubleshoot issues based on the error message. Common errors result from failed actions, timeouts, multiple entries, bad and expired certificates, invalid characters, syntax parsing, malformed responses, and exceeded deadlines. --- # Frequently Asked Questions