Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Performance measurement: make worker and controller communicate using k8s API #1631

Closed
VivekThrivikraman-est opened this issue Dec 10, 2020 · 0 comments · Fixed by #1645
Labels
area/clusterloader kind/feature Categorizes issue or PR as related to a new feature.

Comments

@VivekThrivikraman-est
Copy link

What would you like to be added:
In the current implementation controller and worker communicates with each other using http, it would be better design to have them communicate using k8s API instead, i.e.:

  • controller creates a CustomResource like: 'NetworkTestRequest' (with appropriate fields)
  • worker watches for it, performs appropriate actions based on that and then updates the Status of that object once it's done with its work

Why is this needed:
Better design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/clusterloader kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants