- [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.
- [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.
- [K3s](https://k3s.io), a lightweight single-binary certified Kubernetes distribution from Rancher.x
- [K3s](https://k3s.io), a lightweight single-binary certified Kubernetes distribution from Rancher.
- 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.
@ -9,7 +9,7 @@ We just showed how `tye` makes it easier to communicate between 2 applications r
1. Change the `WeatherForecastController.Get()` method in the `backend` project to cache the weather information in redis using an `IDistributedCache`.
Add the following `using`s to the top of the file:
Add the following `using`'s to the top of the file: