- Install terraform, kubectl, helm
- Clone Grappa repository
- cd Grappa/infra/Digitalocecan/Terraform
- Write DigitalOcean Token to "terraform.tfvars" (key: do_token); example: echo 'do_token = "dop_v1_[REDACTED]"' > terraform.tfvars
- terraform init
- terraform apply -var "kubeconfig_filename=~/kubeconfig" -auto-approve (This is going to take a while (~5m))
- helm --kubeconfig=~/kubeconfig install grappa-infra ../Helm
- Find LoadBalancer's ip address (e.g.: kubectl get services --kubeconfig=~/kubeconfig)
- Copy IP to a browser's address bar
- Log in with username: admin and password: MIKPassword111
- Home -> Connections -> Data Sources -> Add Data Source
- Select JSON
- Add details: Name: Influx URL: http://grappa:5000 Turn on "Basic Auth" and "With Credentials" username: test, password: asd
- Save and test
- Repeat the steps with the following details: name: Mysql URL: http://grappa-mysql:5001 Rest are the same
- Save and test
- Add new Data Source -> Prometheus, url: http://prometheus:9090
- Save and test
- Home -> Explore
- We can run queries on the InfluxDB, MySQL and Prometheus server
-
Notifications
You must be signed in to change notification settings - Fork 0
SilverS3c/Grappa
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published