Skip to content

DevOps and Infrastructure Projects

GitOps, IaC, container runtimes, and observability projects. Mostly Go, some TypeScript.

GitOps and CD

ArgoCD - Declarative GitOps CD

Repoargoproj/argo-cd
Stars21.9k
LanguageGo
CNCFGraduated
What it doesDeclarative GitOps continuous delivery for Kubernetes
Why contributeIndustry standard GitOps tool. Large active community.
Entry pointsUI improvements, CLI features, bug fixes, docs

Flux - GitOps Toolkit

Repofluxcd/flux2
Stars7.8k
LanguageGo
CNCFGraduated
What it doesGitOps toolkit for Kubernetes -- keeps clusters in sync with git repos
Why contributeCNCF graduated, clean Go codebase, controller-based architecture.

Infrastructure as Code

OpenTofu - Open Source Terraform

Repoopentofu/opentofu
Stars27.7k
LanguageGo
Good First Issues5 open
What it doesCommunity-driven open source Terraform fork
Why contributeFully open source, growing fast. Terraform-compatible.

Crossplane - Cloud Control Plane

Repocrossplane/crossplane
Stars11.4k
LanguageGo
CNCFIncubating
What it doesBuild cloud APIs and manage infrastructure using Kubernetes-style resources
Why contributeMulti-cloud IaC via K8s CRDs. Growing 20+ pct contributor base yearly.

Container Runtimes

containerd - Industry Standard Runtime

Repocontainerd/containerd
Stars20.2k
LanguageGo
CNCFGraduated
What it doesIndustry-standard container runtime used by Docker and Kubernetes
Why contributeCore infrastructure. Understanding containerd means understanding how containers work.
ChallengeComplex codebase, no labeled beginner issues.

Podman - Daemonless Containers

Repocontainers/podman
Stars26k+
LanguageGo
What it doesDaemonless container engine -- drop-in replacement for Docker
Why contributeRed Hat backed. Rootless containers, Kubernetes pod support.

Kaniko - Build Containers in Kubernetes

RepoGoogleContainerTools/kaniko
Stars15.7k
LanguageGo
What it doesBuild container images in Kubernetes without Docker daemon
Why contributeGoogle-backed. Solves real CI/CD problem.

Observability

Prometheus - Monitoring

Repoprometheus/prometheus
Stars62.5k
LanguageGo
CNCFGraduated
What it doesTime-series monitoring and alerting toolkit
Why contributeThe standard for cloud-native monitoring. PromQL, exporters, alerting.

Grafana - Visualization

Repografana/grafana
Stars72k
LanguageTypeScript + Go
What it doesDashboards and visualization for monitoring data
Why contributeMassive project. Frontend (React/TS) and backend (Go) opportunities.

Loki - Log Aggregation

Repografana/loki
Stars27.5k
LanguageGo
Good First Issues12 open
CNCFIncubating
What it doesHorizontally-scalable log aggregation inspired by Prometheus

Developer Tools

Gitea - Self-Hosted Git

Repogo-gitea/gitea
Stars50k+
LanguageGo
What it doesPainless self-hosted all-in-one DevOps platform (Git, CI/CD, packages)
Why contributeActive community, clean Go codebase, broad feature set.

N8N - Workflow Automation

Repon8n-io/n8n
Stars60k+
LanguageTypeScript
What it doesWorkflow automation tool -- connect APIs without code
Why contributeMassive user base. Integrations are easy to add.

Released under the MIT License.