Skip to content

Sample Driver that provides reference implementation for Container Object Storage Interface (COSI) API

License

Notifications You must be signed in to change notification settings

mishoyama/cosi-driver-sample

 
 

cosi-driver-sample

Sample Driver that provides reference implementation for Container Object Storage Interface (COSI) API

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Deploy

  1. Build
make build
make image
make kind
  1. Deploy provisioner
kubectl apply -f resources
  1. Deploy classes
kubectl apply -f sample/classes
  1. Deploy bucketrequest & bucketaccessrequest
kubectl apply -f sample/accessrequest.yaml
kubectl apply -f sample/bucketaccessrequest.yaml
  1. Deploy testapp
kubectl apply -f sample/pod

About

Sample Driver that provides reference implementation for Container Object Storage Interface (COSI) API

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.8%
  • Makefile 7.0%
  • Dockerfile 1.2%