Hello! We’re running Flyte on AWS EKS (k8s). Due t...
# announcements
a
Hello! We’re running Flyte on AWS EKS (k8s). Due to the security concerns we have a database which resides in VPC separate from the EKS. We would like to access that db from one task without giving access to the whole k8s cluster to that VPC. Do you know good strategies to achieve that? So far the ideas we’ve came up with were around using some other AWS service like Fargate or Glue to run the task (as just that task can be run within that specific VPC) and trigger it from Flyte. That feels overly complex however.
k
I thought aurora now has Iam based perms
And you can use specific security groups, and in eks create a node pool in that security group. And then use node selectors
a
Aha, node pool and node selector sounds like a good idea. We don’t use Aurora currently, it’s an RDS instance, there is a requirement of having separate VPC as this particular network can be accessed from the outside.
160 Views