An open API service indexing awesome lists of open source software.

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

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.