Kubernetes - atabegruslan/Notes GitHub Wiki
- https://www.youtube.com/playlist?list=PLhW3qG5bs-L8EU_Oocu6RkNPpYpaamtXX V Good beginner tutorial
- https://www.youtube.com/watch?v=X48VuDVv0do V Good beginner tutorial - full
- https://www.youtube.com/watch?v=s_o8dwzRlu4 V Good beginner tutorial - new crash course
- https://www.youtube.com/watch?v=_WW16Sp8-Jw
- https://www.youtube.com/watch?v=6IPu3WU_M0o&list=PLiMWaCMwGJXnHmccp2xlBENZ1xr4FpjXF
Features:
- Auto bin packing: allocating a node's resources to jobs
- Service discovery and load balancing
- Storage orchestration
- Self-healing
- Auto rollout and rollback
- Secret and config-map management
- Batch execution
- Horizontal scaling: Replication controller controls the number of pods depending on auto-detected CPU usage or user inputs/config settings. It reads from the manifest file. It is affected by the horizontal pod auto-scaler.
Components:
- Ingress
- Config map
- Volumes
Others:
- https://www.youtube.com/watch?v=QJ4fODH6DXI Good short intro
- https://www.youtube.com/watch?v=7bA0gTroJjw Good longer intro
- https://www.youtube.com/watch?v=l7gC4SgW7DU Good installation tutorial
- https://www.youtube.com/watch?v=UWg3ORRRF60
- https://www.youtube.com/playlist?list=PLMPZQTftRCS8Pp4wiiUruly5ODScvAwcQ
- https://www.youtube.com/watch?v=1xo-0gCVhTU
- https://www.tutorialspoint.com/kubernetes/index.htm
- https://www.youtube.com/watch?v=X9fSMGkjtug