ITNEXT

ITNEXT is a platform for IT developers & software engineers to share knowledge, connect, collaborate, learn and experience next-gen technologies.

Follow publication

Journey Of A Microservice Application In The Kubernetes World

Presentation of webhooks.app

Luc Juggery
ITNEXT
Published in
5 min readSep 6, 2022

Photo by Matt Howard on Unsplash

TL;DR

webhooks.app is an open source application following the microservice architecture. Its purpose is to provide a webhook endpoint for demos. In this series of articles, I will present the application and several steps I used (and will use) to have it running in production in a Kubernetes cluster.

About this series

This series will be divided into the following articles detailing the purpose of the webhooks application: its architecture, how to deploy it locally and on a Kubernetes cluster, as well at the various project it relies on. Other articles might be added on topics that come to mind while writing.

About the application

webhooks.app is an application whose purpose is to provide always-on secure webhook endpoints (basically a server waiting to receive json payload from a HTTP POST request). Webhook is a way for applications to communicate with each other, usually exchanging information as a json payload.

Let’s consider the following example: we have a Harbor container registry and want to be notified each time a new image is pushed to a given project. Harbor allows to specify a webhook (url and authentication token) and will send a json payload to this webhook each time a new image is pushed.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Published in ITNEXT

ITNEXT is a platform for IT developers & software engineers to share knowledge, connect, collaborate, learn and experience next-gen technologies.

Written by Luc Juggery

Docker & Kubernetes trainer (CKA / CKAD), 中文学生, Learning&Sharing

No responses yet

Write a response