Commit 7ac478c 1 parent f359469 commit 7ac478c Copy full SHA for 7ac478c
File tree 1 file changed +2
-2
lines changed
12-scalability-and-architectural-patterns/08-scaling-an-app-on-kubernetes
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 08-scaling-an-app-on-kubernetes
2
2
3
- This examples demostrates how to deploy and scale a simple Node.js webserver on Kubernetes (using minikube)
3
+ This examples demonstrates how to deploy and scale a simple Node.js webserver on Kubernetes (using minikube)
4
4
5
5
## Requirements
6
6
@@ -21,7 +21,7 @@ docker build -t hello-web:v1 .
21
21
22
22
### 2. Add the app to the kubernetes cluster
23
23
24
- Start the minikube kubernetes dashboard to see how you local cluster changes with the varius interactions we are going to perform:
24
+ Start the minikube kubernetes dashboard to see how you local cluster changes with the various interactions we are going to perform:
25
25
26
26
``` bash
27
27
minikube dashboard
You can’t perform that action at this time.
0 commit comments