OpenStack Discussions

do I scale devops

issacthoma
2,002 Views

I have created azure devops with a few organizations/projects in it. Do I need to scale or replicate it across different datacenters so all the developers across the globe can access it? Any references appreciated.

1 ACCEPTED SOLUTION

elementx
1,959 Views

Assuming these workflows work everywhere, you'd just need to replicate the data.

What is the data like?

DevOps workflows would likely reside in appliation-specific storage (Git, container registry, etc.) and those are easy to clone or pull from anywhere.

If you have generic data that lives on NFS, you could use CloudSync (https://cloud.netapp.com/cloud-sync-service) to periodically synchronize it to different datacenters (target can be any NFS server, other protocols are also supported).

If you have data only on NFS and that NFS is ONTAP (including CVO in cloud and/or ONTAP Select VMs in remote locations, for example), you could use ONTAP FlexCache to avoid the need to synchronize via scheduled push.

View solution in original post

1 REPLY 1

elementx
1,960 Views

Assuming these workflows work everywhere, you'd just need to replicate the data.

What is the data like?

DevOps workflows would likely reside in appliation-specific storage (Git, container registry, etc.) and those are easy to clone or pull from anywhere.

If you have generic data that lives on NFS, you could use CloudSync (https://cloud.netapp.com/cloud-sync-service) to periodically synchronize it to different datacenters (target can be any NFS server, other protocols are also supported).

If you have data only on NFS and that NFS is ONTAP (including CVO in cloud and/or ONTAP Select VMs in remote locations, for example), you could use ONTAP FlexCache to avoid the need to synchronize via scheduled push.

Public