cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Suggestion for next Neo4j release on kubernetes

Is it possible to have the tar binary installed by default in the fututure neo4j images for kubernetes.

The reason is, the command kubectl cp use tar to properly transfer a file from a pod to your local computer, and without that, well...you are fucked 🙂

Thank you

1 REPLY 1

thanks for the feedback -- will share with the folks who do the docker packaging of the Neo4j container.  For now, what a lot of people do in this instance is they use a sidecar container with all of the standard linux tools and share a volume mount, so they can manipulate the filesystem using whatever tools they want, but I can see this isn't always the most convenient way to go.