diff --git a/docs/cheatsheets.md b/docs/cheatsheets.md index 281d2388..d85d149e 100644 --- a/docs/cheatsheets.md +++ b/docs/cheatsheets.md @@ -1,5 +1,6 @@ # Cheat Sheets - [Cheat Sheets](#cheat-sheets) +- [Kubernetes Cheat Sheets](#kubernetes-cheat-sheets) - [Kubectl Cheat Sheets](#kubectl-cheat-sheets) - [Docker Cheat Sheets](#docker-cheat-sheets) - [Git and GitHub Cheat Sheets](#git-and-github-cheat-sheets) @@ -9,7 +10,6 @@ - [SSH Cheat Sheets](#ssh-cheat-sheets) - [OpenShift Cheat Sheets](#openshift-cheat-sheets) - [Kubernetes Operator Cheat Sheets](#kubernetes-operator-cheat-sheets) -- [Kubernetes Cheat Sheets](#kubernetes-cheat-sheets) - [Kubernetes POD Cheat Sheets](#kubernetes-pod-cheat-sheets) - [Helm Cheat Sheets](#helm-cheat-sheets) - [Maven Cheat Sheets](#maven-cheat-sheets) @@ -23,6 +23,10 @@ * [LeCoupa/awesome-cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets) * [detailyang/awesome-cheatsheet](https://github.com/detailyang/awesome-cheatsheet) +## Kubernetes Cheat Sheets +- [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 Cheat Sheets * [developers.redhat.com: Kubernetes Cheat Sheet](https://developers.redhat.com/cheat-sheets/kubernetes/) * [kubernetes.io 🌟](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) @@ -95,9 +99,6 @@ ## Kubernetes Operator Cheat Sheets * [developers.redhat.com: Writing a Kubernetes Operator in Java using Quarkus - **Cheat Sheet** 🌟](https://developers.redhat.com/cheat-sheets/writing-kubernetes-operator-java/) -## Kubernetes Cheat Sheets -- [k8sref.io 🌟](https://www.k8sref.io/) Kubernetes Reference - ## Kubernetes POD Cheat Sheets - [jimmysong.io/kubernetes-handbook/concepts/pod.html 🌟](https://jimmysong.io/kubernetes-handbook/concepts/pod.html) - [https://dev.to/aurelievache: Understanding Kubernetes: part 1 – Pods](https://dev.to/aurelievache/kubernetes-sketchnotes-pods-4ib0) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index a33ed29a..1dca261b 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -1,6 +1,7 @@ # 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) @@ -112,10 +113,13 @@ ## 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) -* [youtube: Kubernetes in 5 mins](https://www.youtube.com/watch?v=PH-2FfFD2PU) -* [docs.kubernetes.io](http://docs.kubernetes.io/) +* [kubernetes.io](https://kubernetes.io/) * [unofficial-kubernetes.readthedocs.io](https://unofficial-kubernetes.readthedocs.io/) * [Awesome kubernetes 🌟](https://github.com/ramitsurana/awesome-kubernetes) * [https://www.reddit.com/r/kubernetes 🌟](https://www.reddit.com/r/kubernetes)