Replies: 7 comments 8 replies
-
Hello! Your CustomResourceDefinition Gslb can only create Ingress services that are proxy nodes, and in most cases accept protocols HTTP, HTTPS. Let me know if this is possible now or in the future. |
Beta Was this translation helpful? Give feedback.
-
Hey @AlekseyGorodetsky , Thanks a lot for you interest in k8gb and the great question. We have relevant Issues in the backlog for a while and #954 but it still needs to be implemented. I would be keen to learn about your use case more so we can possibly drive the implementation with the real user context. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response! Your choice #147 is fine! apiVersion: k8gb.absa.oss/v1beta1 It's simple and logical! I put a star on your chart on the site - https://artifacthub.io/packages/helm/k8gb/k8gb |
Beta Was this translation helpful? Give feedback.
-
In our clusters we typically use Traefik2 for our ingress controllers and consequently create IngressRoute resources. Though for some cases we still define Ingress resources. Can k8sgb be modified to also support Traefik IngressRoute resources? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. Would K8gb work for a usecase where we had multiple ingress controllers on a single cluster? In our scenario, we have multiple ingress controllers per cluster, each servicing a subset of all the applications. Thanks in advance.
…________________________________
From: Yury Tsarev ***@***.***>
Sent: Thursday, June 29, 2023 10:56:59 AM
To: k8gb-io/k8gb
Cc: Patel, Kavita K.; Mention
Subject: EXTERNAL: Re: [k8gb-io/k8gb] Welcome to k8gb Discussions! (Discussion #364)
Hi @kkpatel<https://github.com/kkpatel> , to use some additional/special CRD we will need to adjust k8gb logic, theoretically possible in future.
During yesterday community meeting @kuritka<https://github.com/kuritka> presented the concept of k8gb-lite with ability to create addition CRD support. You can find the presentation here https://www.youtube.com/watch?v=KiWeMdlaIdo
—
Reply to this email directly, view it on GitHub<#364 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABEYOYBQQVTUZXLDF6R46NTXNWJTXANCNFSM4ZEEKCUA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
________________________________
This message is intended only for the use of the individual or entity to which it is addressed and may contain ZETA Associates confidential or proprietary information. If you are not the intended recipient, any use, dissemination, or distribution of this communication is prohibited. If you have received this communication in error, please notify the sender and delete all copies.
|
Beta Was this translation helpful? Give feedback.
-
Hi Yury,
Thanks again for the response. I have another question, is there a way to disable the K8gb controller from creating the DNSEndpoint objects based on an annotation in the Gslb CRD object? The reason being, we use traefik2 and though we generate Ingress objects, most of our applications create IngressRoute objects. We found a Kubernetes github project (https://github.com/borchero/switchboard) that can create DNSEndpoint objects from IngressRoute objects which looks appealing to us. Integrating this with the K8gb controller functionality would be great.
Thanks again,
Kavita Patel
…________________________________
From: Yury Tsarev ***@***.***>
Sent: Friday, June 30, 2023 10:31:17 AM
To: k8gb-io/k8gb
Cc: Patel, Kavita K.; Mention
Subject: EXTERNAL: Re: [k8gb-io/k8gb] Welcome to k8gb Discussions! (Discussion #364)
k8gb works with the Ingress object and is generally ingress controller agnostic, so I do not see architectural blockers for it to handle multpiple ingress controllers scenario. It requires some testing, though.
—
Reply to this email directly, view it on GitHub<#364 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABEYOYGLXW5YTLSP7BNBG2DXN3PLLANCNFSM4ZEEKCUA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
________________________________
This message is intended only for the use of the individual or entity to which it is addressed and may contain ZETA Associates confidential or proprietary information. If you are not the intended recipient, any use, dissemination, or distribution of this communication is prohibited. If you have received this communication in error, please notify the sender and delete all copies.
|
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of k8gb community. We hope that you:
Let's build some great open-source GSLB stuff together 💪
Beta Was this translation helpful? Give feedback.
All reactions