Configure Velero backup and restore with Min.io as the local object store
[Note: This is the second article in a series on setting up your Velero development environment. In the first article , we setup your development environment and connected to AWS S3 as the object store] During development and testing of a plugin for Velero, I blew through my monthly AWS “allowance” in a little over two weeks. When I thought about it, I had a few options to pursue. I could wait until the end of the billing cycle to refresh my funds, get approval for a larger allowance (not happening!), or figure out another option for a cloud provider. I started thinking about object stores and persistent volumes and had a conversation with Rafael Brito ( http://www.rafaelbrito.com/ ). He pointed me to a blog he did back in 2019 using Minio + NFS ( http://www.rafaelbrito.com/2019/11/project-velero-12-on-openshift-311.html ). I did some research into Minio ( https://min.io/ ) and realized there was a simple way to use Minio + a local directory on the Mac to mimic using AWS as ...