Hi @Alen Cappelletti ,
When you deploy SQL Server Big Data Cluster with high availability, all databases are automatically added to the availability group, including all user and system databases like master and msdb. This capability provides a single-system view across the availability group replicas. Additional model databases - model_replicatedmaster and model_msdb - are used to seed the replicated portion of the system databases. Refer to MS document Deploy SQL Server Big Data Cluster with high availability.
> but I did not understand if it is possible to move them and how? Or is it a no sense?
I did not find any MS document talking about this. Quote from this thread that you offered;
You simply cannot copy and paste the db files to a different location when sql has a handle on it.