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

Cloud provider ASNs store #1914

Closed
BobyMCbobs opened this issue Apr 12, 2021 · 8 comments
Closed

Cloud provider ASNs store #1914

BobyMCbobs opened this issue Apr 12, 2021 · 8 comments
Milestone

Comments

@BobyMCbobs
Copy link
Member

BobyMCbobs commented Apr 12, 2021

I'd like to create a folder in this repo to manage the known ASNs for each CNCF-supported cloud-provider. This will mean for query-able IP blocks that will end up being used with a 302-redirect or split-horizon DNS for {artifacts,registry}.k8s.io.

Examples:

#infra/meta/asns/microsoft.yaml
name: microsoft
redirectsTo: 
  registry: kubernetes.acr.io
  artifacts: k8s-artifacts.acr.io
asns:                                                                                                                               
- 12076                                                                                                                           
- 8075                                                                                                                            
- 8068                                                                                                                            
- 8069                                                                                                                            
- 16550
#infra/meta/asns/google.yaml
name: google
redirectsTo:
  registry: kubernetes.gcr.io
  artifacts: kubernetes-release.storage.googleapis.com                                                                                                                        
asns:                                                                                                                               
- 39190                                                                                                                           
- 139070                                                                                                                          
- 45566                                                                                                                           
- 15169                                                                                                                           
- 19527                                                                                                                           
- 36040                                                                                                                           
- 43515                                                                                                                           
- 16550
#infra/meta/asns/amazon.yaml
name: amazon
redirectsTo:
  registry: kubernetes.ecr.io
  artifacts: kubernetes.s3.amazon.com
asns:
  - 16509

(so forth...)

It would be lovely to also have a representative from each cloud-provider to ☑️ verify these ASNs represent their networks.

@hh
Copy link
Member

hh commented Apr 12, 2021

I wonder if we could prioritise vendors from this list?
https://docs.google.com/spreadsheets/d/1uF9BoDzzisHSQemXHIKegMhuythuq_GL3N1mlUUK2h0/edit#gid=0

@ameukam
Copy link
Member

ameukam commented Apr 19, 2021

@BobyMCbobs Feel free to open a PR about this. I would suggest you to centralize those ASNs in a dedicated folder (maybe registry.k8s.io) at the base of this repo.

@BobyMCbobs
Copy link
Member Author

@ameukam
Copy link
Member

ameukam commented Apr 20, 2021

Vendor ASN PRs:

* Google: #1949

* Microsoft: #1950

* Amazon: #1951

@BobyMCbobs I'll move those files to a dedicated folder as a followup. It'll help simplify the approval for any change related to this issue.

@BobyMCbobs
Copy link
Member Author

Vendor ASN PRs:

* Google: #1949

* Microsoft: #1950

* Amazon: #1951

@BobyMCbobs I'll move those files to a dedicated folder as a followup. It'll help simplify the approval for any change related to this issue.

Thank you, @ameukam!

@ameukam
Copy link
Member

ameukam commented Apr 22, 2021

@BobyMCbobs : #1964

@ameukam ameukam added this to the v1.22 milestone Apr 22, 2021
@ameukam
Copy link
Member

ameukam commented Apr 22, 2021

/close

@k8s-ci-robot
Copy link
Contributor

@ameukam: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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

No branches or pull requests

4 participants