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

KIC-Konnect: collect and upload status of controlled kong gateway instances to Konnect #3501

Closed
1 of 4 tasks
randmonkey opened this issue Feb 7, 2023 · 1 comment
Closed
1 of 4 tasks
Assignees
Labels
area/feature New feature or request area/konnect Issues and PRs related to Konnect
Milestone

Comments

@randmonkey
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Problem Statement

Split from #3438. This issue is created for collecting status of managed kong gateway instances. KIC should collect status of all the kong gateway instances. The status would include:

  • hostnames (usually pod names, but not 100% the same)
  • version of each kong instance (usually all the same if there are multiple; but should consider if multiple versions)
  • compatibility status (not included in MVP phase)

Proposed Solution

Get status of kong gateway instances (pods) from endpoints of configured service namespace and name of kong proxy in publish-service flag (or some new flags, because the publish-service is not a required flag).

Additional information

No response

Acceptance Criteria

  • KIC could get pod name and version of managed kong gateway instance(s)
  • KIC could upload status of managed kong gateway instance(s)
  • KIC could delete the outdated kong gateway instances in Konnect runtime group
@randmonkey
Copy link
Contributor Author

fixed by #3587.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request area/konnect Issues and PRs related to Konnect
Projects
None yet
Development

No branches or pull requests

2 participants