Systems | Development | Analytics | API | Testing

Understanding SOAP Security

Cybersecurity is one of the top concerns for businesses today. Vulnerabilities make the news when they turn into expensive breaches. With the cloud so prevalent in today's digital landscape, much attention has turned to API security. Network attacks aimed at APIs increased by an incredible 681% in 2022. Considering the continued popularity of SOAP (simple object access protocol) APIs, it is now a top priority for global IT leaders to learn SOAP's security best practices.

Waterfall API: A Comprehensive Guide

The API Waterfall is a sequentially and methodically defined approach for managing data flows and integration of services in software development. Aligned to the traditional waterfall methodology, the architectural model essentially targets a step-wise flow of events where each stage depends on the completion of the previous step.

How To Test Traffic With A Custom Kubernetes Controller

In k8s world every resource created via controller. Like there are inbuilt controllers for pods, deployments , replica set etc. So basically, Controllers are nothing but a control loop that continuously monitor the state of the cluster and take actions to bring the cluster into the desired state. The resources have a spec that provides the desired state. The controller checks the current states.

AI Observability: Navigating Challenges and Unlocking Opportunities

Observability refers to understanding a system’s internal state by examining its external outputs, like logs, metrics, and traces. Borrowed from control theory, it’s the ability to infer what’s happening inside a system without direct access. To visualize observability, consider the human body. We don’t need to open it up to understand its internal state. By measuring external signals like body temperature, heart rate, or blood pressure, we can infer what’s happening inside.

Run and Secure LLM Traffic with Kong AI Gateway

Learn how to build and manage robust AI infrastructure using Kong AI Gateway for efficient GenAI application development and deployment. From AI Gateway essentials to advanced management techniques, you'll learn to optimize your applications, implement governance and security measures, and adapt to various deployment environments.

On-Call Oasis: Creating a Peaceful Experience, Especially During the Holidays

Kong Konnect is Kong’s infrastructural SaaS solution. We run the control planes and API management applications for the data planes (API gateway and mesh) that are run by our customers to power their APIs. Some of the most critical traffic in the world goes through these data planes. The criticality of Konnect and therefore our customer’s uptime expectations of Konnect are very high.

Traffic-Driven Testing: Shift Right With The Ultimate Guide

In the process of developing software, designing and performing testing is a critical aspect of ensuring high software reliability, improving software quality, and deploying strong fit and function. The shift-right testing approach moves testing to later in your production cycle as a way of doing this with more accurate user data and post-production testing practices. Also known as “testing in production,” with shift-right, you test software after it has been deployed.