https://store-images.s-microsoft.com/image/apps.52867.02490454-9b22-4b44-b1ac-f9dd09bcd950.d97f0af0-edf6-4b3a-aebe-d944b8c65ae1.e753aa8b-695c-4568-80d0-4951dc2528ef

Kong

di bCloud LLC

(1 valutazioni)

Version 3.9.1 + Free Support on Ubuntu 24.04

Kong Gateway is a cloud-native API gateway designed to manage, secure, and route API and service traffic for modern, distributed applications. Built on NGINX and Lua, Kong provides a high-performance, scalable, and extensible platform for API management across microservices, Kubernetes, and cloud environments. It enables platform teams and developers to reliably expose, protect, and observe services without modifying application code.

Features of Kong Gateway:
  • Cloud-native API gateway for managing REST, GraphQL, gRPC, and WebSocket traffic.
  • High-performance architecture built on NGINX and Lua for low-latency request processing.
  • Flexible deployment models including DB-less (declarative) and database-backed modes.
  • Built-in plugins for authentication, authorization, rate limiting, logging, and traffic control.

KONG Usage:

$ sudo su
$ sudo apt update
$ Check Version: kong version
$ Start Kong: sudo kong start -c /etc/kong/kong.conf
$ Verify it's running by getting 200 OK JSON response from the Admin API: curl -i http://localhost:8001/
 
  
Disclaimer: Kong Gateway is an open-source project developed and maintained by Kong, Inc. and the open-source community. It is provided under the Apache License 2.0 and is distributed on an "as is" basis, without warranties or conditions of any kind. Users are responsible for validating configuration, security, and operational suitability in their environments.