Kubernetes - Docker
www.docker.com › products › kubernetesBuild Kubernetes-ready applications on your desktop Docker Desktop is an application for MacOS and Windows machines for the building and sharing of containerized applications and microservices. Docker Desktop delivers the speed, choice, and security you need for designing and delivering these containerized applications on your desktop.
Kubernetes vs Docker | Microsoft Azure
azure.microsoft.com › en-us › topicKubernetes is open-source orchestration software that provides an API to control how and where those containers will run. It allows you to run your Docker containers and workloads and helps you to tackle some of the operating complexities when moving to scale multiple containers, deployed across multiple servers.
kind
https://kind.sigs.k8s.iokind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. If …