Kestra is an infinitely scalable orchestration and scheduling platform, creating, running, scheduling, and monitoring millions of complex pipelines.
https://github.com/kestra-io/kestra
https://github.com/kestra-io/kestra
GitHub
GitHub - kestra-io/kestra: Event Driven Orchestration & Scheduling Platform for Mission Critical Applications
Event Driven Orchestration & Scheduling Platform for Mission Critical Applications - kestra-io/kestra
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://github.com/signoz/signoz
https://github.com/signoz/signoz
GitHub
GitHub - SigNoz/signoz: SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in…
SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open s...
Good article about internal part of creating pods https://itnext.io/what-happens-when-you-create-a-pod-in-kubernetes-6b789b6db8a8
Medium
What happens when you create a pod in Kubernetes
What happens when you create a Pod in Kubernetes? A surprisingly simple task reveals a complicated workflow that touches several components in the cluster. Let’s start with the obvious: kubectl …
jq for binary formats - tool, language and decoders for working with binary and text formats
https://github.com/wader/fq
https://github.com/wader/fq
GitHub
GitHub - wader/fq: jq for binary formats - tool, language and decoders for working with binary and text formats
jq for binary formats - tool, language and decoders for working with binary and text formats - wader/fq
Interesting article about debugging running pods
https://medium.com/@danielepolencic/isolating-kubernetes-pods-for-debugging-5fe41e630e9
https://medium.com/@danielepolencic/isolating-kubernetes-pods-for-debugging-5fe41e630e9
Medium
Isolating Kubernetes pods for debugging
This article introduces a technique that helps you with debugging running Pods in production. By changing labels, you can detach Pods from the Service (no traffic), and you troubleshoot them …