openstatus
https://github.com/openstatusHQ/openstatus
OpenStatus is open-source synthetic monitoring platform with beautiful status page and incident management. We are building it publicly for everyone to see our progress. We believe great softwares are built this way.
https://github.com/openstatusHQ/openstatus
jnv
https://github.com/ynqa/jnv
jnv is designed for navigating JSON, offering an interactive JSON viewer and jq filter editor.
https://github.com/ynqa/jnv
retina
https://github.com/microsoft/retina
Retina is a cloud-agnostic, open-source Kubernetes network observability platform that provides a centralized hub for monitoring application health, network health, and security. It provides actionable insights to cluster network administrators, cluster security administrators, and DevOps engineers navigating DevOps, SecOps, and compliance use cases.
https://github.com/microsoft/retina
Build a Lightweight Internal Developer Platform with Argo CD and Kubernetes Labels
https://itnext.io/build-a-lightweight-internal-developer-platform-with-argo-cd-and-kubernetes-labels-4c0e52c6c0f4
Note: This blog post demonstrates how to create a lightweight Internal Developer Platform without relying on Backstage, while still empowering you and your developers with a self-service approach. By utilizing GitOps with Argo CD and leveraging Kubernetes labels, this method offers a streamlined and efficient solution for managing and deploying your infrastructure.
https://itnext.io/build-a-lightweight-internal-developer-platform-with-argo-cd-and-kubernetes-labels-4c0e52c6c0f4
Signing container images: Comparing Sigstore, Notary, and Docker Content Trust
https://snyk.io/blog/signing-container-images
https://snyk.io/blog/signing-container-images
kproximate
https://github.com/lupinelab/kproximate
A node autoscaler project for Proxmox allowing a Kubernetes cluster to dynamically scale across a Proxmox cluster.
https://github.com/lupinelab/kproximate
sig-storage-local-static-provisioner
https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner
The local volume static provisioner manages PersistentVolume lifecycle for pre-allocated disks by detecting and creating PVs for each local disk on the host, and cleaning up the disks when released. It does not support dynamic provisioning.
https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner
alaz
https://github.com/ddosify/alaz
Alaz is an open-source Ddosify eBPF agent that can inspect and collect Kubernetes (K8s) service traffic without the need for code instrumentation, sidecars, or service restarts. This is possible due to its use of eBPF technology.
Alaz can create a Service Map that helps identify golden signals and problems like:
- High latencies between K8s services
- Detect 5xx HTTP status codes
- Detect Idle / Zombie services
- Detect slow SQL queries
https://github.com/ddosify/alaz
dragonfly-operator
https://github.com/dragonflydb/dragonfly-operator
Dragonfly Operator is a Kubernetes operator used to deploy and manage Dragonfly instances inside your Kubernetes clusters.
https://github.com/dragonflydb/dragonfly-operator
helm-compose
https://github.com/seacrew/helm-compose
Helm Compose is a tool for managing multiple releases of one or many different Helm charts. It is heavily inspired by Docker Compose and is an extension of the package manager idea behind Helm itself. It allows for full configuration-as-code capabilities in an single yaml file.
https://github.com/seacrew/helm-compose
kube-metrics-adapter
https://github.com/zalando-incubator/kube-metrics-adapter
Kube Metrics Adapter is a general purpose metrics adapter for Kubernetes that can collect and serve custom and external metrics for Horizontal Pod Autoscaling.
https://github.com/zalando-incubator/kube-metrics-adapter
zellij
https://github.com/zellij-org/zellij
Zellij is a workspace aimed at developers, ops-oriented people and anyone who loves the terminal. Similar programs are sometimes called "Terminal Multiplexers".
Zellij is designed around the philosophy that one must not sacrifice simplicity for power, taking pride in its great experience out of the box as well as the advanced features it places at its users' fingertips.
https://github.com/zellij-org/zellij
alacritty
https://github.com/alacritty/alacritty
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.
https://github.com/alacritty/alacritty
wezterm
https://github.com/wez/wezterm
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://github.com/wez/wezterm
monolith
https://github.com/Y2Z/monolith
A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive.
Unlike the conventional “Save page as”, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share.
If compared to saving websites with wget -mpk, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.
https://github.com/Y2Z/monolith
lapdev
https://github.com/lapce/lapdev
Lapdev is a self hosted application that spins up remote development environments on your own servers or clouds. It scales from a single machine in the corner to a global fleet of servers. It uses Devcontainer open specification for defining your development environment as code. If you’re interested in a deep dive into how Lapdev works, you can read about its architecture here.
https://github.com/lapce/lapdev
gritql
https://github.com/getgrit/gritql
GritQL is a declarative query language for searching and modifying source code.
https://github.com/getgrit/gritql
excalidraw
https://github.com/excalidraw/excalidraw
An open source virtual hand-drawn style whiteboard.
https://github.com/excalidraw/excalidraw
How Figma’s databases team lived to tell the scale
https://www.figma.com/blog/how-figmas-databases-team-lived-to-tell-the-scale
Our nine month journey to horizontally shard Figma’s Postgres stack, and the key to unlocking (nearly) infinite scalability.
Figma’s database stack has grown almost 100x since 2020. This is a good problem to have because it means our business is expanding, but it also poses some tricky technical challenges. Over the past four years, we’ve made a significant effort to stay ahead of the curve and avoid potential growing pains. In 2020, we were running a single Postgres database hosted on AWS’s largest physical instance, and by the end of 2022, we had built out a distributed architecture with caching, read replicas, and a dozen vertically partitioned databases. We split groups of related tables—like “Figma files” or “Organizations”—into their own vertical partitions, which allowed us to make incremental scaling gains and maintain enough runway to stay ahead of our growth.
https://www.figma.com/blog/how-figmas-databases-team-lived-to-tell-the-scale