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

feat(kuma-cp) XDS, SDS, Bootstrap on one port #1083

Merged
merged 2 commits into from
Oct 23, 2020

Conversation

jakubdyszkiewicz
Copy link
Contributor

Summary

Server XDS, SDS, Bootstrap with TLS on one server (5678 - previous XDS). This simplifies the operation of the control plane

Not in this PR

  • Update Kuma CP dashboard
  • DP still connects for the catalog first. In the next PR, Kuma DP will use DP Server instead.
  • Configs are still called xdsServer, sdsServer, bootstrapServer. They are not standalone servers anymore. Should I move it under dp server like this?
dpServer:
  port:
  xds:
    interval:
  sds:
    interval:

?

Documentation

  • I'll write them with Kuma DP changes

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner October 16, 2020 13:01
app/kuma-cp/cmd/run.go Outdated Show resolved Hide resolved
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz merged commit b521023 into master Oct 23, 2020
@jakubdyszkiewicz jakubdyszkiewicz deleted the feat/one-port-dp branch October 23, 2020 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants