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

[TT-6436] Have tyk operator update Ingress resources with endpoint metadata #493

Open
BenWolstencroft opened this issue Aug 22, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@BenWolstencroft
Copy link

Tyk Operator should be able to update the originating Ingress resource with metadata once the API has been created within Tyk.

In the following example I have a deployment in kubernetes with a replicaset behind a service, and then two ingress resources defined;

Screenshot from K8s dashboard (detail redacted):
Screenshot

The first is a Tyk ingress class, the second is an AWS ALB ingress class.
You'll notice that the AWS Load Balancer controller is able to update the kubernetes ingress resource to give us further detail on the endpoints and hosts which have been provisioned for that Ingress.

looking at the k8s api, the definition of the AWS ALB ingress as additional 'status' properties':

status:
  loadBalancer:
    ingress:
      - hostname: >-
          internal-k8s-ossmigrationapi-######-######.eu-west-1.elb.amazonaws.com
@BenWolstencroft BenWolstencroft added the enhancement New feature or request label Aug 22, 2022
@komalsukhani
Copy link
Collaborator

Hi @BenWolstencroft,

What kind of information would you like to see in the ingress metadata?
I suppose a list of APIs created by Ingress controller.

@BenWolstencroft
Copy link
Author

BenWolstencroft commented Aug 24, 2022

@komalsukhani Yeah exactly that, the "Tyk Url" (host and path) for any APIs created by the ingress controller, it's something that is useful for service discovery as well as allowing dashboards and monitoring to render URLs to assist engineers

@komalsukhani
Copy link
Collaborator

That's great idea! @BenWolstencroft. Thank you for raising it! I am sure it will be useful for other users too.
We will get to it as soon as we can unless you want to raise PR for it!

@MichaelTyk MichaelTyk changed the title Have tyk operator update Ingress resources with endpoint metadata [TT-6436] Have tyk operator update Ingress resources with endpoint metadata Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants