|
|
|
|
|
by TurningCanadian
1371 days ago
|
|
There are a bunch of rough edges. Your server doesn't have a static IP for outgoing requests, so to use it with RDS, you can't just open up a port on the RDS side. (They want you to set up your own proxy) https://community.fly.io/t/set-get-outgoing-ip-address-for-w... The NFS kernel module isn't installed, so you can't use EFS. (They suggest some 3rd party userland tool) They expect you to set up VPN access with Wireguard for any connections to your containers. You can't just SCP your files to a volume. It's so much more hassle than connecting with kubectl cp or scp, especially if you're hoping to script things. All that said, I'm happy to see competition in the "we'll run your docker image" space. |
|
It's a rough edge, to be sure! I just wouldn't want to leave it as "we think the status quo is the right way to handle getting files to and from instances".