kubeconform
Kubeconform is a Kubernetes manifest validation tool. Incorporate it into your CI, or use it locally to validate your Kubernetes configuration!https://github.com/yannh/kubeconform
How to Build Software like an SRE
Reliability precepts and tradeoffs learned the hard wayhttps://www.willett.io/posts/precepts
navidrome
Navidrome is an open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. It's like your personal Spotify!https://github.com/navidrome/navidrome
inspektor-gadget
Inspektor Gadget is a collection of tools (or gadgets) to debug and inspect Kubernetes resources and applications. It manages the packaging, deployment and execution of eBPF programs in a Kubernetes cluster, including many based on BCC tools, as well as some developed specifically for use in Inspektor Gadget. It automatically maps low-level kernel primitives to high-level Kubernetes resources, making it easier and quicker to find the relevant information.https://github.com/inspektor-gadget/inspektor-gadget
Observability Mythbusters: Observability Anti-Patterns
https://faun.pub/observability-mythbusters-observability-anti-patterns-2b3062405b54
https://faun.pub/observability-mythbusters-observability-anti-patterns-2b3062405b54
oci-seccomp-bpf-hook
This project provides an OCI hook to generate seccomp profiles by tracing the syscalls made by the container. The generated profile would allow all the syscalls made and deny every other syscall.https://github.com/containers/oci-seccomp-bpf-hook
kubernetes-reflector
Reflector is a Kubernetes addon designed to monitor changes to resources (secrets and configmaps) and reflect changes to mirror resources in the same or other namespaces.https://github.com/emberstack/kubernetes-reflector
mariadb-operator
Run and operate MariaDB in a cloud native way. Declaratively manage your MariaDB using Kubernetes CRDs rather than imperative commands.https://github.com/mmontes11/mariadb-operator
Redis Monitoring: What Metrics Should You Measure to Ensure Performance
https://sematext.com/blog/redis-metrics
https://sematext.com/blog/redis-metrics
Tools for Managing Terraform Drift
What are some of the Terraform tools to manage drift? This blog compares popular tools and discusses what to look for when choosing a tool.https://blog.tinystacks.com/tools-for-managing-terraform-drift
gokey
gokey is a password manager, which does not require a password vault. Instead of storing your passwords in a vault it derives your password on the fly from your master password and supplied realm string (for example, resource URL).https://github.com/cloudflare/gokey
Time is an illusion, Unix time doubly so...
As you well know, on Unix systems we measure time as the number of seconds since "the epoch": 00:00:00 UTC on January 1st, 1970. This has made a lot of people very angry and been widely regarded as a bad move.https://www.netmeister.org/blog/epoch.html
gobackup
GoBackup is a fullstack backup tool design for application servers, to backup your databases, files to cloud storages (Local disk, FTP, SCP, S3, GCS, Aliyun OSS ...).https://github.com/gobackup/gobackup
HAProxy Logging Configuration Explained: How to Enable and View Log Files
In this article, I’ll focus mainly on the logging aspect of HAProxy—how to enable different types of logs and how to work with them to make more informed decisions.https://sematext.com/blog/haproxy-logs