https://github.com/chandrikadeb7/kubernetes-handbook
This handbook covers a beginner-friendly detailed understanding of Kubernetes core concepts.
https://github.com/chandrikadeb7/kubernetes-handbook
container devops docker guide handbook k8s kubernetes kubernetes-cluster kubernetes-deployment minikube
Last synced: 4 months ago
JSON representation
This handbook covers a beginner-friendly detailed understanding of Kubernetes core concepts.
- Host: GitHub
- URL: https://github.com/chandrikadeb7/kubernetes-handbook
- Owner: chandrikadeb7
- License: mit
- Created: 2021-08-01T12:15:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T05:25:20.000Z (about 4 years ago)
- Last Synced: 2025-05-01T09:46:20.894Z (5 months ago)
- Topics: container, devops, docker, guide, handbook, k8s, kubernetes, kubernetes-cluster, kubernetes-deployment, minikube
- Homepage: https://amdocs-1.gitbook.io/kubernetes-handbook/
- Size: 379 KB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
**Kubernetes** is a platform to schedule and run containers on clusters of VM. It runs on bare metal, virtual machines, private or public cloud.
This handbook covers a detailed understanding of the following topics mentioned below.
* Prerequisites \(Container, Docker, VM\)
* Features of Kubernetes
* Architecture
* Pods and Nodes
* Controllers
* Minikube
* Installation and Running \(Mac OS\)
* Labels, Namespaces, and Selectors
* Health Checks, Rollouts, and Rollbacks
* Config Maps and Secrets
* Running Jobs
* Kubernetes Dashboard and Debugging## View the Handbook
You can view the handbook [here](https://amdocs-1.gitbook.io/kubernetes-handbook/).
## Buy PDF version
You can buy the PDF version of the **Kubernetes Handbook** ⭐ [Click Here](https://gum.co/kube-book) ⭐
## Resources
The full LinkedIn course for Kubernetes can be found [here](https://www.linkedin.com/learning/learning-kubernetes/welcome?u=105858922).