-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture data with Kepler using a simple process #1054
Comments
need to install linux VM and transfer the architecture setup to ubuntu today as kepler doesn't work on MacOS |
@jawache @jmcook1186 I have tried the same Kubernetes setup on Windows machine (grabbed one from @MariamKhalatova), and was able to get Kepler output file. Grafana visualization is not working yet, however we got data! Let’s investigate and see if it’s something useful. |
discuss with @jmcook1186 to make sure we have useful information |
Thanks @narekhovhannisyan. NOTE: @jmcook1186 if Kepler and Scaphandre doesn't work on MacOS then using them in the training course is quite problematic, just a note re: the course that we should probably just give people the observations in a CSV (including some Kepler observations) and focus on helping them take the observations and turn them into impacts rather than running a process and capturing observations. |
@jawache @narekhovhannisyan and I sync'd on this today - here's the notes I took: What has been done so far:
|
@narekhovhannisyan please summarise what you did and what you found in a bulleted list and we can close |
@zanete I first started installing the infrastructure on |
@narekhovhannisyan please provide a little bit more detail in a step-by-step precisely so that it could be replicated 🙏 |
Prerequisites: Docker Steps to install: 1. Minikube and Hello-NodeDownload and install Minikube according to this doc: until the point By the end of this step we will have minikube installed, and 2. HelmDownload and install Helm 3.1 KeplerDeploy Kepler using Helm Charts. With this documentation I had problems with Prometheus and could not get it running and showing results, however, it's possible to expose Kepler with its specific port and get the outputs by requesting to 3.2 ScaphandreDeploy Scaphandre using Helm Chart. Following steps from this documentation, you will be able to install Prometheus and Graphana too for monitoring purposes. |
@jmcook1186 FYI ☝ |
Why: Sub of #1027
What: A locally runnable script that runs a simple process and captures data using Kepler
Scope of work:
The text was updated successfully, but these errors were encountered: