Systems | Development | Analytics | API | Testing

Latest Videos

API Gateway vs. Service Mesh

Service mesh expert Cody De Arkland explains the differences between an API gateway and service mesh and how they work together. An API gateway helps companies offer APIs “as a product” to internal or external clients/users via a centralized ingress point. They can also govern and control how they are being exposed and onboarded via a full lifecycle APIM platform. API gateways are commonly used when different applications need to talk to each other and create an abstraction layer between the clients and the underlying APIs.

Complexity Reigns, rein it in with Kong Konnect - APAC Meetup - Brad Drysdale

We live in a connected world, and our digital experiences are formed by thousands of services acting as building blocks. As the world becomes more decentralized and services take over, cloud connectivity becomes the key differentiating factor of digital experiences for any organization.

A Sneak Peek at Scaling Without (So Much) Pain [Destination: Scale]

Lens, the Kubernetes IDE, is an open source Kubernetes dashboard that enables users to easily see what objects are running in their cluster and interact with them. In that way, it has been helping to take some of the pain out of Kubernetes operations and development, but now it includes features specifically aimed at those of us with large environments.

Creating an Interactive Developer Portal with GraphQL

In this tutorial, you'll learn how to get to the next level of API documentation using Kong Developer Portal with GraphQL. In my example, I’ll be using Kong Konnect Enterprise Version 2.4, but the version number does not really matter. I also configured my workspace with one service that points to a Star Wars API endpoint with a GraphQL interface (swapi-graphql.netlify.com). We’ll also be using an open source tool called GraphiQL for interactive documentation of a GraphQL endpoint. With GraphiQL, we’ll see requests, responses and automated generation of documentation based on the endpoint.