freeCodeCamp provide a 3 hour introductory course to Kubernetes.
Further reading
The Kubernetes Handbook – Learn Kubernetes for Beginners
Notes
Pod is the smallest unit in the Kubernetes world Link
One container per pod is the most common use case Link
A Kubernetes cluster consists of nodes (a node is simply a server, whether virtual or bare metal) Link
Inside Nodes there are pods Link