mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-17 06:36:46 +00:00
reorganization
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
- [Certified Kubernetes Offerings](#certified-kubernetes-offerings)
|
||||
- [Kubernetes open-source container-orchestation](#kubernetes-open-source-container-orchestation)
|
||||
- [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)
|
||||
- [Copy a configMap in kubernetes between namespaces](#copy-a-configmap-in-kubernetes-between-namespaces)
|
||||
- [Copy secrets in kubernetes between namespaces](#copy-secrets-in-kubernetes-between-namespaces)
|
||||
- [Kubectl Cheat Sheets](#kubectl-cheat-sheets)
|
||||
- [Kubernetes Troubleshooting](#kubernetes-troubleshooting)
|
||||
- [Kubernetes Tutorials](#kubernetes-tutorials)
|
||||
- [Kubernetes Patterns](#kubernetes-patterns)
|
||||
@@ -107,6 +107,16 @@
|
||||
|
||||
## Kubectl commands
|
||||
|
||||
### 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/)
|
||||
* [linuxacademy](https://linuxacademy.com/blog/containers/kubernetes-cheat-sheet/)
|
||||
* [fabric8 - kubectl](https://github.com/fabric8io/kansible/blob/master/vendor/k8s.io/kubernetes/docs/user-guide/kubectl-cheatsheet.md)
|
||||
* [intellipaat.com 🌟🌟](https://intellipaat.com/blog/tutorial/devops-tutorial/kubernetes-cheat-sheet/)
|
||||
* [dzone: kubectl commands cheat sheet](https://dzone.com/articles/kubectl-commands-cheat-sheet)
|
||||
* [jimmysong.io: kubectl cheat sheet 🌟🌟](https://jimmysong.io/kubernetes-handbook/guide/using-kubectl.html)
|
||||
* [cheatsheet.dennyzhang.com: kubectl kubernetes free cheat sheet 🌟🌟🌟](https://cheatsheet.dennyzhang.com/cheatsheet-kubernetes-a4)
|
||||
|
||||
### List all resources and sub resources that you can constrain with RBAC
|
||||
* kind of a handy way to see all thing things you can affect with Kubernetes RBAC. This will list all resources and sub resources that you can constrain with RBAC. If you want to see just subresources append "| grep {name}/":
|
||||
|
||||
@@ -139,16 +149,6 @@ kubectl get secret <secret-name> --namespace=<source> -o yaml | sed ‘s/names
|
||||
* Export resources with [zoidbergwill/export.sh](https://gist.github.com/zoidbergwill/6af8c80cc5b706e2adcf25df3dc2f7e1#file-export_resources-py), by [zoidbergwill](https://gist.github.com/zoidbergwill)
|
||||
|
||||
|
||||
### 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/)
|
||||
* [linuxacademy](https://linuxacademy.com/blog/containers/kubernetes-cheat-sheet/)
|
||||
* [fabric8 - kubectl](https://github.com/fabric8io/kansible/blob/master/vendor/k8s.io/kubernetes/docs/user-guide/kubectl-cheatsheet.md)
|
||||
* [intellipaat.com 🌟🌟](https://intellipaat.com/blog/tutorial/devops-tutorial/kubernetes-cheat-sheet/)
|
||||
* [dzone: kubectl commands cheat sheet](https://dzone.com/articles/kubectl-commands-cheat-sheet)
|
||||
* [jimmysong.io: kubectl cheat sheet 🌟🌟](https://jimmysong.io/kubernetes-handbook/guide/using-kubectl.html)
|
||||
* [cheatsheet.dennyzhang.com: kubectl kubernetes free cheat sheet 🌟🌟🌟](https://cheatsheet.dennyzhang.com/cheatsheet-kubernetes-a4)
|
||||
|
||||
## Kubernetes Troubleshooting
|
||||
* [Kubernetes troubleshooting diagram 🌟🌟🌟](https://github.com/inafev/awesome-kubernetes/blob/master/docs/images/kubernetes-troubleshooting.jpg)
|
||||
* [Understanding Kubernetes cluster events 🌟🌟](https://banzaicloud.com/blog/k8s-cluster-logging/)
|
||||
|
||||
Reference in New Issue
Block a user