I'm running a local QNAP NAS server and a remote server which is hosted at a public provider (bare metal kubernetes cluster).
I would like to run some services on my nas server, which should be reachable over the internet. For example I want to run an object storage like minio - or something like that. But my problem is, the IP of the NAS server is changing from time to time as it is using my private internet connection. I would like to make it reachable over minio.my-domain.com.
I need some ideas how I could handle this problem. I'm also running a remote bare metal kubernetes cluster, which handles the certificates for my webapps. So is it technically possible to use this server to reach my local server over public internet?