Skip to content

Simple way to use moosefs distributed storage in kubernetes cluster

Notifications You must be signed in to change notification settings

karolmajek/moosefs-kubernetes

 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%