[VOL-3678] First implementation of the BBSim-sadis-server

Change-Id: I5077a8f861f4cc6af9759f31a4a415042c05eba3
1941 files changed
tree: d86728ae22e4b55aa29008dc8bd0f98f2abdd321
  1. .gitignore
  2. .gitreview
  3. Makefile
  4. README.md
  5. VERSION
  6. build/
  7. cmd/
  8. deployments/
  9. go.mod
  10. go.sum
  11. internal/
  12. vendor/
README.md

BBSim Sadis Server

This project is designed to aggregate Sadis entries from multiple BBSim instances running on the same kubernetes cluster. This tool assumes that:

  • The sadis service is exposed on the default port 50074
  • BBSim(s) are deployed with the default label app=bbsim

Deploy

kubectl create configmap kube-config --from-file=kube_config=$KUBECONFIG
kubectl apply -f deployments/bbsim-sadis-server.yaml