# Kubernetes In this folder we provide kubernetes files to run molecuilder's poolworker and server in a kubernetes environment. ## How to run Assuming you have a working kubernetes evironment (for a local setup you could use minikube). ``` kubectl -- apply -f server-deployment.yaml kubectl -- apply -f server-service.yaml kubectl -- apply -f worker-deployment.yaml ```