kops is a Kubernetes cluster provisioner and lifecycle manager designed to automate the creation, maintenance, and destruction of production-grade clusters on cloud infrastructure. It functions as a declarative infrastructure manager, synchronizing the live state of a cluster with versioned manifests stored in remote object storage to ensure idempotent operations. The project distinguishes itself by offering comprehensive automation for the entire cluster lifecycle, including high-availability control plane deployment, incremental rolling updates, and automated version upgrades. It also serve
HAProxy is a high-performance TCP and HTTP proxy that distributes traffic across multiple backend servers to ensure availability and fault tolerance for critical services. It operates in either TCP or HTTP mode, with an event-driven, single-threaded reactor that handles tens of thousands of connections without context switching, and supports kernel-level data transfer to minimize memory usage and latency. What distinguishes HAProxy is its configuration-file-first design, where all load-balancing rules and runtime behavior are defined in a declarative text file parsed at startup. It embeds a L
💥 Collection of common packages for NestJS: configx, hatchet integration, flydrive and more
Simple, self-hosted module based on Socket.io and Chart.js to report realtime server metrics for Nest-based node servers
Terminus module for Nest framework (node.js) :robot:
The main features of nestjs/terminus are: Monitoring and Health.
Open-source alternatives to nestjs/terminus include: kubernetes/kops — kops is a Kubernetes cluster provisioner and lifecycle manager designed to automate the creation, maintenance, and… haproxy/haproxy — HAProxy is a high-performance TCP and HTTP proxy that distributes traffic across multiple backend servers to ensure… abinnovision/nestjs-commons — 💥 Collection of common packages for NestJS: configx, hatchet integration, flydrive and more. genfirst/nest-status-monitor — Simple, self-hosted module based on Socket.io and Chart.js to report realtime server metrics for Nest-based node servers. apitally/apitally-js — Simple API monitoring & analytics for Node.js & Bun apps. metinseylan/nestjs-opentelemetry — 🔭 Deeply Integrated and Auto Instrumented OpenTelemetry module for NestJS.