We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4010385 commit 0fd6ce6Copy full SHA for 0fd6ce6
k8s/README.md
@@ -23,7 +23,7 @@
23
24
```sh
25
# For Horizontal Pod Autoscaling
26
- minikube addons enable metric-server
+ minikube addons enable metrics-server
27
28
# For Nginx Ingress Controller
29
# Install
@@ -59,7 +59,7 @@
59
1. Run the load test script:
60
61
62
- ./scripts/k8s-load-test.sh
+ ./scripts/k8s-test-load.sh
63
```
64
65
In its current configuration, it will run a load testing container to ping the user-service.
@@ -90,7 +90,7 @@
90
2. Run the command to set up the ingress controller:
91
92
93
- kubectl apply -f ./k8s/ingress/06-nginx-ingress.yaml
+ kubectl apply -f ./k8s/ingress/nginx-ingress.yaml
94
95
96
It should take a couple of minutes. Once done, you should run this command:
0 commit comments