Systems | Development | Analytics | API | Testing

Quick Look: Why Federated API Management? - Deployment Methods Walkthrough | API Summit

Quick Look: Why Federated API Management? - Deployment Methods Walkthrough by Gabriella Angiolillo | API Summit In this brief overview, Gabriella Angiolillo, Director of Product Management at Kong, walks through different deployment models for API infrastructure. Gabriella discusses the pros and cons of centralized and decentralized approaches, highlighting how each impacts development, security, and innovation.

Kong Mesh 2.5: Tailored Use Cases for an Elevated Experience

The latest release of Kong Mesh (version 2.5) brings many new features that push the envelope and make Kong Mesh the logical choice of a service mesh to meet your objectives. In this blog, we'll break down these new features and provide tailored use cases to illustrate how Kong Mesh 2.5 can elevate your service mesh experience. We'll focus on three main categories: flexibility, resiliency, and security.

Tightening Bearer Token Authentication with Proof-of-Possession Tokens Using Kong

In token-based architecture, tokens represent the client’s entitlement to access protected resources. Access tokens (or bearer tokens as they're commonly known) are issued by authorization servers after successful user authentication. The tokens are passed as credentials in the request to the target APIs which inform the API that the bearer of the token is authorized to access the API and perform certain actions.

Debugging and Diagnosing the Kong Gateway With Ease

We’re excited to announce the general availability of Kong Gateway 3.5 for Open Source (OSS). This release enables Javascript developers to extend the Gateway via the WebAssembly layer which is currently in Beta, delivers some enormous observability enhancements, and unlocks top-end performance. Keep reading for the latest on Kong Gateway 3.5 for OSS!

Your Secrets and Tokens are Secure with Kong Gateway Enterprise 3.5

Kong Gateway Enterprise 3.5 is packed with security features to support the use cases demanded by our enterprise customers through major improvements in Secrets Management integrations and our Open-ID Connect (OIDC) plugin. Additionally, we’ve added key security updates for a few of our AWS integrations.

Kubernetes Gateway API: an Engineering Perspective

The Kubernetes Gateway API represents a massive collaborative effort and key advancement in Kubernetes networking. Developed by multiple vendors and community members, the Gateway API provides a robust and extensible new standard for managing ingress traffic. With the recent general availability of version 1.0.0, the Gateway API is now ready for production use. The release of the Gateway API is a major milestone for Kubernetes networking that has the potential to simplify and enhance ingress management.

Master Blue-Green Deployments with Kong Gateway Operator | Kong Tutorials

🔵�� Dive into the seamless world of Blue-Green Deployments with Kong Gateway Operator in our latest Kong Tech Talks episode. Viktor, a cloud-native aficionado, explains the nuts and bolts of implementing blue-green deployment strategies for gateway data planes using the powerful Kong Gateway Operator. Whether you're a DevOps engineer, a systems architect, or just passionate about cloud-native technologies, this video is your gateway to mastering zero-downtime updates.

Gateway API: From Early Years to GA

In the Kubernetes world, the Ingress API has been the longstanding staple for getting access to your Services from outside your cluster network. Ingress has served us well over the years and can be found present in several dozen different implementations, but as time has passed and Kubernetes has grown it's become clear that there exists a greater need than Ingress is able to deliver.