Skip to content

Improve Nextflow performance on k8s #4547

Answered by namxle
namxle asked this question in Q&A
Discussion options

You must be logged in to vote

Finally I have been able to solve this problem. The reason for this delay is that: First, I am using the nextflow docker image from docker hub to start the pipeline. Apparently that before nextflow parsing script and stuff, it downloads some dependencies (maybe related with nf-core or my pipeline itself). And also because of my k8s cluster was placed in Aliyun (Alibaba cloud) Container Service, the internet from the pod to outside was very slow, that caused this delay.
So my solution for this was creating a new image from the nextflow docker image and then running the pipeline first so it can download all the stuff. After that pushing the image to any Container Registry and using that ima…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bentsherman
Comment options

@namxle
Comment options

@namxle
Comment options

Answer selected by namxle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants