Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 570 Bytes

consulProm

e2e test architecture for consul service discovery mechanism

steps to follow :

  1. Make sure you have minikube and helm is installed.

  2. Run the below command in your terminal

helm install -f consul-helm/helm-consul-values.yml hashicorp ./consul-helm

  1. To check the consul ui in browser

minikube service hashicorp-consul-ui

// right now in discovery its just a copy of prometheues manager.go and its test , eventually we will delete that and call its api only

if consul is present in system run this below command

consul agent -dev -ui