Mounting ZebClient with Azure Blob Storage
Step 1: Download and Install ZebClient CLI
Run the following command to download and install the ZebClient CLI on the Linux machine (in the cloud or on-premise) you want to use the filesystem with where the user has granted permission to use the sudo command:
This machine should be in the same whitelisted public address as provided earlier during the deployment of the Terraform script.
After installation, you should see the message "The installation of zc-cli is completed!".
Step 2: Deploy an Agent Node
To start the ZebClient CLI, run:
Choose option 1 for "Agent and server operation".
In the sub-menu, choose option 1 for "Install ZebClient agent locally".
Select Azure as your cloud provider
Enter the required information (all required information can be found in Terraform Output)
Enter the local directory where you want to mount ZebClient (default is
/zcfs
).Confirm the installation by entering 'Y' when prompted.
When you are providing value for the Azure container name, it is important to provide just the container name which is: zc{your prefix}
The script will download the ZebClient binary. You should see a progress bar indicating the download process.
Step 3: Verify ZCFS Filesystem
After successful installation, you will see the following message:
Exit ZebClient CLI and verify ZCFS mount point:
You should see a line indicating the ZCFS mount point.
Next Step
ZebClient is now ready to connect to your applications. If you wish to add remote agents to access this filesystem, please proceed to Mount additional agent.
This is a first-step deployment that allows you to access the filesystem, use Mount additional agent to expand your cluster for your production environment or refer to the Tuning section for advanced solutions.
Last updated