API
Browse all articles, tutorials, and guides about API
2posts
Posts
⌘K
DevOps
|16 min read
What It Actually Takes to Deliver a Webhook in Production
Sending a webhook is one HTTP POST. Delivering one is a retry schedule, a signature scheme, an idempotency story, and a way to answer "did you get it?" six hours later. Here is the whole problem, and a working Node implementation of both sides.
Kubernetes
|6 min read
Kubernetes API - Get Pods on Specific Nodes
Learn how to use the Kubernetes API to retrieve Pods running on specific nodes in your cluster.