News KrakenD EE 2.2 released, and it's supercharged! …

How we built our telemetry service

by Daniel López

Mar 15, 2021

7 min read

​ We have run our telemetry system live for the past three years now. In this article, we’ll share code and outline some of the things you’ll need to keep in mind if you want to build an anonymous usage reporting system for an open-source project as we did (at a ridiculous cost). We will show you how to use our reporting client and the details of our actual reporting servers in case you are thinking in implementing a cost-efficient solution with high scalability.

Continue reading →

How to write a simple gRPC-gateway as a KrakenD plugin

by Daniel López

Jun 9, 2019

7 min read

The gRPC protocol is becoming trendy in the era of microservices. Its compactness and backward-compatibility make it very attractive. However, it requires custom code to work with it. In this article, we’ll show you how to get all the benefits from the gRPC protocol and the gRPC-gateway without coding any business logic to use your gRPC services as regular backends. Moreover, avoiding the extra network hop!

Continue reading →

How we run KrakenD on Javascript with WebAssembly

by Daniel Lopez

Dec 9, 2018

11 min read

KrakenD is an API Gateway written in Go that uses a single configuration file to define its whole behavior. As the configuration file might be complicated, the KrakenDesigner is a javascript-based user interface to edit this file, and we were missing the capability of reproducing directly on javascript the existing gateway pipes so that users could run manual tests over the editing configuration. In this post, we are going to explain how we included KrakenD framework components in a .

Continue reading →

Running the KrakenD API Gateway on Kubernetes

by Daniel López

Jun 6, 2018

7 min read

In this article we are going to show how to configure and deploy the KrakenD API Gateway in a kubernetes environment. We will use for the demonstration Minikube so you cant test it in your own local machine. Let’s get started! Setting up a local Kubernetes We will run Kubernetes locally thanks to Minikube. Just follow the README in the project for the installation and the Quickstart section. Installing minikube it’s quick and easy.

Continue reading →

How to work with Golang plugins and KrakenD

by Daniel López

Apr 12, 2018

6 min read

The release of golang 1.8 more than a year ago opened the door to loading dynamic linked components in run time, and we were keen to find out if we could include this great feature in our KrakenD toolbox. We’d like to share our experience and details on how we enhanced our products to support golang plugins. Why would anyone use plugins in Go? The plugin concept is widely known and supported in several programming languages and environments.

Continue reading →

Deploying and versioning an API Gateway

by Daniel López and Albert Lombarte

Apr 6, 2018

8 min read

When it comes to maintaining and deploying an API Gateway within an organization, you should always be aware of best practice. A gateway is an extra step between the client and the servers with the power to define a whole new interface, yet it’s so flexible and easy to implement that you might be tempted to start creating API interfaces without thinking about it - and end up creating problems for the future.

Continue reading →

Stay up to date with KrakenD releases and important updates

We use cookies to understand how you use our site and to improve your overall experience. By continuing to use our site, you accept our Privacy Policy. More information