Kubernetes, also known as K8s, is a container orchestration platform that makes deploying, scaling, and managing containerized applications very easy.
Docker is an open source platform that enables developers to build applications as containers, deploy them to a server, and run them. Containers are packages containing the main software and its required settings, which are very light and portable.