The Seekret Blog
Get our latest posts directly by email and stay up to date on all things API observability
Performance Testing our eBPF Traffic Capturing Tool Using K6
•5 min read•
eBPFTesting
This is the second article in our eBPF testing series. Feel free to check out the first article here. The tim...Read more
How We Test Our eBPF Traffic Capturing Tool at Seekret
•8 min read•
eBPFTesting
Creating a production-ready eBPF tool is not an easy task. It requires a clear understanding of the use case, ...Read more
The Principles of API-Driven Development
•10 min read•
API Governance API Observability
Nowadays, when developers write programs, they don’t start from scratch, since reusable and highly functioning...Read more
Landing on the Right Integration Testing Strategy
•7 min read•
Testing
Integration testing helps developers identify bugs in the interfaces and in the interactions between integrate...Read more
Logs, Metrics and Traces: Are They Enough for Monitoring Microservices?
•7 min read•
API Observability
Modern software development requires fast action and scalable deployments to catch up with the speed of techno...Read more
eBPF Nuances on Minikube
•7 min read•
eBPF
If you've ever worked with Kubernetes, then you might have wanted to run it locally to save time, debugging co...Read more
API Governance: A Key Element in Your API-First Strategy
•13 min read•
API Governance
Within the last decade, there’s been an impressive transition from monolith applications into microservices. W...Read more
Handling the Challenge of Deploying eBPF into the Wild
•9 min read•
eBPF
This is the second in a series of posts in which we explain how to ship a single, portable container of your e...Read more
A Guide to API Testing
•5 min read•
Testing
API testing will never make a Top Five Tests Developers Need to Perform list. Yet, as developers continue to u...Read more
A Gentle Introduction to XDP
•8 min read•
eBPF
XDP, or in its full name “eXpress Data Path”, is a Linux Kernel framework introduced in version 4.8 that proce...Read more
Using entgo to create and store API flows
•7 min read•
GO
As software developers, we need to strategize and think about how and where we want to save our data. Usually,...Read more
Creating an Effective API Management Strategy
•8 min read•
API Observability
Application programming interfaces (APIs) have become an essential component of modern web-based applications ...Read more
How to Avoid Breaking Changes When Upgrading Your APIs
•8 min read•
API Observability
Every piece of software built in the 21st century uses APIs or is an API in itself. APIs are the fuel of digit...Read more
A Practical Guide to Capturing Production Traffic with eBPF
•10 min read•
eBPF
Have you ever worked on an HTTP server and experienced unintended behavior? Then spent hours trying to debug i...Read more
What Is API Observability & Why Should You Care?
•8 min read•
API Observability
As software development has evolved from “source code,” more and more code has moved into and behind Applicati...Read more
API Management: From Dev to Prod and Back
•8 min read•
API Observability
APIs drive literally everything that makes modern life as wonderland as it is, empowering developers with the ...Read more
Catch Breaking Changes with Seekret
•8 min read•
API Observability
There’s no denying that API adoption for modern software development is skyrocketing and the recent surge in u...Read more
Observability for API Testing
•6 min read•
API Observability
If you’re like me, part of your job is to write API tests for your system. When you have a small number of API...Read more
API Testing in the Production Environment
•5 min read•
API Observability
Testing in a development environment is great. You can control your entire environment, ensuring all your APIs...Read more