VMware vSphere ESXi 7.0 Hypervisor(s) – set up a base network topology for a workshop environment with MinIO S3 storage

MinIO – install on Linux hosts running 64-bit Intel/AMD architectures

# wget https://dl.min.io/server/minio/release/linux-amd64/minio
# chmod 775 minio
# mkdir /data
# ./minio server /data

The MinIO deployment starts using default root credentials minioadmin:minioadmin. You can test the deployment using the MinIO Console an embedded
web-based object browser built into MinIO Server a web browser running on the host machine to http://192.168.27.252:9000 and log in with the
root credentials you can use the Browser to create buckets upload objects and browse the contents of the MinIO server

# wget https://dl.min.io/client/mc/release/linux-amd64/mc
# chmod 775 mc
# ./mc –help

Leave a Reply

You must be logged in to post a comment.