Systems | Development | Analytics | API | Testing

Kong

Guide to Defense in Depth Security

Security best practices remain a top priority for enterprises, especially as high-profile hacks and cybersecurity breaches pose increased risks. According to the 2022 Morgan Stanley CIO survey, IT spending is expected to reach 4.4%, with cloud computing and security software as the leading verticals. This rapid digital transformation across sectors presents organizations with opportunities, along with some new challenges.

Denis Magda on Geo-Distributed Apps with Kong and Yugabyte | Kongcast Flash | #KongSummit2022

On this episode of #Kongcast Flash, Denis Magda, Head of DevRel at Yugabyte - introduces his #KongSummit2022 talk: Mission (Im)Possible: Building Geo-Distributed Apps with Kong, Kafka, and YugabyteDB. In this talk, you’ll learn about the fundamental design principles for geo-distributed apps using a Slack-like corporate messenger. And you'll study the principles in practice by building the messenger from scratch with Kong, Kafka, and YugabyteDB.

Kong Builders- Sep 7 | Kong Hackathon Edition - Mesh & API Automation Hacks

All of September, we will be featuring the Kong Summit Hackathon with a live stream every Wednesday to help you get started with contributing to Kong! In this episode, Kat Morgan will be showing you how to contribute to Kong with #konggateway and #servicemesh and #gitops hack examples.

Kong Konnect adds Support for Federated Authentication with OpenID Connect and Personal Access Tokens

Our latest release of Kong Konnect augments the security and compliance of the offering through enhanced authentication capabilities. Through the rest of this post, we’ll walk you through each of these features and explore what’s new in this Kong Konnect release.

NGINX/OpenResty Event Handling Strategy for CPU Efficiency

Kong Gateway is built on Nginx/OpenResty because it has a unique master/worker architecture, forks out many worker processes, and can utilize every CPU core efficiently. It is the powerhouse within Kong. But one master / multi workers architecture has an annoying defect. Each worker is an isolated process, so it is hard to share something with each other, and in Kong Gateway, there’s a lot of information to communicate between workers, like rebuilding router/health check/cluster sync, etc.

Jeremy Glassenberg on Low-Code/No-Code Ecosystem | Kongcast Flash | #KongSummit2022

On this episode of #Kongcast Flash, Jeremy Glassenberg - Product Leader of APIs at DocuSign - introduces his #KongSummit2022 talk: Mapping the No-Code/Low-Code Ecosystem with Your #API Strategy. In his session, you’ll get a holistic overview of the no-code/low-code landscape, typical personas, key learnings from success and failures in the industry, and tips to create a plan as part of your overall developer story.

Simplifying Production-Scale API Management With Kong Konnect

Kong Konnect provides developers and API owners a powerful way to secure and manage their API products powered by Kong Gateway (the world's fastest API gateway). Leverage Konnect to manage Kong Gateway data planes operating on-prem and in the public cloud – either as a centralized APIOps platform or federated experience across business units. Ultimately, Konnect enables customers to reduce their operational costs by using our hosted runtime manager, service catalog, developer portal and analytics platform.

Kong Mesh 1.9 and Kuma 1.8 Released with Gateway GA, new CNI and More!

We are happy to announce the release of Kong Mesh 1.9 and Kuma 1.8! This release is packed with features and improvements such as observability for builtin Gateway, a complete rewrite of the CNI and projected service account tokens support. In order to take advantage of the latest and greatest in service mesh, we strongly suggest upgrading to Kong Mesh 1.9.

What Is CI/CD?

The pace of the industry today is pressuring software developers to build, test, and release software more frequently than ever. To achieve this pace, teams have built two core processes into their workflow: Continuous Integration and Continuous Deployment. Continuous Integration and Continuous Deployment (CI/CD) is a subset of the DevOps workflow that automates application code management and its safe, predictable shipping. In this article, we’ll take a deep dive into CI/CD.