这是indexloc提供的服务,不要输入任何密码

Install Kong Gateway

Kong Gateway is a low-demand, high-performing API gateway. You can set up Kong Gateway with Konnect, or install it on various self-managed systems.
Uses: Kong Gateway
Konnect is Kong's SaaS platform for running Kong Gateway without any infrastructure to manage. Get a fully managed Control Plane, real-time analytics, and enterprise-grade security.

Using Docker Compose

Kong Gateway is available as a Docker image, making it easy to deploy in containerized environments.

Build your own

Kong Gateway is distributed as prebuilt deb and rpm packages, in addition to official Docker images hosted on Docker Hub.

Build your own Docker image

Deploy Kong Gateway on Kubernetes

Deploy Kong Gateway on Kubernetes, and configure it using the UI, decK or Terraform.

Install Kong Ingress Controller (KIC)

Configure Kong Gateway using Kubernetes-native resources such as httproute and ingress.

FAQs

You can migrate to Kong Gateway Enterprise using the kong migrations CLI commands.

Warning: This action is irreversible, therefore we strongly recommend backing up your production data before migrating from Kong Gateway OSS to Kong Gateway Enterprise.

You can only migrate to a Kong Gateway Enterprise version that supports the same OSS version. The latest version of Kong Gateway OSS is 3.9.1.

  1. Download the Kong Gateway Enterprise package that matches your installed OSS version.
  2. Configure it to point to the same data store as your Kong Gateway OSS node. The migration command expects the data store to be up to date on any pending migration:

    kong migrations up [-c configuration_file]
    kong migrations -f finish [-c configuration_file]
    

    Caution: When adding new plugins to the existing installation (either manually or via the extension of bundled plugins), the kong migrations finish or kong migrations up must be run with the -f flag to forcefully upgrade the plugin schemas.

  3. Confirm that all of the entities are now available on your Kong Gateway Enterprise node.
  4. (Optional) Upgrade to your desired version of Kong Gateway Enterprise.

To install Kong Gateway on Windows, use Docker. Kong does not provide a native Windows install method for Kong Gateway.

To find all supported platforms and package types for Kong Gateway, see the supported platforms and versions in the Kong Gateway version support policy.

If you don’t see your Kong Gateway version here, it has reached end of life and Kong no longer publishes any packages or images for it.

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!