Getting Started with Kong Enterprise
Last updated
Last updated
Kong Gateway Enterpise is the scalable, secure, and self-managed API management solution
Kong Manager is the graphical user interface (GUI) for Kong Gateway. It uses the Kong Admin API under the hood to administer and control Kong Gateway.
Manage all workspaces in one place
Create new routes and services
Activate or deactivate plugins
Group your teams, services, plugins, consumer management, and everything else exactly how you want them
Manage users and roles for Kong Gateway
Centrally store and easily access key sets and keys.
Access Kong Manager on port 8002
at the path you specified in KONG_ADMIN_GUI_PATH
, or the default URL http://localhost:8002/workspaces
.
Note: If you are running Kong in traditional mode, increased traffic could lead to potential performance issues for the Kong proxy. Server-side sorting and filtering large quantities of entities can also cause increased CPU usage in both Kong Gateway and its database.
Kong Gateway comes with an internal RESTful Admin API for administration purposes. Requests to the Admin API can be sent to any node in the cluster, and Kong will keep the configuration consistent across all nodes.
8001
is the default port on which the Admin API listens.
8444
is the default port for HTTPS traffic to the Admin API.
This API is designed for internal use and provides full control over Kong, so care should be taken when setting up Kong environments to avoid undue public exposure of this API. See Securing the Admin API for more information about security methods.
Kong Manager Open Source (OSS) is the graphical user interface (GUI) for Kong Gateway (OSS). It uses the Kong Admin API under the hood to administer and control Kong Gateway (OSS). To access Kong Manager OSS, go to the following URL after installing Kong Gateway (OSS): http://localhost:8002
Create new routes and services
Activate or deactivate plugins
Group your services, plugins, consumer management, and everything else exactly how you want them
Manage certificates
Centrally store and easily access key sets and keys.
Note: If you are using the Enterprise image of Kong Gateway, you can use the Kong Manager Enterprise.