-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Initial AWS EKS support #814
Comments
@binarylogic I think this makes sense, do we also want to open a more generic kube issue since I believe the implementation that will work for eks will work for any kube deployment? |
Yes, #260 handles that. |
Current Kubernetes implementation in #893 was tested with AWS EKS ec2 cluster, and it works out of the box. Except of one bug found during testing. So as @binarylogic said, this will be solved with #260. I anticipate that only retesting it on EKS will be needed. |
There is nothing to spec out here. Our current kube implementation covers this. What we will need is deployment guides around kube in general and these can be applied to EKS just like how you might apply it to any other kube cluster. Based on that I think this issue can be closed technically? cc @binarylogic |
Is there anything Vector is missing for AWS EKS and it should be considering when deploying there? I've deployed it to AWS EKS (on managed worker nodes) and didn't notice any issues so far. However, it's still being validated in a staging environment. |
@Alexx-G No, everything is in place, not only for EKS, but basically for any Kubernetes, with exception of Kubernetes backed by Windows nodes which they started recently supporting. But I would wait for 0.9 release as there is a breaking change in how Vector should be run, more specifically #2188. Also this #1867 will change how the fields are named. |
@Alexx-G that's the goal. |
We should verify things work as expected before we consider this done. |
Just clarifying the work here. We should verify and test this, possibly even add an integration test, but we should defer for it now. We have an epic to verify integration with a variety of hosted K8s platforms. |
I've started working is this. Apparently EKS integrations breaks in unexpected places (i.e. elasticsearch source), so I'll create issues to fix what I've found. |
Hello, any news about the AWS EKS Support? |
Hi @Dragotic ! I think this may actually already be done since we do support deploying Vector to EKS. We have published Helm charts that make this easier. Is there anything in particular that you find missing though? We do have people successfully running Vector on EKS. |
I'll close this since we do have people running Vector on EKS, but we can open up follow-up issues if there is any support lacking. |
We'd like to officially support Amazon's EKS platform.
We should start with a specification to determine the best path forward.
Its possible this might just wrap existing sources.
Its possible this might just be an installation page in our documentation.
The text was updated successfully, but these errors were encountered: