Update README.md
This commit is contained in:
parent
e5a04449a0
commit
98885b8776
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ Stackdriver, gRPC and similar cloud-native technologies.
|
||||||
|
|
||||||
1. Run `kubectl get nodes` to verify you're connected to “Kubernetes on Docker”.
|
1. Run `kubectl get nodes` to verify you're connected to “Kubernetes on Docker”.
|
||||||
|
|
||||||
1. Run `skaffold run` (first time will be slow). This will build and deploy the
|
1. Run `skaffold run` (first time will be slow, it can take ~20-30 minutes).
|
||||||
application. If you need to rebuild the images automatically as you refactor
|
This will build and deploy the application. If you need to rebuild the images
|
||||||
the code, run `skaffold dev` command.
|
automatically as you refactor he code, run `skaffold dev` command.
|
||||||
|
|
||||||
1. Run `kubectl get pods` to verify the Pods are ready and running. The
|
1. Run `kubectl get pods` to verify the Pods are ready and running. The
|
||||||
application frontend should be available at http://localhost:80 on your
|
application frontend should be available at http://localhost:80 on your
|
||||||
|
|
Loading…
Reference in a new issue