How do I migrate from Kong Gateway open source (OSS) to Kong Gateway Enterprise?
You can migrate using the kong migrations CLI.
See the OSS to Enterprise migration guide for step-by-step instructions.
How do I install Kong Gateway on Windows?
To install Kong Gateway on Windows, use Docker. Kong does not provide a native Windows install method for Kong Gateway.
Where can I find all supported platforms and packaging options?
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.
How do I install a downloaded package file?
If you have already downloaded a Kong Gateway package file, you can install it using your package manager.
For .deb files:
sudo apt install --yes /path/to/kong-enterprise-edition__amd64.debFor .rpm files:
sudo yum install -y kong-enterprise-edition-