chapter renamed

This commit is contained in:
Inaki Fernandez
2020-05-27 13:03:16 +02:00
parent 736a7f1fe1
commit 1e305f003d
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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?
+5 -5
View File
@@ -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