-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multi-node cloudnative.coop cluster on Equinix DALLAS #4
Comments
Good to see a setup plan and a teardown plan for this - certainly you will learn a lot from the exercise in #1 . I will check latency from Paris to Amsterdam, we have a lot more gear / a lot more variety of gear in AM. |
@vielmetti do you want to recommend some gear / plans for us to target for Amsterdam / Paris? |
Here are the likely decent metros:
Here are the available plan capacities that are not limited at the moment.
Looking at these three larger ones, I'm leaning toward n3.xlarge.x86 if that works for you @vielmetti
n2.xlarge.x86 (384GB / 56 threads / 2x3.8TB NVME)metal plan get --filter slug=n2.xlarge.x86 -o yaml | yq '.[].specs'
n3.xlarge.x86 (512GB / 64 threads / 2x3.8TB NVME)metal plan get --filter slug=n3.xlarge.x86 -o yaml | yq '.[].specs'
s3.xlarge.x86 (192GB / 48 threads / 2x240GB NVME + 12x8TB HDD)metal plan get --filter slug=s3.xlarge.x86 -o yaml | yq '.[].specs'
|
This cluster needs to migrate away from Paris, now that Hong Kong is up, we'll likely migrate this one in Dallas or Silicon Valley. |
Same as #1 sharing.io plus ability to fully template to new repo (likely new fork as cloudnative-coop/infra).
The only changes necessary to deploy to Paris should be using a new DNS zone.
In addition, as time permits:
The text was updated successfully, but these errors were encountered: