https://github.com/sudheerj/kubernetes-cheat-sheet
Quick reference guide for Kubernetes
https://github.com/sudheerj/kubernetes-cheat-sheet
k8s kubernetes kubernetes-cheat-sheet kubernetes-setup
Last synced: 4 months ago
JSON representation
Quick reference guide for Kubernetes
- Host: GitHub
- URL: https://github.com/sudheerj/kubernetes-cheat-sheet
- Owner: sudheerj
- Created: 2019-06-26T13:10:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T09:30:40.000Z (about 5 years ago)
- Last Synced: 2025-01-05T22:27:53.804Z (5 months ago)
- Topics: k8s, kubernetes, kubernetes-cheat-sheet, kubernetes-setup
- Size: 1000 Bytes
- Stars: 68
- Watchers: 6
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kubernetes-cheat-sheet
Quick reference guide for Kubernetes> Click :star:if you like the project. Pull Requests are highly appreciated. Follow me [@SudheerJonna](https://twitter.com/SudheerJonna) for technical updates.
### Table of Contents
| No. | Questions |
|---- | ---------
|1 | [**What is Kubernetes?**](#what-is-kubernetes) |
|2 | [**Why Kubernetes?**](#why-kubernetes)|
|3 | [**Installation**](#installation) |
| | **Creating Resources** |
|1 | [Pods](#pods) |
|2 | [Deployments](#deployments)|
|3 | [Services](#Services) |
|4 | [Output YAML to a file](#)|
| | **Viewing Resources** |
|1 | [Nodes](#nodes)|
|2 | [Pods](#pods) |
|3 | [Namespaces](#namespaces)|
|4 | [Deployments](#deployments)|
|5 | [Services](#Services) |
|6 | [Events](#nodes)|
|7 | [Roles](#pods) |
|8 | [Secrets](#namespaces)|
|9 | [Storage](#deployments)|
| | **Updating Resources** |
|1 | [Nodes](#nodes)|
|2 | [Pods](#pods) |
|3 | [Namespaces](#namespaces)|
|4 | [Deployments](#deployments)|
|5 | [Services](#Services) |
| | **Deleting Resources** |
|1 | [Nodes](#nodes)|
|2 | [Pods](#pods) |
|3 | [Namespaces](#namespaces)|
|4 | [Deployments](#deployments)|
| | **Scaling Resources** |
|1 | [Replicas](#replicas) |
| | **Interaction** |
|1 | [Nodes](#nodes)|
|2 | [Pods](#pods) |
|3 | [Clusters](#namespaces)|
| | **Context & Configuration** |### What is Kubernetes?
Kubernetes (k8s or “kube”) is an open source container orchestration platform which automates many of the manual processes exists in deploying, managing, and scaling containerized applications.