/docs/api-gateway/configuration

/docs/api-gateway/
This commit is contained in:
boruszak 2022-09-23 15:59:02 -05:00
parent fc16f7ab6a
commit 50b238addc
11 changed files with 39 additions and 40 deletions

View File

@ -1,11 +1,11 @@
--- ---
layout: docs layout: docs
page_title: Consul API Gateway Gateway page_title: Gateway Resource Configuration
description: >- description: >-
This topic describes how to configure the Consul API Gateway Gateway object Learn how to configure the `Gateway` resource to define how the Consul API Gateway handles incoming service mesh traffic with this configuration model and reference specifications.
--- ---
# Gateway # Gateway Resource Configuration
This topic provides full details about the `Gateway` resource. This topic provides full details about the `Gateway` resource.

View File

@ -1,11 +1,11 @@
--- ---
layout: docs layout: docs
page_title: Consul API Gateway GatewayClass page_title: GatewayClass Resource Configuration
description: >- description: >-
Consul API Gateway GatewayClass A `GatewayClass` resource specifies a controller name, controller parameters, and global `Gateway` options for Consul API Gateway. Learn about its configuration model and reference specifications, and review an example config.
--- ---
# GatewayClass # GatewayClass Resource Configuration
This topic provides describes how to configure the `GatewayClass` resource, a generic Kubernetes gateway object used as a template for creating `Gateway` resources. This topic provides describes how to configure the `GatewayClass` resource, a generic Kubernetes gateway object used as a template for creating `Gateway` resources.

View File

@ -1,11 +1,11 @@
--- ---
layout: docs layout: docs
page_title: Consul API Gateway GatewayClassConfig page_title: GatewayClassConfig Resource Configuration
description: >- description: >-
Consul API Gateway GatewayClassConfig The `GatewayClassConfig` resource specifies connection information and settings that Consul API Gateway uses to connect to Consul. Learn about its configuration model and reference specifications, and review an example config.
--- ---
# GatewayClassConfig # GatewayClassConfig Resource Configuration
This topic provides full details about the `GatewayClassConfig` resource. This topic provides full details about the `GatewayClassConfig` resource.

View File

@ -1,11 +1,11 @@
--- ---
layout: docs layout: docs
page_title: Consul API Gateway Configuration page_title: Consul API Gateway Configuration - Overview
description: >- description: >-
Consul API Gateway Configuration Configure your Consul API Gateway to manage traffic into your service mesh. Learn about the Kubernetes Gateway Specification items you can configure and how to configure custom API Gateways.
--- ---
# Configuration # Consul API Gateway Configuration Overview
This topic provides an overview of the configuration items that enable Consul API Gateway to manage traffic into your Consul service mesh. This topic provides an overview of the configuration items that enable Consul API Gateway to manage traffic into your Consul service mesh.

View File

@ -1,11 +1,11 @@
--- ---
layout: docs layout: docs
page_title: Consul API Gateway MeshService page_title: MeshService Resource Configuration
description: >- description: >-
This topic describes how to configure the Consul API Gateway MeshService object The `MeshService` resource specifies a service running outside the Kubernetes cluster but in the same datacenter where the Consul API Gateway is deployed. Learn about its configuration model and reference specifications.
--- ---
# MeshService # MeshService Resource Configuration
This topic provides full details about the `MeshService` resource. This topic provides full details about the `MeshService` resource.

View File

@ -1,11 +1,11 @@
--- "---
layout: docs layout: docs
page_title: Consul API Gateway Routes page_title: Route Resource Configuration
description: >- description: >-
Consul API Gateway Routes The `HTTPRoute` and `TCPRoute` resources define Consul API Gateway routing behavior for traffic into the service mesh according to rules. Learn about its configuration model and reference specifications, and review an example config.
--- ---"
# Route # Route Resource Configuration
This topic describes how to create and configure `Route` resources. Routes are independent configuration objects that are associated with specific listeners. This topic describes how to create and configure `Route` resources. Routes are independent configuration objects that are associated with specific listeners.

View File

@ -1,8 +1,8 @@
--- ---
layout: docs layout: docs
page_title: Consul API Gateway Overview page_title: Consul API Gateway Overview
description: >- description: >-
Using Consul API gateway functionality Consul API Gateway enables external network client access to a service mesh on Kubernetes and forwards requests based on path or header information. Learn about how the k8s Gateway API specification configures Consul API Gateway so you can control access and simplify traffic management.
--- ---
# Consul API Gateway Overview # Consul API Gateway Overview

View File

@ -1,8 +1,8 @@
--- ---
layout: docs layout: docs
page_title: Install Consul API Gateway page_title: Install Consul API Gateway
description: >- description: >-
Installing Consul API Gateway Learn how to install Custom Resource Definitions (CRDs) and configure the Helm chart so that you can run Consul API Gateway on your Kubernetes deployment.
--- ---
# Install Consul API Gateway # Install Consul API Gateway

View File

@ -2,10 +2,10 @@
layout: docs layout: docs
page_title: Consul API Gateway Technical Specifications page_title: Consul API Gateway Technical Specifications
description: >- description: >-
This topic describes technical specifications for Consul API Gateway. Consul API Gateway is a service mesh add-on for Kubernetes deployments. Learn about its requirements for system resources, ports, and component versions, its Enterprise limitations, and compatible k8s cloud environments.
--- ---
# Technical Specifications # Consul API Gateway Technical Specifications
This topic describes the technical specifications associated with using Consul API Gateway. This topic describes the technical specifications associated with using Consul API Gateway.

View File

@ -1,11 +1,11 @@
--- ---
layout: docs layout: docs
page_title: Upgrades page_title: Upgrade Consul API Gateway
description: >- description: >-
This topic describes how to upgrade Consul API Gateway. Upgrade Consul API Gateway to use newly supported features. Learn about the requirements, procedures, and post-configuration changes involved in standard and specific version upgrades.
--- ---
# Upgrades # Upgrade Consul API Gateway
This topic describes how to upgrade Consul API Gateway. This topic describes how to upgrade Consul API Gateway.

View File

@ -1,12 +1,11 @@
--- ---
layout: docs layout: docs
page_title: Consul API Gateway Basic Usage page_title: Use Consul API Gateway
description: >- description: >-
This topic describes how to use Consul API Gateway. Learn how to apply a configured Consul API Gateway to your Kubernetes cluster, review the required fields for rerouting HTTP requests, and troubleshoot an error message.
--- ---
# Use Consul API Gateway
# Usage
This topic describes how to use Consul API Gateway. This topic describes how to use Consul API Gateway.