Recommended
ODP
PPTX
PDF
Microservices & API Gateways
PDF
Introduction to Kong API Gateway
PPTX
Acceptance Test Driven Development and Robot Framework
PDF
PPTX
PDF
PDF
Airflow Best Practises & Roadmap to Airflow 2.0
PDF
The Power of GitOps with Flux & GitOps Toolkit
PPTX
PDF
Introducing Playwright's New Test Runner
PDF
React.js and Redux overview
PDF
PPTX
PDF
Introduction to kubernetes
PPTX
PDF
Apache Camel Introduction
PDF
Angular 16 – the rise of Signals
PDF
PPTX
PPTX
SonarQube Presentation.pptx
PDF
Karate - Web-Service API Testing Made Simple
PDF
Introduction to Github Actions
PDF
How Secure Are Your APIs?
PPTX
PPTX
Postman An Introduction for Testers, October 26 2022.pptx
PDF
Kuberntes Ingress with Kong
More Related Content
ODP
PPTX
PDF
Microservices & API Gateways
PDF
Introduction to Kong API Gateway
PPTX
Acceptance Test Driven Development and Robot Framework
PDF
PPTX
PDF
What's hot
PDF
Airflow Best Practises & Roadmap to Airflow 2.0
PDF
The Power of GitOps with Flux & GitOps Toolkit
PPTX
PDF
Introducing Playwright's New Test Runner
PDF
React.js and Redux overview
PDF
PPTX
PDF
Introduction to kubernetes
PPTX
PDF
Apache Camel Introduction
PDF
Angular 16 – the rise of Signals
PDF
PPTX
PPTX
SonarQube Presentation.pptx
PDF
Karate - Web-Service API Testing Made Simple
PDF
Introduction to Github Actions
PDF
How Secure Are Your APIs?
PPTX
PPTX
Postman An Introduction for Testers, October 26 2022.pptx
PDF
Kuberntes Ingress with Kong
Basic Kong API Gateway 1. 2. 3. 4. 5. 6. 7. Nginx
07
Nginx [engine-x] is an
HTTP and reverse proxy
server, a mail proxy
server, and a generic
TCP/UDP proxy server.
https://nginx.org/en/
8. 9. 10. 11. 12. 13. OpenResty
13
OpenResty is a full-fledged
web platform that integrates
our enhanced version of
the Nginx core, our enhanced
version of LuaJIT
https://openresty.org/en/
14. 15. 16. Lua
16
Lua is a powerful, efficient, lightweight,
embeddable scripting language. It supports
procedural programming, object-oriented
programming, functional programming,
data-driven programming, and data
description.
https://www.lua.org/about.html
17. 18. 18
Kong คืออะไร
Kong เปน API Gateway ทีพัฒนาต่อยอดมาจาก
Nginx/OpenResty/Lua โดยเก็บค่าคอนฟกต่างๆไว้บน
Database และสามารถคอนฟกได้ง่ายผ่าน RESTful API
https://github.com/kong/kong
19. 20. 21. 22. 23. 24. 25. 25
Expose your Services with Kong Gateway
curl http://127.0.0.1:8001/services
-d name=httpbin
-d url=http://httpbin.org
curl http://127.0.0.1:8001/services/httpbin/routes
-d paths[]=/
curl http://127.0.0.1/headers
26.