-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(kgo): add global KongPluginBinding description (#8351)
- Loading branch information
Showing
3 changed files
with
207 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
product: gateway-operator | ||
release: 1.5.x | ||
generate: true | ||
assume_generated: true | ||
items: | ||
- title: Introduction | ||
icon: /assets/images/icons/documentation/icn-flag.svg | ||
items: | ||
- text: Overview | ||
url: /gateway-operator/1.4.x/ | ||
absolute_url: true | ||
- text: Deployment Topologies | ||
items: | ||
- text: Hybrid Mode | ||
url: /topologies/hybrid/ | ||
- text: DB-less Mode | ||
url: /topologies/dbless/ | ||
- text: Key Concepts | ||
items: | ||
- text: Gateway API | ||
url: /concepts/gateway-api | ||
- text: Gateway Configuration | ||
url: /concepts/gateway-configuration | ||
- text: Managed Gateways | ||
url: /concepts/managed-gateways | ||
- text: Changelog | ||
url: /gateway-operator/changelog | ||
absolute_url: true | ||
- text: Version Support Policy | ||
url: /support | ||
- text: FAQ | ||
url: /faq | ||
- title: Get Started | ||
icon: /assets/images/icons/documentation/icn-learning.svg | ||
items: | ||
- text: Konnect | ||
items: | ||
- text: Install Gateway Operator | ||
url: /get-started/konnect/install/ | ||
- text: Deploy a Data Plane | ||
url: /get-started/konnect/deploy-data-plane/ | ||
- text: Create a Route | ||
url: /get-started/konnect/create-route/ | ||
- text: Kong Ingress Controller | ||
items: | ||
- text: Install Gateway Operator | ||
url: /get-started/kic/install/ | ||
- text: Create a Gateway | ||
url: /get-started/kic/create-gateway/ | ||
- text: Create a Route | ||
url: /get-started/kic/create-route/ | ||
- title: Production Deployment | ||
icon: /assets/images/icons/icn-server.svg | ||
items: | ||
- text: Overview | ||
url: /production/ | ||
- text: Install | ||
url: /install/ | ||
- text: Enterprise License | ||
url: /license/ | ||
- text: Monitoring | ||
items: | ||
- text: Metrics | ||
url: /production/monitoring/metrics/ | ||
- text: Status fields | ||
items: | ||
- text: Overview | ||
url: /production/monitoring/status/overview/ | ||
- text: DataPlane | ||
url: /production/monitoring/status/dataplane/ | ||
- text: ControlPlane | ||
url: /production/monitoring/status/controlplane/ | ||
- text: Gateway | ||
url: /production/monitoring/status/gateway/ | ||
- text: Upgrade Gateway Operator | ||
url: /production/upgrade/gateway-operator/ | ||
- title: Guides | ||
icon: /assets/images/icons/documentation/icn-solution-guide.svg | ||
items: | ||
- text: AI Gateway | ||
url: /guides/ai-gateway/ | ||
- text: Customization | ||
items: | ||
- text: Set data plane image | ||
url: /customization/data-plane-image/ | ||
- text: Deploying Sidecars | ||
url: /customization/sidecars/ | ||
- text: Customizing PodTemplateSpec | ||
url: /customization/pod-template-spec/ | ||
- text: Defining PodDisruptionBudget for DataPlane | ||
url: /customization/pod-disruption-budget/ | ||
- text: Autoscaling Kong Gateway | ||
url: /guides/autoscaling-kong/ | ||
- text: Autoscaling Workloads | ||
items: | ||
- text: Overview | ||
url: /guides/autoscaling-workloads/overview/ | ||
- text: Prometheus | ||
url: /guides/autoscaling-workloads/prometheus/ | ||
- text: Datadog | ||
url: /guides/autoscaling-workloads/datadog/ | ||
- text: Upgrading Data Planes | ||
items: | ||
- text: Rolling Deployment | ||
url: /guides/upgrade/data-plane/rolling/ | ||
- text: Blue / Green Deployment | ||
url: /guides/upgrade/data-plane/blue-green/ | ||
- text: Kong Custom Plugin Distribution | ||
url: guides/plugin-distribution/ | ||
- text: Managing Konnect entities | ||
items: | ||
- text: Architecture overview | ||
url: /guides/konnect-entities/architecture/ | ||
- text: Gateway Control Plane | ||
url: /guides/konnect-entities/gatewaycontrolplane/ | ||
- text: Service and Route | ||
url: /guides/konnect-entities/service-and-route/ | ||
- text: Consumer, Credentials and Consumer Groups | ||
url: /guides/konnect-entities/consumer-and-consumergroup/ | ||
- text: Key and Key Set | ||
url: /guides/konnect-entities/key-and-keyset/ | ||
- text: Upstream and Targets | ||
url: /guides/konnect-entities/upstream-and-target/ | ||
- text: Certificate and CA Certificate | ||
url: /guides/konnect-entities/certificate-and-cacertificate/ | ||
- text: Vault | ||
url: /guides/konnect-entities/vault/ | ||
- text: Data Plane Client Certificate | ||
url: /guides/konnect-entities/dpcertificate/ | ||
- text: Tagging and Labeling | ||
url: /guides/konnect-entities/tagging-and-labeling/ | ||
- text: Managing Plugin Bindings by CRD | ||
url: /guides/konnect-entities/konnect-plugin-binding/ | ||
- text: FAQ | ||
url: /guides/konnect-entities/faq/ | ||
- title: Reference | ||
icon: /assets/images/icons/icn-magnifying-glass.svg | ||
items: | ||
- text: Custom Resources | ||
items: | ||
- text: Overview | ||
url: /reference/custom-resources/ | ||
src: reference/custom-resources/1.4.x | ||
- text: GatewayConfiguration | ||
url: /reference/custom-resources/#gatewayconfiguration | ||
generate: false | ||
- text: ControlPlane | ||
url: /reference/custom-resources/#controlplane | ||
generate: false | ||
- text: DataPlane | ||
url: /reference/custom-resources/#dataplane | ||
generate: false | ||
- text: KongPluginInstallation | ||
url: /reference/custom-resources/#kongplugininstallation | ||
generate: false | ||
- text: Configuration Options | ||
url: /reference/cli-arguments/ | ||
src: reference/cli-arguments/1.4.x | ||
- text: License | ||
url: /reference/license | ||
- text: Version Compatibility | ||
url: /reference/version-compatibility |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters