parent
3eb708e964
commit
d5d5192235
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway Gateway
|
||||
description: >-
|
||||
This topic describes how to configure the Consul API Gateway Gateway object
|
||||
page_title: Gateway Resource Configuration
|
||||
description: >-
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway GatewayClass
|
||||
description: >-
|
||||
Consul API Gateway GatewayClass
|
||||
page_title: GatewayClass Resource Configuration
|
||||
description: >-
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway GatewayClassConfig
|
||||
description: >-
|
||||
Consul API Gateway GatewayClassConfig
|
||||
page_title: GatewayClassConfig Resource Configuration
|
||||
description: >-
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway Configuration
|
||||
description: >-
|
||||
Consul API Gateway Configuration
|
||||
page_title: Consul API Gateway Configuration - Overview
|
||||
description: >-
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway MeshService
|
||||
description: >-
|
||||
This topic describes how to configure the Consul API Gateway MeshService object
|
||||
page_title: MeshService Resource Configuration
|
||||
description: >-
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
"---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway Routes
|
||||
description: >-
|
||||
Consul API Gateway Routes
|
||||
---
|
||||
page_title: Route Resource Configuration
|
||||
description: >-
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway Overview
|
||||
description: >-
|
||||
Using Consul API gateway functionality
|
||||
description: >-
|
||||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Install Consul API Gateway
|
||||
description: >-
|
||||
Installing Consul API Gateway
|
||||
description: >-
|
||||
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
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
layout: docs
|
||||
page_title: Consul API Gateway Technical Specifications
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Upgrades
|
||||
page_title: Upgrade Consul API Gateway
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway Basic Usage
|
||||
description: >-
|
||||
This topic describes how to use Consul API Gateway.
|
||||
page_title: Use Consul API Gateway
|
||||
description: >-
|
||||
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.
|
||||
---
|
||||
|
||||
|
||||
# Usage
|
||||
# Use Consul API Gateway
|
||||
|
||||
This topic describes how to use Consul API Gateway.
|
||||
|
||||
|
|
Loading…
Reference in New Issue