Is there any reason to use the `...-kubernetes` Do...
# ask-community
c
Is there any reason to use the
...-kubernetes
Docker images (eg
prefect/2.10.11-python3.11-kubernetes
) if you're running on kubernetes but don't plan to use any functionality from the
prefect-kuberentes
Python package?
1
j
Hey! You might use it for example if you want to host a
KubernetesWorker
. It's easy to do so from
prefect/2.10.11-python3.11-kubernetes
since
prefect-kubernetes
is already installed. For the image that the worker would be deploying, theres no need if you don't need anything else from
prefect-kubernetes
(could use base prefect image or your own with prefect installed)
i
@Jake Kaplan worker is not starting with those images i used and and server is responding with 405 , shoudl i apply prefect/2.10.11-python3.11-kubernetes to all of the components?