Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

while configuring firewall rules for a new (ubuntu 18.04 in nyc3) droplet today, i noticed that the output of route (below) shows three networks instead of the normal two (public, private).
can anyone tell me why the network 10.17.0.0 exists in our droplets?
104.131.0.0 - public 10.132.0.0 - private 10.17.0.0 - ???
root@104:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default _gateway 0.0.0.0 UG 0 0 0 eth0
10.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
10.132.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
104.131.0.0 0.0.0.0 255.255.192.0 U 0 0 0 eth0
thanks! -lee
jeffs
0621335d663b4b699a60eb27e28153
accesstrax
Dwight Trumbower
admin
yimprogramming
samunyi90
1d6ce141ab5444dfb1ea2dd29cf4b1
Matt Fricker
joel9b158e40551b15093f213f
EmilJacobs