Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reuse the same dfdaemon in a k8s cluster #3280

Open
lihuawei321 opened this issue May 16, 2024 · 2 comments
Open

How to reuse the same dfdaemon in a k8s cluster #3280

lihuawei321 opened this issue May 16, 2024 · 2 comments

Comments

@lihuawei321
Copy link

I deployed dfdaemon in the cluster through a DaemonSet. I want all the pods in this cluster to use dfget to pull files from object storage. How can I reuse dfdaemon?
image

@gaius-qi
Copy link
Member

You can use dfget daemon to run dfdaemon in node and expose daemon unix socket to pod. Dfget downloads file with --daemon-sock options in Pod.

image

@lihuawei321
Copy link
Author

You can use dfget daemon to run dfdaemon in node and expose daemon unix socket to pod. Dfget downloads file with --daemon-sock options in Pod.

image

image
image
I have deployed a dfdaemon on each node. How should I use the dfget --daemon-sock command in my own pod to utilize the exposed socket?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants