From 98dd8c2a54058e9b2f82cb2536aea437eaa3f7fd Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 9 Dec 2021 11:27:36 +0100 Subject: [PATCH] Dec 9th --- docs/devel-sites.md | 1 + docs/gitops.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/devel-sites.md b/docs/devel-sites.md index dc5323a1..340e9eb2 100644 --- a/docs/devel-sites.md +++ b/docs/devel-sites.md @@ -13,6 +13,7 @@ - https://happyhues.com Superb colors palettes. - https://svgporn.com High quality svg logos. - https://www.geeksforgeeks.org +- https://opensource.apple.com 🌟 - [El camino del Frontend Developer](https://github.com/mrcodedev/frontend-developer-resources) Recursos gratuitos para empezar a ser un Frontend Developer o ampliar conocimientos - [python.plainenglish.io: 15 GitHub Repos That Every Developers Must Bookmark Right Now](https://python.plainenglish.io/15-github-repos-that-every-developers-must-bookmark-right-now-eee01db63977) Everything from Command Line (Linux), Python, Java, JavaScript, web development, and many more. - [dev.to: Top 3 sites for programmers](https://dev.to/why_and_how/top-3-sites-for-programmers-4bmc) diff --git a/docs/gitops.md b/docs/gitops.md index 7d8f1747..787c81b4 100644 --- a/docs/gitops.md +++ b/docs/gitops.md @@ -47,6 +47,12 @@ - [==clickittech.com: What is GitOps?== 🌟](https://www.clickittech.com/devops/what-is-gitops) - [blog.container-solutions.com: 11 Reasons for Adopting GitOps](https://blog.container-solutions.com/why-adopt-gitops) - [==opensource.com: GitOps vs. DevOps: What's the difference?== 🌟](https://opensource.com/article/21/3/gitops) Get to know GitOps, an evolved form of DevOps. + + | __Principle__ | __Focus__ | __Main Tool__ | __Other Tools__ | __Flexibility__ | __Correctness__ | + | :---: | :---: | :---: | :---: | :---: | :---: | + | __DevOps__ | Automation and frequent deployments | CI/CD pipeline | Supply chain management, Cloud Configuration as Code, etc. | Less strict and more open | Less focus on correctness | + | __GitOps__ | Correctness; doing DevOps correctly | Git | Kubernetes, Controller (e.g., Operator), separate CI/CD pipelines, Infrastructure as a Code, etc. | Stricter and less open | Designed with correctness | + - [geekflare.com: An Introduction to GitOps](https://geekflare.com/gitops-introduction/) - [thenewstack.io: GitOps Use Cases You May Not Have Considered](https://thenewstack.io/gitops-use-cases-you-may-not-have-considered/) - [kumomind.medium.com: Should I consider the GitOps methodology?](https://kumomind.medium.com/should-i-consider-the-gitops-methodology-f49e042b8c22)