How to access a subnet from a machine being a subnet router

I have a bastion host that I run tailscale on as a subnet router. This allows me to access the private network from home. (10.0.0.0/24)

I have a kubernetes container running a subnet router as well. It gives me access to the cluster networks from home
10.96.0.0/16
10.244.0.0/16

This work great. How do I get access from the bastion host via tailscale to the subnet router in the cluster? I have a process on the bastion host that needs to talk to a http api in the cluster only exposed on a clusterip.

Thanks
Brad

On the bastion host you will also need --accept-routes in your tailscale up command.

1 Like