You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/kubernetes/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This example has been developed and tested using the Kubernetes Engine packaged
21
21
22
22
## Setup Prometheus and Grafana
23
23
1.`cd` into the *scripts* folder and run the setup script with `./setup.sh` - the process of configuring Prometheus and Grafana.
24
+
24
25
**Note**: If you run into `Permission denied` error, try run this command: `chmod +x [the_file_name]` in the terminal and re-run `./setup.sh`.
25
26
26
27
2. In your browser, go to `localhost:32000`, which will be the login page of grafana. Use `admin` as both username and password to login. You can change the password after login.
@@ -75,9 +76,9 @@ kubectl apply -f frontend.yml
75
76
76
77
**Mac Users:** Alternative to running the above commands, `cd` into the *scripts* folder and run the `startKuber.sh` script.
77
78
78
-
#
79
79
80
80
2.`cd` into the `server` folder inside `chronos_npm_package`, then run `npm install` and `npm start`
81
+
81
82
3. Check in Docker desktop if your containers have been created. You should see something similar to the following:
82
83
83
84
<palign="center">
@@ -86,8 +87,9 @@ kubectl apply -f frontend.yml
86
87
87
88
88
89
Your microservice health metrics can now be viewed at the given `CHRONOS_URI` or, preferrably, in the Electron.js desktop application.
89
-
#
90
+
90
91
## Teardown the Cluster
92
+
91
93
1.`cd` into the launch folder and run the following commands to stop the running services and deployments:
0 commit comments