Systems | Development | Analytics | API | Testing

8 Cloud Cost Optimization Tactics for Kubernetes

If you’ve ever gotten sticker shock after receiving a surprisingly large cloud bill, this might have been your reaction… I think we’ve all been there. While the cloud makes flexible scaling possible, it has also introduced many new services one can use, resulting in increased cloud costs. In this article, I’ll go over the eight ways you can reduce your Kubernetes cloud costs. I use Amazon Web Services (AWS) as an example, but the lessons can also apply to other cloud providers.

How to Integrate Third-Party APIs Into Your Marketo Campaigns

With its comprehensive functionality and real-time data, Marketo is the leading marketing automation platform. However, it doesn’t integrate with every application out there which means that the full value of the platform is often not realised by many users. If you need data from a third-party API, here’s how to get it into your Marketo campaigns, ensuing that you successfully integrate third-party APIs.

Celebrating Four Years of Kong Inc.

What a year we have had! Hypergrowth, a huge community, and lots of recognition. But what we are most proud of is how Kong’s technology has impacted the world, thanks to our users. We can’t thank these users and the community enough for making Kong the most adopted open source API gateway out there. In fact, our technology just crossed 30,000+ stars on Github . And with over 2M instances and more than 257M downloads our OSS community has more than doubled over the last year.

Service Mesh 101: The Role of Envoy

If you’ve done any reading about service meshes, you’ve probably come across mentions of an open source project named Envoy. And if you’ve done any reading about Envoy, you’ve probably seen references to service meshes. How are these two technologies related? How are they different? Do they work together? I’ll attempt to answer all those questions in this blog post’s first and second parts, plus possibly a few more.

Kuma 1.3 and Kong Mesh 1.4 Released With Service Map, CA Rotation, mTLS Permissive and 10+ features.

We are happy to announce a new major release of Kuma, and a new major release of Kong Mesh built on Kuma! Kuma 1.3 ships with 10+ new features and countless improvements. Kong Mesh ships we enterprise capabilities for large scale service mesh deployments. We strongly suggest to upgrade, in order to take advantage of the latest and greatest when it comes to service mesh.

What is REST API Design?

Modern business requires a range of digital components to communicate effectively when transferring data and delivering critical messages. Application programming interfaces, or APIs, are sets of rules that regulate exactly how certain apps or machines connect. If you work with data at all, you’ll have heard of REST or RESTful, and REST APIs — but what is REST API design? We explain below.

How to Leverage Insomnia as a GraphQL Client

Here at Kong, we’re advocates for architecting your application as a group of microservices . In this design style, individual services are responsible for handling one aspect of your application, and they communicate with other services within your network to share data. Systems like Kubernetes or the Kuma service mesh help orchestrate traffic and manage network policies so that your microservices can function together as a unified whole.