From 5a00175203b103cd53c82b140e16b967f58f4473 Mon Sep 17 00:00:00 2001 From: David Paz Date: Sun, 30 Oct 2022 21:58:03 +0100 Subject: [PATCH] Add book about kubernetes A good resource fo beginners to learn Kubernetes in Theory and hands on. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ed50ad..a847d39 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Download [PDF version](DevOps%20Roadmap.pdf). - [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 +- [Kubernetes Up and Running](https://www.amazon.com/_/dp/1491935677?tag=oreilly20-20) Book ### 8. Learn Infrastructure as a code