Skip to content

SilverS3c/Grappa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up test/demo environment

  1. Install terraform, kubectl, helm
  2. Clone Grappa repository
  3. cd Grappa/infra/Digitalocecan/Terraform
  4. Write DigitalOcean Token to "terraform.tfvars" (key: do_token); example: echo 'do_token = "dop_v1_[REDACTED]"' > terraform.tfvars
  5. terraform init
  6. terraform apply -var "kubeconfig_filename=~/kubeconfig" -auto-approve (This is going to take a while (~5m))
  7. helm --kubeconfig=~/kubeconfig install grappa-infra ../Helm
  8. Find LoadBalancer's ip address (e.g.: kubectl get services --kubeconfig=~/kubeconfig)
  9. Copy IP to a browser's address bar
  10. Log in with username: admin and password: MIKPassword111
  11. Home -> Connections -> Data Sources -> Add Data Source
  12. Select JSON
  13. Add details: Name: Influx URL: http://grappa:5000 Turn on "Basic Auth" and "With Credentials" username: test, password: asd
  14. Save and test
  15. Repeat the steps with the following details: name: Mysql URL: http://grappa-mysql:5001 Rest are the same
  16. Save and test
  17. Add new Data Source -> Prometheus, url: http://prometheus:9090
  18. Save and test
  19. Home -> Explore
  20. We can run queries on the InfluxDB, MySQL and Prometheus server