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

wip to add AWS #2

Merged
merged 4 commits into from
May 25, 2023
Merged

wip to add AWS #2

merged 4 commits into from
May 25, 2023

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented May 25, 2023

The steps here will do a full creation of the cluster, which include VPC, subnets (private and public), and security group, associating (and creating if needed) a pem, getting the endpoint and certificate to make a kube config yaml file to authenticate, and then another stack to create the workers pool. This is interesting that AWS first creates you an "empty" cluster, meaning just a control plane, and then you need to create the workers as a separate request, and apply a config map secret to the kube-system so the control plane can see the workers! This is so much more complex than GKE, and now that I have everything working to go UP I have to go backwards and figure out how to delete everything before looking into scaling... hahahahahahah aahhhhh! :)

the steps here will do a full creation of the cluster, which include
VPC, subnets (private and public), and security group, associating (and
creating if needed) a pem, getting the endpoint and certificate to make
a kube config yaml file to authenticate, and then another stack to
create the workers pool. This is interesting that AWS first creates you
an "empty" cluster, meaning just a control plane, and then you need
to create the workers as a separate request, and apply a config map
secret to the kube-system so the control plane can see the workers!
This is so much more complex than GKE, and now that I have everything
working to go UP I have to go backwards and figure out how to delete
everything before looking into scaling... hahahahahahah aahhhhh! :)

Signed-off-by: vsoch <[email protected]>
@vsoch
Copy link
Member Author

vsoch commented May 25, 2023

The issue / error I'm running into is about network address limits - and I think it's probably safe to merge and come back to run experiments after.

@vsoch vsoch merged commit e75b9a0 into main May 25, 2023
@vsoch vsoch deleted the add/aws branch May 25, 2023 18:09
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.

1 participant