https://github.com/greenstatic/nfs-minio-operator
A Kubernetes operator to access your NFS data using Minio's S3 compatible API
https://github.com/greenstatic/nfs-minio-operator
Last synced: 5 months ago
JSON representation
A Kubernetes operator to access your NFS data using Minio's S3 compatible API
- Host: GitHub
- URL: https://github.com/greenstatic/nfs-minio-operator
- Owner: greenstatic
- License: mit
- Archived: true
- Created: 2019-08-29T23:26:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T10:13:42.000Z (almost 7 years ago)
- Last Synced: 2024-11-13T19:42:02.154Z (over 1 year ago)
- Language: Go
- Size: 63.5 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFS Minio Operator
A Kubernetes operator to access your NFS data using Minio's S3 compatible API created using [The Operator Framework](https://github.com/operator-framework).
[](https://hub.docker.com/r/greenstatic/nfs-minio-operator)

By defining a simple NFSMinio YAML file (see bellow) we create the necessary deployment, service, ingress and NFS connectivity for you.
The Docker image of the operator can be found on [Docker hub](https://hub.docker.com/r/greenstatic/nfs-minio-operator).
**Sample NFSMinio YAML Configuration File**
```yaml
apiVersion: k8.krmelj.xyz/v1alpha1
kind: NFSMinio
metadata:
name: nfsminio-foo
spec:
# username needs to be at least 3 characters long! (because we set it as the access key of Minio)
username: public
nfs:
server: example.com
path: /home/foo
readOnly: false
domain: foo.example.net
# This is the Secret that contains the TLS certificate credentials (usually named `