karolmajek / moosefs-kubernetes

Simple way to use moosefs distributed storage in kubernetes cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moosefs-kubernetes

You can find here files for Codilime Meetup, for presentation: DaemonSets and MFS on GKE - simple implementation of distributed storage on Kubernetes.

Remember to add to your cluster before applying *.yml files:

export MFSMASTER=<YOUR_MFSMASTER_IP>
cat <<EOF | kubectl apply -f -
---
kind: Service
apiVersion: v1
metadata:
  name: mfsmaster
  namespace: default
spec:
  type: ExternalName
  externalName: ${MFSMASTER}
...
EOF

About

Simple way to use moosefs distributed storage in kubernetes cluster


Languages

Language:Shell 100.0%