From 6fc981e09d50d7304a0605d3d64204529622e7e5 Mon Sep 17 00:00:00 2001 From: Ygor Maximo Date: Thu, 6 Aug 2026 21:34:31 +0200 Subject: [PATCH 1/8] Add Helm, Kustomize, OpenTofu and Crossplane to Automation & Orchestration --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 213f994..97a4cbe 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Capistrano](https://capistranorb.com/) - A remote server automation and deployment tool. - [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool. - [Terraform](https://www.terraform.io/) - use Infrastructure as Code to provision and manage any cloud, infrastructure, or service. +- [OpenTofu](https://opentofu.org/) - Open source, community-driven fork of Terraform. - [Pulumi](https://www.pulumi.com/) - Modern infrastructure as code platform that allows you to use familiar programming languages and tools to build, deploy, and manage cloud infrastructure. - [Packer](https://www.packer.io/) - Build Automated Machine Images. - [Vagrant](https://www.vagrantup.com/) - Development Environments Made Easy. @@ -191,6 +192,9 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Terrateam](https://terrateam.io) - Open-source alternative to Terraform Cloud/Enterprise, GitOps-first with native GitHub integration and designed for scale, security, and reliability. - [Scalr](https://scalr.com/) - Drop-in Terraform Cloud alternative, usage-based pricing, unlimited concurrency. - [CloudRay](https://cloudray.io) - Centralised platform for managing servers, organizing Bash scripts, and automating infrastructure tasks across cloud and virtual machines. +- [Helm](https://helm.sh/) - The package manager for Kubernetes. +- [Kustomize](https://kustomize.io/) - Template-free customization of Kubernetes configuration. +- [Crossplane](https://www.crossplane.io/) - Build control planes to manage infrastructure with Kubernetes APIs. ## Productivity Tools From 527e07f8cf0adae19112b50e12045e96ac3f78f5 Mon Sep 17 00:00:00 2001 From: Ygor Maximo Date: Thu, 6 Aug 2026 21:34:45 +0200 Subject: [PATCH 2/8] Add Argo CD to Continuous Integration & Delivery --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97a4cbe..ad95660 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Integrity](http://integrity.github.io/) - Continuous Integration server. - [Zuul](https://zuul-ci.org/) - drives continuous integration, delivery, and deployment systems with a focus on project gating. - [Argo](https://argoproj.github.io/) - Open Source Kubernetes native workflows, events, CI and CD. + - [Argo CD](https://argo-cd.readthedocs.io/) - declarative GitOps continuous delivery for Kubernetes. - [Strider](https://strider-cd.github.io/) - Continuous Deployment/Continuous Integration platform. - [Evergreen](https://github.com/evergreen-ci/evergreen) - A Distributed Continuous Integration System from MongoDB. - [werf](https://werf.io/) - Open Source CI/CD tool for building Docker images & deploying them to Kubernetes using a GitOps approach. From 3fc7cea9c82a9fda381d522d01f909aec5c01e85 Mon Sep 17 00:00:00 2001 From: Ygor Maximo Date: Thu, 6 Aug 2026 21:35:03 +0200 Subject: [PATCH 3/8] Add OpenTelemetry, Jaeger, Thanos and VictoriaMetrics to Observability & Monitoring --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad95660..e20fd6c 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,8 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [HolmesGPT](https://github.com/robusta-dev/holmesgpt) - Open Source AI assistant that can investigate alerts and find root cause automatically. - [Merlinn](https://github.com/merlinn-co/merlinn) - Open-source AI on-call developer. - [Middleware](https://middleware.io) - A full-stack cloud observability platform. +- [OpenTelemetry](https://opentelemetry.io/) - Vendor-neutral framework for traces, metrics and logs. +- [Jaeger](https://www.jaegertracing.io/) - Open source, end-to-end distributed tracing platform. - Metrics/Metrics collection - [Prometheus](https://prometheus.io/) - Power your metrics and alerting with a leading open-source monitoring solution. - [Collectd](https://github.com/collectd/collectd) - The system statistics collection daemon. @@ -346,6 +348,8 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Netdata](https://www.netdata.cloud/) - Instantly diagnose slowdowns and anomalies in your infrastructure. - [Freeboard](https://github.com/Freeboard/freeboard) - Real-time dashboard builder for IOT and other web mashups. - [Autometrics](https://autometrics.dev/) - An open-source micro framework for observability. + - [Thanos](https://thanos.io/) - Highly available Prometheus setup with long-term storage. + - [VictoriaMetrics](https://victoriametrics.com/) - Fast, cost-effective time series database and monitoring. - Logs Management - [Anthracite](https://github.com/Dieterbe/anthracite) - An event/change logging/management app. - [Graylog](https://github.com/Graylog2/graylog2-server) - Free and open source log management. From e36fb2c56daa3138dca4af1d169287ca2af998d1 Mon Sep 17 00:00:00 2001 From: Ygor Maximo Date: Thu, 6 Aug 2026 21:35:15 +0200 Subject: [PATCH 4/8] Add Trivy, Falco, OPA, Kyverno, Sigstore and Gitleaks to Security --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e20fd6c..a2824d2 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,12 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [checkov](https://github.com/bridgecrewio/checkov) - Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages. - [IntoDNS.ai](https://intodns.ai) - Free DNS and email security scanner. Checks SPF, DKIM, DMARC, DNSSEC with API for CI/CD integration. +- [Trivy](https://trivy.dev/) - Scanner for vulnerabilities and misconfigurations in code and containers. +- [Falco](https://falco.org/) - Cloud native runtime security and threat detection. +- [Open Policy Agent](https://www.openpolicyagent.org/) - General-purpose policy engine for cloud native environments. +- [Kyverno](https://kyverno.io/) - Policy engine designed for Kubernetes. +- [Sigstore](https://www.sigstore.dev/) - Signing, verification and provenance for software artifacts. +- [Gitleaks](https://github.com/gitleaks/gitleaks) - Detect and prevent hardcoded secrets in git repositories. ## Sharing From 1ce3aef65cf24b01f9c9b20f0bfc5bf4cbb6de21 Mon Sep 17 00:00:00 2001 From: Ygor Maximo Date: Thu, 6 Aug 2026 21:36:47 +0200 Subject: [PATCH 5/8] Add Kind to Applications Platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2824d2..3d31b47 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [vCluster](https://vcluster.sh/)- A open source project that helps you create virtual clusters. - [devpod](https://devpod.sh/) - Open-source, codebases-like tool that creates reproducible developer environments, supporting numerous providers (Kubernetes, AWS, GCP, etc.). - [KubeStellar Console](https://console.kubestellar.io/) - Open source AI-powered multi-cluster Kubernetes dashboard with real-time observability, AI-guided operations, and 20+ CNCF integrations (Argo, Kyverno, Prometheus, Grafana, Istio, Flux, Falco, OPA/Gatekeeper). CNCF Sandbox project. +- [Kind](https://kind.sigs.k8s.io/) - Run local Kubernetes clusters using Docker container nodes. ## Internal Developer Platforms From 07ec91adda51332eff7190943de1bfc8f1e809e2 Mon Sep 17 00:00:00 2001 From: Ygor Maximo Date: Thu, 6 Aug 2026 21:36:58 +0200 Subject: [PATCH 6/8] Add k9s to Productivity Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d31b47..9d3a6f4 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [claws](https://github.com/clawscli/claws) - A terminal UI for managing AWS resources across multiple profiles and regions with vim-style navigation. - [purple](https://github.com/erickochen/purple) - SSH client with AWS/GCP/Azure sync, Docker/Podman and SCP transfers. - [YAML Validator](https://yamlvalidator.dev) - Online YAML validator, formatter and viewer with JSON Schema support for Kubernetes, Docker Compose, GitHub Actions, and more. +- [k9s](https://k9scli.io/) - Terminal UI to interact with your Kubernetes clusters. ## Continuous Integration & Delivery From c1bd4a21ebea7c1296739e5284ab8fc096fd1fb1 Mon Sep 17 00:00:00 2001 From: Ygor Maximo Date: Thu, 6 Aug 2026 21:37:11 +0200 Subject: [PATCH 7/8] Add ClickHouse and Valkey to Databases --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9d3a6f4..f16fa68 100644 --- a/README.md +++ b/README.md @@ -302,12 +302,14 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Elasticsearch](https://www.elastic.co/products/elasticsearch) - Distributed, RESTful search and analytics engine capable of addressing a growing number of use cases. - [MongoDB](https://www.mongodb.com/) - General purpose, document-based, distributed database built for modern applications. - [Rethinkdb](https://github.com/rethinkdb/rethinkdb) - Open-source database for the real-time web. + - [ClickHouse](https://clickhouse.com/) - Column-oriented database for real-time analytical reports. - Key-Value - [Couchbase](https://www.couchbase.com/) - Distributed multi-model NoSQL document-oriented database that is optimized for interactive applications. - [Leveldb](https://github.com/google/leveldb) - Fast key-value storage library. - [Redis](https://redis.io/) - In-memory data structure store, used as a database, cache and message broker. - [RocksDB](https://rocksdb.org/) - A library that provides an embeddable, persistent key-value store for fast storage. - [Etcd](https://github.com/etcd-io/etcd) - Distributed reliable key-value store for the most critical data of a distributed system. + - [Valkey](https://valkey.io/) - High-performance key/value datastore forked from Redis. ## Observability & Monitoring From 15871da77a32ab0f4ddaa3d4ddba2f1e6c69f0f9 Mon Sep 17 00:00:00 2001 From: Ygor Maximo Date: Thu, 6 Aug 2026 21:37:29 +0200 Subject: [PATCH 8/8] Add WireGuard to VPN --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f16fa68..b0ac9e3 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [SoftEther](https://www.softether.org/) - An Open-Source Free Cross-platform Multi-protocol VPN Program. as an academic project from University of Tsukuba, under the Apache License 2.0. - [Firezone](https://www.firezone.dev/) - Self-hosted VPN server using WireGuard. Supports MFA, SSO, and has easy deployment options. +- [WireGuard](https://www.wireguard.com/) - Fast, modern and secure VPN tunnel. ## Resources