Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulveillard/cybersecurity-gitops
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about GitOps in Cybersecurity
https://github.com/paulveillard/cybersecurity-gitops
git github github-actions gitops gitops-as-a-service gitops-config gitops-data-platform gitops-framework gitops-managed-cluster gitops-pipeline gitops-repo gitops-sre-configurations gitops-tool
Last synced: about 2 months ago
JSON representation
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about GitOps in Cybersecurity
- Host: GitHub
- URL: https://github.com/paulveillard/cybersecurity-gitops
- Owner: paulveillard
- License: mit
- Created: 2023-09-12T15:50:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T22:48:06.000Z (about 1 year ago)
- Last Synced: 2023-12-25T23:31:40.574Z (about 1 year ago)
- Topics: git, github, github-actions, gitops, gitops-as-a-service, gitops-config, gitops-data-platform, gitops-framework, gitops-managed-cluster, gitops-pipeline, gitops-repo, gitops-sre-configurations, gitops-tool
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitOps: Theory, Techniques, and Tools
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about GitOps in Cybersecurity.
> Thanks to all contributors, you're awesome and wouldn't be possible without you! Our goal is to build a categorized community-driven collection of very well-known resources## `Theory` - Table of Contents
### What is GitOps?
- Git is widely accepted as the standard version-control system for DevOps teams. It serves as the central repository for everything CI/CD, covering pull and merge requests, commits and forking. Git repositories are often located on Bitbucket, GitHub, GitLab and other Git providers.![image](https://github.com/paulveillard/cybersecurity-gitops/blob/main/img/gitops.png)
**GitOps — a set of practices that are complementary to and evolved from DevOps — has emerged as an essential component in supply chain security best practices for cloud native environments. It serves as what Alexis Richardson, CEO and co-founder of Weaveworks — who is widely credited with coining the term “GitOps” — calls a “single source of truth” for declarative infrastructure and applications.**
GitOps has proven useful in cloud native environments for managing Infrastructure as Code, for managing and applying cluster configuration, as well as for automating deployment of containerized applications and their configurations to distributed systems.
## `Techniques` - Table of Contents
## `Tools` - Table of Contents
## License
MIT License & [cc](https://creativecommons.org/licenses/by/4.0/) license
This work is licensed under a Creative Commons Attribution 4.0 International License.To the extent possible under law, [Paul Veillard](https://github.com/paulveillard/) has waived all copyright and related or neighboring rights to this work.