Another question, as i'm transiting from AWS Batch to AWS EKS for the workload runs,
if i were to deploy the Metadata Services inside the K8 cluster itself, and then change the reference of METAFLOW_SERVICE_INTERNAL_URL.
Can i remove the network load balancer that was initially linked to Metadata Service (when deployed in ECS) ?
✅ 1
a
average-beach-28850
09/28/2023, 2:55 AM
yes if Metadata Service is running in the cluster you shouldn't need ECS and adjacent stuff
average-beach-28850
09/28/2023, 2:56 AM
you do need to think about how local machine would connect to the metadata service though, would the service be only available inside the cluster, etc.
a
adventurous-gigabyte-81428
09/28/2023, 2:58 AM
oh, right i forgot about that component...
hm..
back to drawing board i guess...lol