diff --git a/docs/frontend_backend_deploy.md b/docs/frontend_backend_deploy.md index a3bb55c2..7f37348a 100644 --- a/docs/frontend_backend_deploy.md +++ b/docs/frontend_backend_deploy.md @@ -12,9 +12,9 @@ Before we deploy, make sure you have the following ready... 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) - - [K3s](https://k3s.io), a lightweight single-binary certified Kubernetes distribution from Rancher. - - [Kubernetes in Docker Desktop](https://www.docker.com/blog/docker-windows-desktop-now-kubernetes/), however it does take up quite a bit of memory on your machine, so use with caution. + - [Kubernetes in Docker Desktop](https://www.docker.com/blog/docker-windows-desktop-now-kubernetes/)x, however it does take up quite a bit of memory on your machine, so use with caution. - [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) + - [K3s](https://k3s.io), a lightweight single-binary certified Kubernetes distribution from Rancher.x - Another Kubernetes provider of your choice. > :warning: If you choose a container registry provided by a cloud provider (other than Dockerhub), you will likely have to take some steps to configure your kubernetes cluster to allow access. Follow the instructions provided by your cloud provider.