-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36f7f82
commit 174c41e
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Seldon Core Analytics | ||
|
||
This package provides an example Prometheus and Grafana install with default dashboard for Seldon Core. Its only intended for demonstration. In production you should create your own Prometheus and Grafana installation. | ||
|
||
## Install | ||
|
||
* Install seldon-core as described [here](../../docs/install.md#with-ksonnet) | ||
* Install seldon-core-analytics. Parameters: | ||
* ```password``` set the Grafana dashboard password - default 'admin' | ||
* ```prometheusServiceType``` the Prometheus service type - default 'ClusterIP' | ||
* ```grafanaServiceType``` the Grafama service type - default `NodePort` | ||
|
||
``` | ||
ks pkg install seldon-core/seldon-core-analytics@master | ||
ks generate seldon-core-analytics seldon-core-analytics | ||
``` | ||
* Launch components onto cluster | ||
``` | ||
ks apply default | ||
``` | ||
Notes | ||
|
||
* You can use ```--namespace``` to install seldon-core to a particular namespace |