public-cloud-roadmap icon indicating copy to clipboard operation
public-cloud-roadmap copied to clipboard

DNS in vlan setup

Open fredczj opened this issue 2 years ago • 0 comments

As a user of PublicCloud services for years, I used to manually maintain a robust setup including services (DB, caches, message queues, kubernetes clusters…) with a full network stack (static IPs then DNS, bastion, gateways etc…)

With the great arrival of managed services, I wish I could to delegate all this stuff to OVHCloud openstack.

No more Static IPs (which is incompatible with the automatic assignment for k8s, and other services…), that is fine. But… Here comes a limitation: how to connect every services by name instead of IP address inside the vlan ?

Right now, there is no internal DNS support with the vlan network stack in OVHCloud and this is highly limiting !

I would like to access:

  • vlan connected instances by a {instanceName}.{vlan name}
  • vlan connected services by a {serviceName or alias}.{vlan name}

I am not familiar with all the openstack things, but it sounds there are neurons internal DNS features. Could this be applicable?

fredczj avatar Jul 01 '22 12:07 fredczj