From 37dcea368eafb179262bd1611e322e5be224f7e1 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Fri, 5 Jun 2020 17:55:18 +0200 Subject: [PATCH] update --- docs/cheatsheets.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cheatsheets.md b/docs/cheatsheets.md index 692d424d..8069f311 100644 --- a/docs/cheatsheets.md +++ b/docs/cheatsheets.md @@ -4,7 +4,7 @@ - [Dash for MacOS (paid)](#dash-for-macos-paid) - [Velocity (Windows, paid)](#velocity-windows-paid) - [Zeal (Windows, Linux, Free)](#zeal-windows-linux-free) -- [Kubernetes Knowledge Hubs](#kubernetes-knowledge-hubs) +- [Kubernetes Knowledge Hubs and Glossary](#kubernetes-knowledge-hubs-and-glossary) - [Kubectl Cheat Sheets](#kubectl-cheat-sheets) - [Docker Cheat Sheets](#docker-cheat-sheets) - [Git and GitHub Cheat Sheets](#git-and-github-cheat-sheets) @@ -42,9 +42,10 @@ ### Zeal (Windows, Linux, Free) * [Zeal](https://zealdocs.org/) Zeal is an offline documentation browser for software developers. -## Kubernetes Knowledge Hubs +## Kubernetes Knowledge Hubs and Glossary - [k8sref.io 🌟](https://www.k8sref.io/) Kubernetes Reference - [Kubernetes Research. Research documents on node instance types, managed services, ingress controllers, CNIs, etc. 🌟](https://learnk8s.io/research) A research hub to collect all knowledge around Kubernetes. Those are in-depth reports and comparisons designed to drive your decisions. Should you use GKE, AKS, EKS? How many nodes? What instance type? +- [Kubernetes Glossary 🌟](https://www.bluematador.com/learn/kubernetes-glossary) ## Kubectl Cheat Sheets * [developers.redhat.com: Kubernetes Cheat Sheet](https://developers.redhat.com/cheat-sheets/kubernetes/)