The completest reference for the Kubernetes container orchestration engine.
Created by ssbostan and contributors.
Kubernetes - aka K8s - is a container orchestration engine for automating deployment, scaling, and management of containerized applications. With Kubernetes, a set of container engines (Docker, Containerd, CRI-O, etc.) that were deployed on various servers (both physical and virtual) can be brought together to manage complex container-based software environments. The set of these servers is called the Kubernetes Cluster. So to speak, the Kubernetes cluster is a set of nodes that can run containers which they managed centrally with an amazing tool called Kubernetes. Kubernetes is a leading container orchestration engine in the current container ecosystem.
In software environments that use containers, usually microservices, we have many concerns such as storage and network needs, dynamic configuration per run environments, load balancing, application scaling, high availability, etc. Kubernetes is the answer to these concerns. With the Kubernetes platform, all things such as that described above are managed automatically by this great platform. Before Kubernetes, these concerns were solved manually or automatically in scattered tools. With Kubernetes, all of them are done on just one platform.
Kubernetes topics are categorized into these top headers. It may change in future.
- Kubernetes Concepts
- Kubernetes Architecture
- Kubernetes Manifests
- Kubernetes Resources
- Kubernetes Workloads
- Service Discovery and Load Balancing
- Config and Storage Resources
- High-Availability and Scaling Resources
- Authentication and Authorization
- Security and Quota Management Resources
- Kubernetes Cluster Resources
- Kubernetes Cheatsheets
- Kubernetes Best Practices
- Kubernetes Tutorials
- Kubernetes Tools
- Installation Tools
- Kubeadm (Official Installation Tool)
- minikube (Local Kubernetes cluster)
- Kubespray (Ansible-based Installer)
- Kops (Kubernetes Operations)
- Charmed Kubernetes (Ubuntu Juju)
- KinD (Kubernetes in Docker)
- K3s (Rancher Lightweight Kubernetes)
- K3d (Rancher K3s in Docker)
- MicroK8s (Canonical Zero-ops Kubernetes)
- RKE (Rancher Kubernetes Engine)
- KubeSphere (Distributed Kubernetes Platform)
- KubeKey (KubeSphere Installer)
- Kubermatic (Central Kubernetes Management Platform)
- KubeOne (Kubermatic Installer)
- Installation Tools
- Kubernetes Examples
All contributions are welcomed. CONTRIBUTING.md
Everyone interested in the Kubernetes can contribute to this reference.
Saeid Bostandoust [email protected]