Skip to content

Instantly share code, notes, and snippets.

View nitisht's full-sized avatar
🎯
Focusing

Nitish Tiwari nitisht

🎯
Focusing
View GitHub Profile
@nitisht
nitisht / minio-distributed-service.yaml
Created December 11, 2016 16:35
Minio distributed service
apiVersion: v1
kind: Service
metadata:
name: minio-server
labels:
app: minio
spec:
ports:
- port: 9000
targetPort: 9000
@nitisht
nitisht / minio-gce-pv.yaml
Last active December 14, 2016 17:02
Persistent Volume based on GCE Disk
apiVersion: v1
kind: PersistentVolume
metadata:
name: minio-pv-1
spec:
# Size of your PV
capacity:
# This is limited by the size of GCE Persistent disk.
# For example, to create a 10 TB backend, uncomment below line
# storage: 10Ti
@nitisht
nitisht / minio-standalone-service.yaml
Last active December 19, 2016 14:21
Minio standalone service
apiVersion: v1
kind: Service
metadata:
name: minio-service
spec:
type: LoadBalancer
ports:
- port: 9000
targetPort: 9000
protocol: TCP
@nitisht
nitisht / minio.yaml
Created December 26, 2016 07:40 — forked from spacepluk/minio.yaml
apiVersion: v1
kind: Service
metadata:
name: minio-endpoint
spec:
selector:
app: minio
ports:
- name: "s3"
port: 9000
@nitisht
nitisht / minio-distributed.yaml
Created January 5, 2017 03:45
Minio-Distributed
apiVersion: v1
kind: Service
metadata:
name: minio
labels:
app: minio
spec:
clusterIP: None
ports:
- port: 9000
@nitisht
nitisht / Hyper_blog.MD
Last active February 4, 2017 06:05
Hyper.sh announcement

Introducing Minio: Run your own S3 compatible cloud storage on Hyper.sh!

Storage has been long thought of as a complex, difficult to setup system. Even after the advent of quick deployment mechanisms like containers, problem somewhat persisted because of ephemeral nature of containers - it seemed counter-intuitive to store mission critical data on something that itself is supposed to be disposable.

Minio is an open source, S3 compatible, cloud-native object storage server, that makes storage as easy as launching a Docker container. On Hyper.sh, Minio servers are backed by Hyper.sh volumes that make sure, even if a container running Minio server goes down, the data is safe in the volume. As a true cloud-native application, Minio scales very well in a multi-tenant cloud environment.

Docker containers provide isolated environment for application execution, Hyper.sh enables effortless scaling by running multiple instances of these isolated applications. To scale Minio as per your s

@nitisht
nitisht / Minio Announcement.md
Last active February 5, 2017 06:14 — forked from mrmrcoleman/Minio Announcement
Minio_Hyper.sh_Announcement

Introducing Minio: Run your own S3 compatible cloud storage on Hyper.sh!

Storage has been long thought of as a complex, difficult to setup system. Even after the advent of quick deployment mechanisms like containers, problem somewhat persisted because of ephemeral nature of containers - it seemed counter-intuitive to store mission critical data on something that itself is supposed to be disposable.

Minio is an open source, S3 compatible, cloud-native object storage server, that makes storage as easy as launching a Docker container. On Hyper.sh, Minio servers are backed by Hyper.sh volumes that make sure, even if a container running Minio server goes down, the data is safe in the volume. As a true cloud-native application, Minio scales very well in a multi-tenant cloud environment.

Docker containers provide isolated environment for application execution, Hyper.sh enables effortless scaling by running multiple instances of these isolated applications. To scale Minio as per your s

Shared Backend Minio Quickstart Guide Slack Go Report Card Docker Pulls codecov

Minio shared mode lets you use single NAS (like NFS, GlusterFS, and other distributed filesystems) as the storage backend for multiple Minio servers. Synchronization among Minio servers is taken care by design. Read more about the Minio shared mode design here.

Minio shared mode is developed to solve several real world use cases. Some of these are

  • You have already invested in NAS and would like to use Minio to add S3 co
@nitisht
nitisht / minio_config.yaml
Created March 16, 2017 00:59
Minio with Azure Disk
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
# This name uniquely identifies the Deployment
name: minio-deployment
spec:
strategy:
type: Recreate
template:
metadata:
apiVersion: v1
entries:
minio:
- apiVersion: v1
created: 2017-06-15T17:48:36.895822482Z
description: Distributed object storage server built for cloud applications and
devops.
digest: 75ff1e3d779d8937cff57c28a102da97a520245d50e22c1a2763cbea064a76cd
home: https://minio.io
icon: https://www.minio.io/img/logo_160x160.png