diff --git a/docs/cheatsheets.md b/docs/cheatsheets.md index d85d149e..52b4d76a 100644 --- a/docs/cheatsheets.md +++ b/docs/cheatsheets.md @@ -1,6 +1,6 @@ # Cheat Sheets - [Cheat Sheets](#cheat-sheets) -- [Kubernetes Cheat Sheets](#kubernetes-cheat-sheets) +- [Kubernetes Knowledge Hubs](#kubernetes-knowledge-hubs) - [Kubectl Cheat Sheets](#kubectl-cheat-sheets) - [Docker Cheat Sheets](#docker-cheat-sheets) - [Git and GitHub Cheat Sheets](#git-and-github-cheat-sheets) @@ -23,7 +23,7 @@ * [LeCoupa/awesome-cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets) * [detailyang/awesome-cheatsheet](https://github.com/detailyang/awesome-cheatsheet) -## Kubernetes Cheat Sheets +## Kubernetes Knowledge Hubs - [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? diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 1dca261b..b6463276 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -1,10 +1,10 @@ # Kubernetes - [Certified Kubernetes Offerings](#certified-kubernetes-offerings) - [The State of Cloud-Native Development. Details data on the use of Kubernetes, serverless computing and more](#the-state-of-cloud-native-development-details-data-on-the-use-of-kubernetes-serverless-computing-and-more) -- [Kubernetes References and Research Documents](#kubernetes-references-and-research-documents) - [Kubernetes open-source container-orchestation](#kubernetes-open-source-container-orchestation) - [Templating YAML in Kubernetes with real code. YQ YAML processor](#templating-yaml-in-kubernetes-with-real-code-yq-yaml-processor) - [Kubernetes Limits](#kubernetes-limits) + - [Kubernetes Knowledge Hubs](#kubernetes-knowledge-hubs) - [Kubectl commands](#kubectl-commands) - [Kubectl Cheat Sheets](#kubectl-cheat-sheets) - [List all resources and sub resources that you can constrain with RBAC](#list-all-resources-and-sub-resources-that-you-can-constrain-with-rbac) @@ -113,10 +113,6 @@ ## The State of Cloud-Native Development. Details data on the use of Kubernetes, serverless computing and more * [Cloud-Native Development Survey Details Kubernetes, Serverless Data 🌟](https://virtualizationreview.com/articles/2020/05/08/cloud-native-dev-survey.aspx) -## Kubernetes References and Research Documents -- [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 open-source container-orchestation * [Wikipedia.org: Kubernetes](https://en.wikipedia.org/wiki/Kubernetes) * [kubernetes.io](https://kubernetes.io/) @@ -176,6 +172,10 @@ * [sysdig.com: Understanding Kubernetes limits and requests by example 🌟](https://sysdig.com/blog/kubernetes-limits-requests/) * [dev.to/aurelievache: Understanding Kubernetes: part 22 – LimitRange](https://dev.to/aurelievache/understanding-kubernetes-part-22-limitrange-144l) +### Kubernetes Knowledge Hubs +- [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? + ## Kubectl commands ### Kubectl Cheat Sheets