command cheatsheet
Managing Kubernetes by Brendan Burns, Craig Tracey
Kubernetes: Up and Running by Joe Beda, Kelsey Hightower, Brendan Burns
Kubernetes: Up and Running (2nd Edition) - Dive into the Future of Infrastructure, by Joe Beda, Kelsey Hightower, Brendan Burns
Getting Started with Kubernetes - Third Edition
Kubernetes itself is a distributed system that needs to be managed.
API server
Scheduler
Kubernetes constructs, namely pods , services , replication controller , replica sets , and labels .
Authentication, User Management, Authorization and Adimission Control
Authentication and access control capabilities of Kubernetes
Networking, Load Balancers, Ingress
networking in Kubernetes
Updates, Gradual Rollouts, AutoScaling
Application scaling
Deployments, Jobs, and DaemonSets
Types of workloads that Kubernetes supports: Deployments, Jobs, and DaemonSets
ConfigMaps, Secrets
Storage and Running Stateful Applications
PersistentVolumes, PersistentVolumesClaim, StatefulSets
Monitoring and Logging
Kubernetes Concepts
minikube
Kubeadm
才云科技(Caicloud) 推出的开源教程
Docker — 从入门到实践
Kubernetes Operations (kops)
Kubernetes addons