From b421e815732920ef5334bfa2402f91aac4e42684 Mon Sep 17 00:00:00 2001 From: David Paz Date: Sun, 30 Oct 2022 21:37:40 +0100 Subject: [PATCH] Add Pro Git book to list of resources Pro Git is considered part of the official documentation and it is a great resource for learning git. I think it should not be mising here. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6798c1..4ed50ad 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Download [PDF version](DevOps%20Roadmap.pdf). ### 1. GIT +- [Pro Git Book](https://git-scm.com/book/en/v2) FREE - [Learn Git by Atlassian](https://www.atlassian.com/git) FREE - [Learn Git Branching](https://learngitbranching.js.org/) FREE - [Learn Git & GitHub on CodeAcademy](https://www.codecademy.com/learn/learn-git) FREE @@ -80,7 +81,7 @@ Download [PDF version](DevOps%20Roadmap.pdf). - [Kubernetes Crash Course for Absolute Beginners by TechWorld with Nana](https://www.youtube.com/watch?v=s_o8dwzRlu4) FREE - [Primer: How Kubernetes Came to Be, What It Is, and Why You Should Care](https://thenewstack.io/primer-how-kubernetes-came-to-be-what-it-is-and-why-you-should-care/) Article - [Certified Kubernetes Administrator (CKA) with Practice Tests](https://www.udemy.com/course/certified-kubernetes-administrator-with-practice-tests/) Udemy course -- [Learn Kubernetes - Beginners to Advanced by KodeKloud](https://kodekloud.com/learning-path-kubernetes/) Course +- [Learn Kubernetes - Beginners to Advanced by KodeKloud](https://kodekloud.com/learning-path-kubernetes/) Course - [Understand when to use Cluster Services, Ingresses or API Gateways](https://gateway-api.sigs.k8s.io) FREE - [Understand which Problems Service Mesh solve (Use an Abstraction smi-spec.io](https://linkerd.io/2.12/features/) FREE - [Learn how to automate TLS](https://cert-manager.io/docs/) and [DNS](https://github.com/kubernetes-sigs/external-dns) FREE @@ -112,7 +113,7 @@ Download [PDF version](DevOps%20Roadmap.pdf). - [Learn Prometheus](https://prometheus.io/docs/tutorials/getting_started/) FREE - [Learn Grafana](https://grafana.com/tutorials/) FREE - [Elastic Stack](https://www.elastic.co/guide/index.html) FREE - + ### 11. Learn one Cloud provider - [Exam AZ-900: Microsoft Azure Fundamentals](https://learn.microsoft.com/en-us/certifications/exams/az-900) FREE @@ -159,4 +160,4 @@ If you think the roadmap can be improved, please do open a PR with any updates a ## Authors - [Dr. Milan Milanović](https://milan.milanovic.org) - CTO at [3MD](https://3mdinc.com). -- [Romano Roth](https://romanoroth.com) - Chief of DevOps at [Zühlke](https://www.zuehlke.com/en). \ No newline at end of file +- [Romano Roth](https://romanoroth.com) - Chief of DevOps at [Zühlke](https://www.zuehlke.com/en).