.NET Core and Kubernetes
April 27, 2020
Create a Redis Caching layer for above net-core-web-app.NET Core random name web application. Have a TTL of 10 seconds. Host in Docker container. Create an Kubernetes deployment manifest. Refs: deployment example
Requirements:
-
Complete net-core-web-app
-
Install Kubectl
-
Install Minikube to work with hyper-v driver
-
Set the docker environment to point the MiniKube local Kubernetes cluster
-
TBC
Tech:
- .NET Core 3.1
- Redis
- Docker
- Kubernetes
- Kubectl
- MiniKube
References
Hint 1
- Use the kubernetes-on-windows post to help install and configure a local Kubernetes cluster