Good article about scheduling in k8s https://itnext.io/kubernetes-scheduler-deep-dive-fdfcb516be30
Medium
Kubernetes scheduler deep dive
The scheduler is in charge of deciding where your pods are deployed in the cluster. It might sound like an easy job, but it’s rather complicated! Let’s start with the basic. When you submit a …
Starting poing for understanding how you should tag your docker images https://kodekloud.com/blog/docker-image-tag/
DevOps Blog
Why and How to Tag a Docker Image?
Properly tagging Docker images, especially in production environments, is crucial. This post covers why and how to tag Docker images.
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 …