#
kong
Here are 418 public repositories matching this topic...
Open
Remove versions ws
lahabana
commented
May 25, 2022
Description
This ws used to return a map of DP versions --> Envoy versions. We now have a more systematic and logical way to do this and we can remove this service altogether.
good first issue
Good for newcomers
area/kuma-cp
triage/accepted
The issue was reviewed and is complete enough to start working on it
kind/cleanup
Cleanup/refactor an existing component/code
Dashboard for managing Kong gateway
-
Updated
Oct 22, 2020 - JavaScript
kubernetes
microservices
ingress
kong
apis
k8s
ingress-controller
kubernetes-ingress
crds
kubernetes-ingress-controller
-
Updated
May 28, 2022 - Go
微服务 Api 网关 Kong 最新文档中文版
nginx
lua
microservice
api-gateway
kong
openresty
kong-plugin
kong-gateway
kong-api
kong-api-gateway
kong-doc
kong-docs-cn
kong-docs
-
Updated
Mar 28, 2022
An elegant desktop client for Kong Admin API
admin
dashboard
admin-dashboard
kong
admin-ui
desktop-client
admin-panel
kong-gateway
admin-gui
kong-gui
-
Updated
May 30, 2022 - JavaScript
How to wait for container X before starting Y using docker-compose healthcheck
-
Updated
Feb 15, 2022
mburket
opened
Mar 27, 2018
It includes studies of the resources I follow to learn about programming. It includes 41 different case studies.
react
nodejs
javascript
python
angularjs
graphql
golang
npm
typescript
programming
mongodb
vue
travis-ci
visual-studio-code
bootstrap4
kong
socketio
pwa-apps
hands-on
-
Updated
Aug 9, 2020 - JavaScript
decK: Configuration management and drift detection for Kong
-
Updated
May 27, 2022 - Go
An API Management system based on Mashape Kong
-
Updated
May 25, 2022 - JavaScript
[DEPRECATED] A Kubernetes Ingress for Kong
-
Updated
Apr 19, 2018 - Go
Dadjokes.online: Microservice echo-service as an alternative to httpbin for testing k8s, docker, kong, istio, kuma, etc. Built on FSL php microframework. Who says testing and dev ops can't be fun?
api
docker
kubernetes
php
devops
microservice
api-gateway
mulesoft
dev
jokes
kong
k8s
echo-server
service-mesh
apigee
kubernetes-deployment
dad-jokes
httpbin
istio
kuma
-
Updated
Nov 11, 2021 - PHP
-
Updated
Sep 10, 2019
Tooling to run plugin tests with Kong and Kong Enterprise
-
Updated
May 26, 2022 - Lua
Kong API Manager with Prometheus And Graylog
-
Updated
Oct 8, 2021 - Python
Docker-compose.yml for kong, konga and postgres using official image.
-
Updated
Apr 27, 2022
go
api
kubernetes
redis
golang
http
microservices
api-gateway
rest-api
helm
ingress
wso2
kong
tyk
cloud-native
traefik
kubernetes-controller
krakend
gotway
nginx-controller
-
Updated
May 8, 2022 - Go
Java Client for Kong API Gateway configuration
-
Updated
Mar 13, 2019 - Java
A Kong plugin that will cache responses in redis
-
Updated
Apr 17, 2019 - Lua
Kong and Konga (admin webapp) development setup on docker-compose
-
Updated
May 19, 2020 - JavaScript
A Kong plugin for propogating zipkin spans and reporting spans to a zipkin server - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
-
Updated
Nov 30, 2021 - Lua
Kongmap is a free visualization tool which allows you to view and edit configurations of your Kong API Gateway Clusters, including Routes, Services, and Plugins/Policies. The tool is being offered for installation via Docker and Kubernetes at this time.
api
docker
kubernetes
security
devops
microservices
rest
authentication
containers
api-gateway
rest-api
proxy
ci-cd
reverse-proxy
kong
k8s
kong-plugin
kong-gateway
kubernetes-ingress-controller
konga
-
Updated
Dec 17, 2021 - PHP
Get up and running quickly with Okta's OAuth as a Service and your favorite API Gateway.
-
Updated
Dec 6, 2021 - HTML
fast integrate spring projects to kong api gateway
-
Updated
Mar 31, 2022 - Java
Improve this page
Add a description, image, and links to the kong topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kong topic, visit your repo's landing page and select "manage topics."
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc