Back openDesk Edu for a sovereign, open-source education â every vote counts.
Vote nowSave products you love by clicking the heart icon.
Build a complete production infrastructure with open-source tools: PostgreSQL for data, Redis for caching, MinIO for S3-compatible storage, n8n for workflow automation, Prometheus and Grafana for observability - all behind a secure reverse proxy. All components work together in a cohesive architecture.
The CNCF Cloud Native Landscape catalogs 1,000+ projects. We ranked every major category using a compound metric: stars Ă 0.5 + forks Ă 0.3 + maturity bonus (graduated = 1.0, incubating = 0.7, sandbox = 0.4). Here are the categories that matter for production infrastructure.
The backbone of cloud native. 254K combined stars across the top 5 projects.
| Project | Stars | Status | Role |
|---|---|---|---|
| Kubernetes | 121K | Graduated | Container orchestration |
| gRPC | 44K | Graduated | Polyglot RPC framework |
| Istio | 38K | Graduated | Service mesh |
| Envoy | 27K | Graduated | L4/L7 proxy |
| Argo CD | 22K | Incubating | GitOps deployment |
| Linkerd | 11K | Graduated | Lightweight service mesh |
Kubernetes is the de facto OS for the cloud â pod scheduling, horizontal scaling, RBAC, and a vast operator ecosystem. gRPC with Protocol Buffers powers polyglot microservice communication. Istio provides traffic management, mTLS, and canary deployments via sidecar proxies; Linkerd offers 80% of the same benefits at 20% of the operational cost using a Rust micro-proxy. Envoy is the data plane behind both (and many API gateways). Argo CD watches Git repos and reconciles cluster state â the GitOps standard.