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

Expose DNS records for heatlhy hosts in Gslb Status #28

Merged
merged 1 commit into from
Jan 17, 2020
Merged

Conversation

ytsarev
Copy link
Member

@ytsarev ytsarev commented Jan 16, 2020

  • Currently we assume exposure of A records only
  • Example of Status output
$ kubectl get gslb test-gslb -o yaml
...
  status:
    healthyRecords:
      app3.cloud.example.com:
      - 172.17.0.2
...

Motivation:

  • Use this chunk of Status for simple synchronization
    between Gslb instances located in different clusters

* Currently we assume exposure of A records only
* Example of Status output
```
$ kubectl get gslb test-gslb -o yaml
...
  status:
    healthyRecords:
      app3.cloud.example.com:
      - 172.17.0.2
...
```

Motivation:

* Use this chunk of Status for simple synchronization
  between Gslb instances located in different clusters
@ytsarev ytsarev requested a review from donovanmuller January 16, 2020 23:47
@ytsarev ytsarev merged commit 319baea into master Jan 17, 2020
@ytsarev ytsarev deleted the expose branch January 17, 2020 08:04
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.

2 participants