cubefs-csi | CubeFS Container Storage Interface plugins

 by   cubeFS Go Version: v2.4.1.110.1 License: Apache-2.0

kandi X-RAY | cubefs-csi Summary

kandi X-RAY | cubefs-csi Summary

cubefs-csi is a Go library. cubefs-csi has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

CubeFS Container Storage Interface (CSI) plugins.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              cubefs-csi has a low active ecosystem.
              It has 23 star(s) with 17 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 17 have been closed. On average issues are closed in 102 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of cubefs-csi is v2.4.1.110.1

            kandi-Quality Quality

              cubefs-csi has no bugs reported.

            kandi-Security Security

              cubefs-csi has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              cubefs-csi is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              cubefs-csi releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cubefs-csi
            Get all kandi verified functions for this library.

            cubefs-csi Key Features

            No Key Features are available at this moment for cubefs-csi.

            cubefs-csi Examples and Code Snippets

            CubeFS CSI Driver,Use Remote CubeFS Cluster as backend storage,Use PVC in a Pod
            Godot img1Lines of Code : 30dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            apiVersion: apps/v1
            kind: Deployment
            metadata:
              name: cfs-csi-demo
              namespace: default
            spec:
              replicas: 1
              selector:
                matchLabels:
                  app: cfs-csi-demo-pod
              template:
                metadata:
                  labels:
                    app: cfs-csi-demo-pod
                spec:
                  
            CubeFS CSI Driver,Use Remote CubeFS Cluster as backend storage,Create PVC
            Godot img2Lines of Code : 13dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            apiVersion: v1
            kind: PersistentVolumeClaim
            metadata:
              name: cfs-pvc
            spec:
              accessModes:
              - ReadWriteMany
              volumeMode: Filesystem
              resources:
                requests:
                  storage: 5Gi
              storageClassName: cfs-sc
            
            $ kubectl create -f example/pvc.yaml
              
            copy iconCopy
            kind: StorageClass
            apiVersion: storage.k8s.io/v1
            metadata:
              name: cfs-sc
            provisioner: csi.cubefs.com
            reclaimPolicy: Delete
            parameters:
              masterAddr: "master-service.cubefs.svc.cluster.local:17010"
              consulAddr: "http://consul-service.cubefs.svc.clus  

            Community Discussions

            No Community Discussions are available at this moment for cubefs-csi.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install cubefs-csi

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/cubeFS/cubefs-csi.git

          • CLI

            gh repo clone cubeFS/cubefs-csi

          • sshUrl

            git@github.com:cubeFS/cubefs-csi.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link