-
Notifications
You must be signed in to change notification settings - Fork 98
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
Deploy k8gb on MS Azure #642
Comments
@jkremser I would like to work on this. |
@ytsarev on it. |
@dmeytin nope, are you interested in k8gb on Azure? CC: @somaritane |
@ytsarev thanks for upvoting ;) |
@somaritane while conceptually you are right, I guess we still need to extend the helm templates with azure related edgedns provider configuration similar to NS1 and Route53 before we can test anythng |
@ytsarev yes, that too |
In addition to integration with Azure Traffic Manager (the azure alternative for Route53) the default cross-region communication will be slow. There is a need to make advanced configuration using Vnet service endpoints. |
I'd also be interested to see this running on Azure :) |
Any concrete plans to support Azure implementation?
…On Thu, 9 Jun 2022 at 10:59 Sebastian ***@***.***> wrote:
I'd also be interested to see this running on Azure :)
—
Reply to this email directly, view it on GitHub
<#642 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGJ2TTQNTVRKP6L2JF7NWTVOGP53ANCNFSM5FL2MODA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've started to play around with it today. Still some way to go but if I get it to work, I'll create a PR |
Awesome!
…On Fri, 10 Jun 2022 at 23:51 Sebastian ***@***.***> wrote:
I've started to play around with it today. Still some way to go but if I
get it to work, I'll create a PR
—
Reply to this email directly, view it on GitHub
<#642 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGJ2TWPV5TOTBLAQEPOSQDVOOTFZANCNFSM5FL2MODA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@sebader, thanks a lot for your interest and assistance! Feel free to ask any related questions, happy to help! We're also available on CNCF Slack https://cloud-native.slack.com/archives/C021P656HGB |
As discussed on Slack, this is currently blocked by missing support in external-dns for NS records on Azure DNS: |
Maybe we can solve it using Azure Traffic Manager?
…On Mon, Jun 20, 2022 at 3:32 PM Sebastian ***@***.***> wrote:
As discussed on Slack, this is currently blocked by missing support in
external-dns for NS records on Azure DNS:
kubernetes-sigs/external-dns#2826
<kubernetes-sigs/external-dns#2826>
—
Reply to this email directly, view it on GitHub
<#642 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGJ2TWCQDDYA23GGOYKWTDVQBQG5ANCNFSM5FL2MODA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
well, you could build an entire solution with Traffic Manager, without the need for k8gb ;-) But the idea of k8gb is that it is an actual alternative for something like ATM |
ATM is unaware whether a certain service is deployed on cluster-A or
cluster-B.
k8gb is service aware in opposite to ATM.
…On Mon, 20 Jun 2022 at 15:58 Sebastian ***@***.***> wrote:
Maybe we can solve it using Azure Traffic Manager?
well, you could build an entire solution with Traffic Manager, without the
need for k8gb ;-) But the idea of k8gb is that it is an actual alternative
for something like ATM
—
Reply to this email directly, view it on GitHub
<#642 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGJ2TQVSGNU75EW5TD2JOTVQBTJDANCNFSM5FL2MODA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The experiment of k8gb on azure was performed and demoed by @infbase at KubeCon EU 2023 https://www.youtube.com/watch?v=U46hlF0Z3xs Great stuff :) Closing this issue |
Replicate our steps described in local setup on MS Azure's AKS. Including the
make test-failover
make test-round-robin
(the concepts captured by these Makefile targets)
Deliverables:
pull-request with the results describing the:
az aks ...
CLI invocationsNOTE: the files should land somewhere under
/docs/platforms/azure/*
You can use the free tier offering on AKS.
If you need advice, we are on Slack.
The text was updated successfully, but these errors were encountered: