- Setup minikube
- https://minikube.sigs.k8s.io/docs/start/
- Verify minikube installation is successful(
minikube status
)
- Install kubectl
- Clone https://github.com/kdkanishka/todoapp-kube.git
- Create deployments
kubectl apply -f <yaml file>
- Add hostentry for todoapi.com
192.168.49.2 todoapi.com
- Load testing
ab -n 1000 -c 100 http://todoapi.com/todo/export
- Frontend app -
- ToDo api -
- ToDo service -