First steps with Docker and Kubernetes
Pods : running containers in Kubernetes
Replication and other controllers : deploying managed pods
Services : enablin clients to discover and talk to pods
Volumes : attaching disk storage to containers
ConfigMaps and secrets : configuring applications
Accessing pod metadata and other resources from applications
Deployments : updating applications declaratively
StatefulSets : deploying replicated stateful applications
Understanding Kubernetes internals
Securing the Kubernetes API server
Securing cluster nodes and the network
Managing pods' computational resources
Automatic scaling of pods and cluster nodes
Best practices for developing apps