compliantkubernetes-kubespray icon indicating copy to clipboard operation
compliantkubernetes-kubespray copied to clipboard

[3] contrib/tf/upcloud: add usage of routers

Open OlleLarsson opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. UpCloud has the concept of routers which allows private networks to be connected together but also enables DHCP(?). The usage of routers is necessary for us to be able to transfer data to and from their new managed object storage service via the internal/private network.

In addition to this we want to check the possibility of replacing the Gateway VM with the VPN Gateway at UpCloud. The benefits here is that we would not need to be responsible for the gateway VM. The downsides would be that it only supports IPSec.

Describe the solution you'd like Include the creation and configuration of router(s) as needed via the Terraform contrib module for UpCloud.

Describe alternatives you've considered Not using routers

Definition of done:

  • The Terraform module includes the option to setup up a router
  • The possibility to enable the VPN gateway with multiple connections and configurable routes

OlleLarsson avatar Nov 15 '23 09:11 OlleLarsson