Deploying GCS on kubernetes cluster
What is GCS? GCS a.k.a Gluster Container Storage is an initiative to provide a new stack focused on easier integration, much more opinionated bases install, a better upgrade experience to deploy Gluster for container storage. We are primarily focused on integration with Kubernetes (k8s) through this initiative. To deploy kubernetes cluster please refer to kubernetes-deploymen-guide . We will deploy GCS on 3 node kubernetes cluster. Node configurations: OS: Fedora 29 RAM: 128 GB CPUs: 24 Steps to deploy GCS: To deploy GCS we will require an inventory file mentioning the the gcs nodes and devices to be used. Template for GCS inventory file can be found under deploy directory in gcs repository: https://github.com/gluster/gcs/blob/master/deploy/examples/inventory-gcs-kubespray.example If you have deployed kubernetes using kubernetes-deployment-guide , then you will have to add the gcs related sections that were removed in STEP-5 of that guide. Ins...