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

FR: Support custom S3-server #3713

Open
chymian opened this issue Jul 2, 2024 · 2 comments
Open

FR: Support custom S3-server #3713

chymian opened this issue Jul 2, 2024 · 2 comments

Comments

@chymian
Copy link

chymian commented Jul 2, 2024

Since skypilot supports onPrem clusters, it would also be logical & necessary to support custom/onprem S3-server.

  1. there can be a significant speedup instead of pulling the data from S3-cloudservices (AWS/GC/etc), every time a task ist started inhouse, if the S3-bucket is hosted/mirrored inhouse as well.
  2. thinking EU Data-Security Laws and company policies: Data has to be keept inhouse!
  3. So, it's a missing piece and without it, K8s/onPrem support is not complete and not truly onprem, when one has to store the sensitive company data on a CloudService - just do download it again into my DC.
@romilbhardwaj
Copy link
Collaborator

+1. Meanwhile, noting a workaround using local Kubernetes volumes to address perf and privacy considerations - in your ~/.sky/config.yaml, you can specify custom volumes like so:

kubernetes:
  pod_config:
    spec:
      volumes:
        - name: example-volume
          hostPath:
            path: /tmp
            type: Directory

@Michaelvll
Copy link
Collaborator

Related to #2687

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

4 participants
@chymian @romilbhardwaj @Michaelvll and others