-
Notifications
You must be signed in to change notification settings - Fork 0
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
SPIKE: EKS discovery #2609
Comments
issues that I encountered when trying to create a proper EKS cluster with CAPI:
|
as discussed with Product we will move on with the |
so the next steps:
|
With further progress I found out that the solution with So I got inspired by the solution they have in Instead, I did a job that wait until the This solved Cilium app and the cluster got networking up The next step was to make So the result is the EKS cluster created with I updated the TODO list, the PRs need reviews |
app |
current state:
cluster is created and available to use, all default apps (except etcd exporter) are running |
The current state is that the cluster can be created and is usable for basic usage, but there is no ingress. Ingress - for that, we need proper DNS TODO for DNS:
other stories that would cover other teams would be:
More questions:
|
once the basic functionality is achieved - with the all above PRs, we should do next:
With that, we can open EKS for other teams to start testing their components like monitoring, CI, managed apps and others |
done |
First step to achieve EKS deployments integrated with GS is the discovery phase. In the short SPIKE we want to discover how easily it is to deploy the EKS clusters, what is missing from our setup and what we have to build on top to integrate fully with our offering.
Tasks
The text was updated successfully, but these errors were encountered: