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
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.
1 Like