Skip to content

Commit f23c58a

Browse files
committed
Add few tools on gitops, VM and secrets
1 parent 8338e84 commit f23c58a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
1515
- [Automation & Orchestration](#automation--orchestration)
1616
- [Continuous Integration & Delivery](#continuous-integration--delivery)
1717
- [Source Code Management](#source-code-management)
18+
- [GitOps](#gitops)
1819
- [Web Servers](#web-servers)
1920
- [SSL](#ssl)
2021
- [Databases](#databases)
@@ -141,10 +142,11 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
141142
- [Atlantis](https://github.com/runatlantis/atlantis) - Terraform Pull Request Automation.
142143
- [OctoDNS](https://github.com/github/octodns) - managing DNS across multiple providers. DNS as code.
143144
- [ManageIQ](https://www.manageiq.org/) - Manage containers, virtual machines, networks, and storage from a single platform.
145+
- [Ignite](https://github.com/weaveworks/ignite) - Open Source Virtual Machine (VM) manager with a container UX and built-in GitOps management.
144146

145147
## Continuous Integration & Delivery
146148

147-
*Continuous Integration, Continuous Delivery and Continuous Delivery.*
149+
*Continuous Integration, Continuous Delivery and Continuous Delivery. GitOps*
148150

149151
- On premises
150152
- [Buildbot](http://buildbot.net/) - automate all aspects of the software development cycle.
@@ -158,10 +160,12 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
158160
- [Bamboo](https://www.atlassian.com/software/bamboo) - tie automated builds, tests, and releases together in a single workflow.
159161
- [Integrity](http://integrity.github.io/) - Continuous Integration server.
160162
- [Zuul](https://zuul-ci.org/) - drives continuous integration, delivery, and deployment systems with a focus on project gating.
161-
- [Argo](https://argoproj.github.io/) - open source Kubernetes native workflows, events, CI and CD.
163+
- [Argo](https://argoproj.github.io/) - Open Source Kubernetes native workflows, events, CI and CD.
162164
- [Strider](https://strider-cd.github.io/) - Continuous Deployment/Continuous Integration platform.
163165
- [Evergreen](https://github.com/evergreen-ci/evergreen) - A Distributed Continuous Integration System from MongoDB.
164166
- [werf](https://werf.io/) - Open Source CI/CD tool for building Docker images & deploying them to Kubernetes using a GitOps approach.
167+
- [Flux](https://github.com/fluxcd/flux) - automatically ensures that the state of your Kubernetes cluster matches the configuration you’ve supplied in Git.
168+
- [Flagger](https://github.com/weaveworks/flagger) - progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments).
165169
- Public Services
166170
- [Travis CI](https://travis-ci.org/) - easily sync your projects, you’ll be testing your code in minutes.
167171
- [Circle CI](https://circleci.com/) - powerful CI/CD pipelines that keep code moving.
@@ -351,6 +355,8 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
351355
- [Sops](https://github.com/mozilla/sops) - simple and flexible tool for managing secrets.
352356
- [Vault](https://www.hashicorp.com/products/vault/) - manage secrets and protect sensitive data.
353357
- [Keybase](https://keybase.io/) - end-to-end encrypted chat and cloud storage system.
358+
- [Vault Secrets Operator](https://github.com/ricoberger/vault-secrets-operator) - create Kubernetes secrets from Vault for a secure GitOps based workflow.
359+
- [Git Secret](https://github.com/sobolevn/git-secret) - a bash-tool to store your private data inside a git repository.
354360

355361
## Sharing
356362

0 commit comments

Comments
 (0)