Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.27 KB

README.md

File metadata and controls

58 lines (47 loc) · 1.27 KB

Quartermaster Maven demo

  1. Navigate to the k8s folder:

    cd k8s
    
  2. Launch the DGraph database:

    kubectl apply -k dgraph
    
  3. Launch Quartermaster:

    kubectl apply -k qmstr
    
  4. Wait for the building process to be over:

    kubectl logs --follow $(kubectl get pods --selector job-name=qmstr -o=name) qmstr-client
    
  5. Forward two local ports to the following two ports on the DGraph Pod:

    kubectl port-forward dgraph-0 8000:8000
    
    kubectl port-forward dgraph-0 8080:8080
    
  6. Open http://localhost:8000/?latest in your browser.

  7. Click on "Continue":

    DGraph login page

  8. Navigate to the "Console" page"

  9. Execute the following query to retrieve the Build Graph:

  10. The Build Graph should look something like this: