[Kubernetes-workers] Is possible to use both runni...
# prefect-cloud
s
[Kubernetes-workers] Is possible to use both runnings pod and jobs as workers? e.g 5 pods and then autoscaling to k8s jobs? AWS Fargate has a very slow pod startup time ~ 1min
https://github.com/aws/containers-roadmap/issues/649
m
Could you just use raw EKS? That way you can manage the resources that you use (request vs limit) and autoscale accordingly.
s
yeah, now I’m doing this
👍 1