Quick reference guide for Kubernetes
Click ⭐if you like the project. Pull Requests are highly appreciated. Follow me @SudheerJonna for technical updates.
No. | Questions |
---|---|
1 | What is Kubernetes? |
2 | Why Kubernetes? |
3 | Installation |
Creating Resources | |
1 | Pods |
2 | Deployments |
3 | Services |
4 | Output YAML to a file |
Viewing Resources | |
1 | Nodes |
2 | Pods |
3 | Namespaces |
4 | Deployments |
5 | Services |
6 | Events |
7 | Roles |
8 | Secrets |
9 | Storage |
Updating Resources | |
1 | Nodes |
2 | Pods |
3 | Namespaces |
4 | Deployments |
5 | Services |
Deleting Resources | |
1 | Nodes |
2 | Pods |
3 | Namespaces |
4 | Deployments |
Scaling Resources | |
1 | Replicas |
Interaction | |
1 | Nodes |
2 | Pods |
3 | Clusters |
Context & Configuration |
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.