Quick post on how to setup a NFS Server on Ubuntu and how to setup a mount point on the client side to interact with the NFS Server. Server Side: In this post 10.8.133.83 will be the
Storage
A collection of 19 posts
Create a Docker Persistent MySQL Service backed by NFS
Docker Containers are stateless, if you want a persistent service like MySQL I always recommend having your database services outside the swarm, but if you need to look at Persistent Storage, there's a lot, including GlusterFS and NFS.
Setup a NFS Server and Client on the Raspberry Pi
Setup a NFS Server/Client on the RaspberryPi 3 [https://bekkerclothing.com/collections/developer?utm_source=sysadmins.co.za&utm_medium=blog&utm_campaign=leaderboard_ad] Setup the Server Side - Disks and Directories Prepare the directories: $ sudo
Adding Bricks to your GlusterFS Volume to Increase Storage Capacity
So you've reached a point where you have run out of storage and you need to scale or allocate more storage to your GlusterFS Volume. Previous Posts: From our GlusterFS [http://sysadmins.co.za/tag/glusterfs/] Series we
Replace Faulty Bricks in GlusterFS
Previous Posts: From our GlusterFS [http://sysadmins.co.za/tag/glusterfs/] Series we have covered the following: * GlusterFS: Distributed Replicated Volume [http://sysadmins.co.za/setup-a-glusterfs-distributed-replicated-volume/] * GlusterFS: Distributed Storage Volume [http://sysadmins.co.za/setup-a-distributed-storage-volume-with-glusterfs/] * GlusterFS: Replicated Storage Volume [http:
Setup a GlusterFS Distributed Replicated Volume
Today we will setup a Distributed-Replicated GlusterFS Volume. Previous Posts: From our GlusterFS [http://sysadmins.co.za/tag/glusterfs/] Series we have covered the following: * GlusterFS: Distributed Replicated Volume [http://sysadmins.co.za/setup-a-glusterfs-distributed-replicated-volume/] * GlusterFS: Distributed Storage Volume [http://sysadmins.
Using Minios Python SDK to interact with a Minio S3 Bucket
In our previous post, we have Setup Minio Server [http://sysadmins.co.za/run-your-self-hosted-s3-service-with-minio-on-docker-swarm/] which is a self-hosted alternative to Amazon's S3 Service. We will go through some basic examples on working with the Python SDK, to interact
Run Your Self-Hosted S3 Service With Minio on Docker Swarm
Minio is a distributed object storage server built for cloud applications, which is similar to Amazon's S3 Service. Today, we will create the server on docker swarm, as I don't currently have a external data store
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!