Kubernetes Workshop
Introduction to the basics of Kubernetes for Developers
Docker
A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.
Kubernetes
is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications
Helm
is the best way to find, share, and use software built for Kubernetes.