Files
awesome-kubernetes/docs/cheatsheets.md
Inaki Fernandez 111540d0aa update
2020-06-06 15:23:42 +02:00

189 lines
13 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Cheat Sheets
- [Cheat Sheets](#cheat-sheets)
- [Documentation Browser for Software Developers](#documentation-browser-for-software-developers)
- [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 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)
- [Git Flow Cheat Sheets](#git-flow-cheat-sheets)
- [Sourcetree Cheat Sheet](#sourcetree-cheat-sheet)
- [GitKraken Git Cheat](#gitkraken-git-cheat)
- [Ansible Cheat Sheets](#ansible-cheat-sheets)
- [Packer and Terraform Cheat Sheets](#packer-and-terraform-cheat-sheets)
- [Linux Command Cheat Sheets](#linux-command-cheat-sheets)
- [SSH Cheat Sheets](#ssh-cheat-sheets)
- [OpenShift Cheat Sheets](#openshift-cheat-sheets)
- [Kubernetes Operator Cheat Sheets](#kubernetes-operator-cheat-sheets)
- [Kubernetes POD Cheat Sheets](#kubernetes-pod-cheat-sheets)
- [Helm Cheat Sheets](#helm-cheat-sheets)
- [Maven Cheat Sheets](#maven-cheat-sheets)
- [Gradle Cheat Sheets](#gradle-cheat-sheets)
- [Jenkins Cheat Sheets](#jenkins-cheat-sheets)
- [JMeter Cheat Sheets](#jmeter-cheat-sheets)
- [Quarkus Cheat Sheets](#quarkus-cheat-sheets)
- [Markdown Cheat Sheets](#markdown-cheat-sheets)
## Cheat Sheets
* [lzone.de/cheat-sheet](https://lzone.de/cheat-sheet/)
* [cheatography.com](https://cheatography.com/)
* [LeCoupa/awesome-cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets)
* [detailyang/awesome-cheatsheet](https://github.com/detailyang/awesome-cheatsheet)
## Documentation Browser for Software Developers
### Dash for MacOS (paid)
* [Dash for MacOS](https://kapeli.com/dash) Dash gives your Mac instant offline access to 200+ API documentation sets.
* [Dash Cheat Sheets](https://kapeli.com/cheatsheets)
### Velocity (Windows, paid)
* [Velocity](https://velocity.silverlakesoftware.com/) Velocity gives your Windows desktop offline access to over 150 API documentation sets
### Zeal (Windows, Linux, Free)
* [Zeal](https://zealdocs.org/) Zeal is an offline documentation browser for software developers.
## 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/)
* [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)
* [opensource.com: 9 kubectl commands sysadmins need to know 🌟](https://opensource.com/article/20/5/kubectl-cheat-sheet) Keep these 9 critical kubectl commands handy to help you with troubleshooting and managing your Kubernetes cluster administration.
## Docker Cheat Sheets
- [dockerlux.github.io: Docker Cheat Sheet](http://dockerlux.github.io/pdfcheat-sheet-v2.pdf)
- [Dzone: docker cheet sheet](https://dzone.com/articlesdocker-command-cheatsheet)
- [developers.redhat.com: Containers Cheat Sheet](https://developers.redhatcom/cheat-sheets/containers/)
- [github.com: Docker cheat Sheet](https://github.com/wsargentdocker-cheat-sheet)
- [linuxhero.tk: Docker command cheat sheet](https://linuxhero.tkdockercommands/)
- [docker.com: Docker Cheat Sheet🌟](https://www.docker.com/sites/default/files/d8/2019-09/docker-cheat-sheet.pdf)
## Git and GitHub Cheat Sheets
* [guides.github.com 🌟](https://guides.github.com/)
* [dev.to: Git & Github Cheatsheet 🌟](https://dev.to/zinox9/git-github-cheatsheet-22ok)
* [git-scm.com: Git reference](https://git-scm.com/docs)
* [zeroturnaround.com: Git cheat sheet 🌟](https://www.jrebel.com/blog/git-cheat-sheet)
* [ndpsoftware.com: Interactive git cheat sheet 🌟](https://ndpsoftware.com/git-cheatsheet.html)
* [The awesome git cheat sheet](https://the-awesome-git-cheat-sheet.com/)
* [developers.redhat.com: Git cheat sheet](https://developers.redhat.com/cheat-sheetsgit/)
* [atlassian.com: Git cheat sheet](https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet)
* [github.github.com/training-kit: Git cheat sheet](https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf)
* [education.github.com: Git cheat sheet](https://education.github.com/git-cheat-sheet-education.pdf)
* [dzone.com: refcard - getting started with git](https://dzone.com/refcardz/getting-started-git)
* [git-tower.com: Git cheat sheet](https://www.git-tower.com/blog/git-cheat-sheet/)
* [rogerdudler.github.io: git - the simple guide 🌟](https://rogerdudler.github.io/git-guide) Just a simple guide for getting started with git. no deep shit ;)
* [rogerdudler.github.io: git cheat sheet pdf](https://rogerdudler.github.io/git-guide/files/git_cheat_sheet.pdf)
### Git Flow Cheat Sheets
* [Git-flow cheatsheet](https://danielkummer.github.io/git-flow-cheatsheet/index.html)
### Sourcetree Cheat Sheet
* [Sourcetree Cheat Sheet](https://kapeli.com/cheat_sheets/Sourcetree.docset/Contents/Resources/Documents/index)
### GitKraken Git Cheat
* [GitKraken Git Cheat](https://www.gitkraken.com/resources/gitkraken-cheat-sheet)
## Ansible Cheat Sheets
* [Ansible Roles Explained | Cheat Sheet](https://linuxacademy.com/blog/red-hat/ansible-roles-explained/)
* [edureka.co: Ansible Cheat Sheet A DevOps Quick Start Guide](https://www.edureka.co/blog/cheatsheets/ansible-cheat-sheet-guide/)
* [intellipaat.com: Ansible Basic Cheat Sheet](https://intellipaat.com/blog/tutorial/devops-tutorial/ansible-basic-cheat-sheet/)
* [mrxpalmeiras: Ansible Cheat Sheet](https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet)
* [google.com/site/mrxpalmeiras: Ansible Cheat Sheet 🌟](https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet)
## Packer and Terraform Cheat Sheets
* [Packer Cheatsheet](https://adamrushuk.github.io/cheatsheets/packer/)
* [dzone: Terraform Cheat Sheet](https://dzone.com/articles/terraform-cli-cheat-sheet)
* [terraform.io: Terraform Commands](https://www.terraform.io/docs/commands/index.html)
* [github.com/scraly: Terraform Cheat sheet](https://github.com/scraly/terraform-cheat-sheet/blob/master/terraform-cheat-sheet.pdf)
* [lzone.de: Terraform Cheat Sheet](https://lzone.de/cheat-sheet/Terraform)
* [thedevopsblog.co.uk: Terraform Cheat Sheet](https://thedevopsblog.co.uk/terraform-cli-cheat-sheet)
* [terraform-infraestructura.readthedocs.io: comandos](https://terraform-infraestructura.readthedocs.io/es/latest/comandos/)
## Linux Command Cheat Sheets
* [linoxide.com: Linux Commands Cheat Sheet](https://linoxide.com/linux-command/linux-commands-cheat-sheet/)
* [commandlinefu.com](https://www.commandlinefu.com/)
### SSH Cheat Sheets
- [ssh cheat sheet](https://cheatsheet.dennyzhang.com/cheatsheet-ssh-a4)
- [lzone.de: ssh cheat sheet](https://lzone.de/cheat-sheet/SSH)
- [pentestmonkey.net: ssh cheat sheet](http://pentestmonkey.net/cheat-sheet/ssh-cheat-sheet)
- [The SSH Commands Cheat Sheet for Linux SysAdmins / Users](https://computingforgeeks.com/ssh-cheatsheet-for-sysadmins/)
- [opensource.com: Learn advanced SSH commands with this cheat sheet](https://opensource.com/article/18/4/learn-advanced-ssh-commands-new-cheat-sheet)
## OpenShift Cheat Sheets
* [mastertheboss.com: OpenShift Cheat Sheet](http://www.mastertheboss.com/soa-cloud/openshift/openshift-cheatsheet)
* [developers.redhat.com: Red Hat OpenShift Container Platform Cheat Sheet](https://developersredhat.com/cheat-sheets/red-hat-openshift-container-platform/)
* [github.com: Openshift cheat sheet 1](https://github.com/nekop/openshift-sandbox/blob/masterdocs/command-cheatsheet.md)
* [gist.github.com: Openshift cheat sheet 2](https://gist.github.com/rafaeltuelho111850b0db31106a4d12a186e1fbc53e)
* [github.com: openshift cheat sheet 3](https://github.com/mhausenblas/openshift-cheat-sheet)
* [monodot.co.uk: openshift cheat sheet 4](https://monodot.co.uk/openshift-cheatsheet/)
## 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 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)
<center>
[![pod cheat sheets](images/pod_cheat_sheet.png)](https://jimmysong.io/kubernetes-handbook/concepts/pod.html)
</center>
## Helm Cheat Sheets
* [Helm Cheat Sheet](https://gist.github.com/tuannvm/4e1bcc993f683ee275ed36e67c30ac49)
## Maven Cheat Sheets
* [maven.apache.org: Maven Quick Reference Card](http://maven.apache.org/guides/MavenQuickReferenceCard.pdf)
* [jrebel.com/blog/maven-cheat-sheet](https://www.jrebel.com/blog/maven-cheat-sheet)
* [medium 1](https://medium.com/@TimvanBaarsen/maven-cheat-sheet-45942d8c0b86)
* [journaldev.com](https://www.journaldev.com/33645/maven-commands-options-cheat-sheet)
* [cheatography.com](https://www.cheatography.com/mikesac/cheat-sheets/maven/)
* [javaguides.net](https://www.javaguides.net/2018/06/maven-cheat-sheet.html)
* [bogotobogo.com](https://www.bogotobogo.com/Java/tutorials/Spring-Boot/Maven-mvn-command-cheat-sheet.php)
* [lzone.de/cheat-sheet/Maven](https://lzone.de/cheat-sheet/Maven)
* [gist.github.com/michaellihs (jenkins pipeline)](https://gist.github.com/michaellihs/b08c89581ec597fa198cf74e2239f4a6)
* [confluence.sakaiproject.org](https://confluence.sakaiproject.org/display/REL/Maven+release+plugin+cheat+sheet)
## Gradle Cheat Sheets
* [polyglotdeveloper.com: Gradle Cheat Sheet](https://www.polyglotdeveloper.com/cheatsheet/2015-01-08-Gradle-cheatsheet/)
* [eta-lang.org: Gradle Cheat Sheet](https://eta-lang.org/docs/cheatsheets/gradle-cheatsheet)
* [mingliang.me: Gradle Cheat Sheet](https://mingliang.me/blog/gradle-cheatsheet/)
* [rratliff.com: Gradle Cheat Sheet](https://www.rratliff.com/gradle-cheat-sheet/)
* [github.com/jahe: Gradle Cheat Sheet](https://gist.github.com/jahe/59557d507f43574b0d96)
* [github.com/jiffle: Gradle Cheat Sheet](https://gist.github.com/jiffle/499caa5f53ab8f90dc19a3040ee40f48)
## Jenkins Cheat Sheets
* [edureka.co: Jenkins Cheat Sheet 🌟](https://www.edureka.co/blog/cheatsheets/jenkins-cheat-sheet/)
* [Jenkins Cheat Sheet](https://miro.medium.com/max/1400/1*5tZVl-tqZwSoxH97v4u45w.png)
* [medium: Jenkins Cheat Sheet](https://medium.com/edureka/jenkins-cheat-sheet-e0f7e25558a3)
* [cheatography.com: Jenkins Cheat Sheet](https://cheatography.com/funthomas424242/cheat-sheets/jenkins/)
## JMeter Cheat Sheets
- [Dzone Refcard: Getting Started with Apache JMeter](https://dzone.com/refcardz/getting-started-with-apache-jmeter?chapter=1)
- [Groovy Templates Cheat Sheet for JMeter](https://dzone.com/articles/the-groovy-templates-cheat-sheet-for-jmeter) Need help with your Groovy templates? Check out this cheat sheet to help you get started with scripting in Apache JMeter.
- [JMeter Web Application Testing Cheatsheet](http://blog.extremehacking.org/blog/2015/11/09/jmeter-web-application-testing-cheatsheet/)
- [CheatSheet for JMeter __time Function Calls](https://hellotestworld.com/2016/02/02/cheatsheet-for-jmeter-__time-function-calls/)
- [martkos-it.co.uk: JMeter Cheat Sheet](https://martkos-it.co.uk/our-work/jmeter-testing-cheat-sheet-ng5zm-97y43-af8tj) This jmeter cheat sheet provides gentle reminders of the usage of jmeter gui/non-gui. It includes installation/execution, plugins, shortcut keys and functions and variables.
- [jmeter-testing-cheat-sheet-v10.pdf](https://martkos-it.co.uk/s/jmeter-testing-cheat-sheet-v10.pdf)
- [Cheat Sheet for Regular Expression in Jmeter](http://performanceoptimize.blogspot.com/2017/04/RegularExpressionCheatSheet.html)
## Quarkus Cheat Sheets
- [Quarkus Cheat-Sheet](https://lordofthejars.github.io/quarkus-cheat-sheet/)
## Markdown Cheat Sheets
- [markdownguide.org](https://www.markdownguide.org/)
- [Markdown Cheat Sheet 1](https://www.markdownguide.org/cheat-sheet/)
- [guides.github.com: Markdown Cheat Sheet 2](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf)
- [Markdown Cheat Sheet 3](https://3os.org/markdownCheatSheet/welcome/)
- [Markdown Cheat Sheet 4](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)