Skip to content

Basic Kubernetes Minio component #1

@technosophos

Description

@technosophos

The idea of this project is that we can provide a simple, single-pod S3 object storage system for developers and for light-weight clusters.

The following tasks need to be done to get this project ready for a 0.0.1 release:

A few guidelines:

  • For now, we are not assuming persistent storage. (Later, we will add volumes to the RC to provide that)
  • All installation and configuration should be done in the Makefile. No shell scripts unless absolutely necessary.
  • All code in the container should be written in Go. If you need a bootstrapping program, it should be called boot.go, located in the root of this repository, and when compiled should be placed in rootfs/bin/boot.
  • As far as is possible, we should be working off of Minio's master branch, not a snapshot of an older version.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions