Another question, as i'm transiting from AWS Batch...
# ask-metaflow
a
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
yes if Metadata Service is running in the cluster you shouldn't need ECS and adjacent stuff
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
oh, right i forgot about that component... hm.. back to drawing board i guess...lol