Systems | Development | Analytics | API | Testing

API

Application Observability With Kuma Service Mesh

The more services you have running across different clouds and Kubernetes clusters, the harder it is to ensure that you have a central place to collect service mesh observability metrics. That’s one of the reasons we created Kuma, an open-source control plane for service mesh. This tutorial will show you how to set up and leverage the Traffic Metrics and Traffic Trace policies that Kuma provides out of the box.

2021 Cloud Connectivity Innovator Award Winners: Big Success, Great Advice

Many organizations have been able to accomplish impressive things using Kong products, including Kong Konnect, Kong Enterprise, Kong Gateway, Kuma and Insomnia. We recently honored four of these enterprises in the inaugural Cloud Connectivity Innovator Awards program during Kong Summit 2021.

Sponsored Post

The HTTP/2 Landscape in 2021

When the internet first came into existence in 1983, its communication channels didn't exist, and it was just operational enough to be used for research purposes. In 1989, Tim Berners-Lee had the idea to develop a system for the internet using TCP/IP protocols. That public project at CERN introduced HTTP, HTML, World Wide Web (WWW), and a client-server as communication mechanisms. In this post, you'll learn how HTTP protocol works and how new versions brought it to where we are now, with the widely used HTTP/2 in 2021.

Supercharge Kubernetes Ingress with Kong

When services are exposed outside a Kubernetes cluster, you need to take care of authentication, observability, auditing, encryption and integrations with other third-party vendors, amongst other things. In this demo, @Viktor Gamov introduces Kong Ingress Controller and how you can use it in your applications that run in a Kong Mesh-enabled Kubernetes cluster.

What's Holding Us Back From True Hybrid and Multi-Cloud Applications?

There are good reasons for spreading workloads and applications across multiple clouds. Options include using a combination of public and on-premises cloud platforms, a strategy known as hybrid cloud—or using more than one public cloud provider, a strategy known as multi-cloud. What are those benefits? And what are some of the best strategies for achieving them? Let’s explore that.

How to Test HTTP/2 APIs

Slowly but surely, HTTP/2 is becoming the favored protocol for transporting data files between clients and servers. While HTTP/1 used to be the only way of loading web applications, it’s now lagging behind, especially on the UX front. Since 2015, HTTP/2 APIs have taken the lead with lightning-fast server responses. In particular, they’re responsible for state changes and server responses without the need for browser reloads.

What is a MySQL REST API?

Databases are an important part of application development. They let you store data in a way that is easy to manage and manipulate. MySQL has been the standard for this for decades. The one drawback is that databases only store data. If you want to do something with that data, a MySQL REST API makes it possible. Here is what you need to know to use MySQL REST APIs in your projects.

6 Best API Frameworks for Python Developers

APIs are a quick and easy way to create applications that can connect to other services. APIs provide an interface for developers, allowing them to leverage their programming skills in one language (Python) and use it with any service they want. Python is a popular choice for APIs because of the high level of abstraction available and its extensive library support.