Tag: #kong
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 4 posts
Kong Ingress Controller Guide — API Gateway-Style Ingress Through Its Plugin Ecosystem
A deep dive into Kong Ingress Controller (KIC) from an API Gateway perspective. We cover the architecture of Kong Gateway and KIC, DB-less versus DB mode, CRDs such as KongPlugin, KongIngress, and KongConsumer, the core
2026-06-14 · 20 min read #kong#ingress#kubernetes#api-gateway#networkingAPI Gateways in 2026 — Kong 4 / Tyk / Apigee / KrakenD / Zuplo / Envoy Gateway / Traefik 3 Deep Dive (15 Options, 4 Categories)
In 2026, the API gateway market splits four ways — open-source self-hosted (Kong 4, Tyk, KrakenD, Envoy Gateway, Traefik 3, Gravitee), managed SaaS/cloud (Apigee, AWS API Gateway, Cloudflare API Gateway, Azure API Manage
2026-05-16 · 21 min read #api-gateway#kong#tyk#apigee#krakendAPI Gateway Complete Guide 2025: Kong, Envoy, AWS API Gateway, Auth/Rate Limiting/Monitoring
Everything about API Gateways! Kong vs Envoy vs AWS API Gateway vs Traefik comparison, routing, authentication (OAuth2/JWT/API Key), rate limiting (Token Bucket/Sliding Window), request transformation, caching, monitorin
2026-04-14 · 24 min read #api-gateway#kong#envoy#aws-api-gateway#rate-limitingAPI Gateway Patterns and BFF Design: Practical Implementation with Kong, Envoy, and GraphQL Federation
An in-depth analysis of API gateway patterns and BFF (Backend for Frontend) architecture. Covers pros and cons comparison of Kong, Envoy, and GraphQL Federation, authentication, rate limiting, routing implementation, and
2026-03-08 · 31 min read #architecture#api-gateway#bff#kong#envoy