FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Kong Has a Free API — The Most Popular Open-Source API Gateway
How-ToDevOps

Kong Has a Free API — The Most Popular Open-Source API Gateway

via Dev.to DevOpsAlex Spinov4h ago

Kong: API Gateway Trusted by 50,000+ Organizations Kong is the most widely adopted open-source API gateway. Rate limiting, auth, caching, load balancing, observability — managed via REST API. Runs on Kubernetes, Docker, VMs. Why Kong Most popular API gateway (100M+ downloads) Plugin ecosystem (100+ plugins) Sub-millisecond latency (built on Nginx/OpenResty) DB-less mode — config as code Kubernetes Ingress Controller The Free API # Add a service curl -X POST http://localhost:8001/services \ -d "name=my-api" \ -d "url=http://backend:8080" # Add a route curl -X POST http://localhost:8001/services/my-api/routes \ -d "paths[]=/api" \ -d "strip_path=true" # Add rate limiting curl -X POST http://localhost:8001/services/my-api/plugins \ -d "name=rate-limiting" \ -d "config.minute=100" \ -d "config.policy=local" # Add key auth curl -X POST http://localhost:8001/services/my-api/plugins \ -d "name=key-auth" # Create consumer + API key curl -X POST http://localhost:8001/consumers \ -d "username=al

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
0 views

Related Articles

How-To

How to implement the Outbox pattern in Go and Postgres

Lobsters • 26m ago

The Hidden Algorithm Behind Google Maps Traffic!!!!
How-To

The Hidden Algorithm Behind Google Maps Traffic!!!!

Medium Programming • 34m ago

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)
How-To

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)

Medium Programming • 5h ago

I Missed This Claude Setting at First. And It Actually Matters
How-To

I Missed This Claude Setting at First. And It Actually Matters

Medium Programming • 6h ago

Instacart Promo Code: Save on Groceries in March 2026
How-To

Instacart Promo Code: Save on Groceries in March 2026

Wired • 8h ago

Discover More Articles