Kubernetes is a distributed, fault-tolerant, highly-available, customizable, extensible platform for managing container (Containers) workflows.
Map Of Content
- Flavors
- K3S - a lightweight K8S distribution
- Tanzu - VMware kubernetes implementation
- Talos Linux
- OpenShift
- CSI - Container Storage Interface
- Longhorn Distributed hyper-converged storage solution by the people behind K3S
- CNIs - Container Networking Interface
- Calico - Calico is an amazing CNI that has all the features one might need with a bunch of flexibility.
- GitOps
- Backup Solutions
- Operator - Software operator for managing Statefull applications
- Tools
- Manifests
- Advanced
- Networking
- Security
- Architecture
- Placement
- SRE
- Kubernetes - Admission Controllers
- Kubernetes - Downard API
- Tips And Tricks
Components Map Of Content
- Compute
- Administration
- RBAC
- ConfigMap
- Secrets
- CRD
- Kubernetes - Finalizer
- Workload
- Kubernetes - Namespace
Troubleshooting
- High CPU
- Kubernetes - High CPU orphaned pods - Sometimes some pods cannot be cleaned up, so they need a bit of help
- General
- Kubernetes - Namespace Stuck In Terminating - Happens sometimes if you force delete resources or delete them too fast.
- Kuberentes - The Server Has Asked For The Client To Provide Credentials
- Kubernetes - You must be logged in to the server (Unauthorized)
- PVC
- Networking