Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Update 01_deploy.md (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentkempe committed Jul 8, 2020
1 parent a9c738e commit 7508822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/hello-tye/01_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before we deploy, make sure you have the following ready...

1. Installing [docker](https://docs.docker.com/install/) based on your operating system.

2. A container registry. Docker by default will create a container registry on [DockerHub](https://hub.docker.com/). You could also use [Azure Container Registry](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-acr) or another container registry of your choice.
2. A container registry. Docker by default will create a container registry on [DockerHub](https://hub.docker.com/). You could also use [Azure Container Registry](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-prepare-acr) or another container registry of your choice, like a [local registry](https://docs.docker.com/registry/deploying/#run-a-local-registry) for testing.

3. A Kubernetes Cluster. There are many different options here, including:
- [Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/tutorial-kubernetes-deploy-cluster)
Expand Down

0 comments on commit 7508822

Please sign in to comment.