Technical requirements
To start working with containers in Azure, you will need the following:
- A basic understanding of Docker concepts: https://docs.docker.com/get-started/
- A Docker development environment: depending on the OS you are using – https://docs.docker.com/docker-for-mac/, https://docs.docker.com/docker-for-windows/, or https://docs.docker.com/install/
- A Docker Hub account
- The Azure CLI: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest
- A basic understanding of Kubernetes: https://kubernetes.io/docs/home/
- The Kubernetes CLI: https://kubernetes.io/docs/tasks/tools/install-kubectl/