Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deployment/kubernetes-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ cd microservices-demo
You can start Minikube by running:

```
minikube start
minikube start --memory 4096
```

Check if it's running with `minikube status`, and make sure the Kubernetes dashboard is running on http://192.168.99.100:30000.

Approximately 4 GB of RAM is required to run all the services.

##### *(Optional)* Run with Fluentd + ELK based logging

Expand Down