File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -106,21 +106,10 @@ gcloud services enable monitoring.googleapis.com \
106
106
107
107
4. Run `kubectl get pods` to verify the Pods are ready and running.
108
108
109
- 5. Access the web frontend through your browser
110
- - **Minikube** requires you to run a command to access the frontend service:
109
+ 5. Run `kubectl port-forward deployment/frontend 8080:8080` to forward a port to the frontend service.
111
110
112
- ```shell
113
- minikube service frontend-external
114
- ```
115
-
116
- - **Docker For Desktop** should automatically provide the frontend at http://localhost:80
111
+ 6. Navigate to `localhost:8080` to access the web frontend.
117
112
118
- - **Kind** does not provision an IP address for the service.
119
- You must run a port-forwarding process to access the frontend at http://localhost:8080:
120
-
121
- ```shell
122
- kubectl port-forward deployment/frontend 8080:8080
123
- ```
124
113
125
114
## Cleanup
126
115
You can’t perform that action at this time.
0 commit comments