Browse Source

Put k3s last

pull/297/head
David Fowler 6 years ago
committed by GitHub
parent
commit
9873e05f2f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/frontend_backend_deploy.md

4
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.

Loading…
Cancel
Save