Connect to Kubernetes Pods with Tailscale

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • tailscale

    The easiest, most secure way to use WireGuard and 2FA.

  • If you don't want to make authentication, just make it inaccessible. This is where Tailscale comes in. I already run Tailscale on all the nodes, which is how I'm able to have a multi-region k3s cluster. That doesn't make my pods routable though.

  • tailscale-proxy

    Expose a Kubernetes Pod on your Tailnet

  • You can see my version at kasuboski/tailscale-proxy. The main differences are it takes a HOSTNAME and DEST_PORT parameters.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • feedreader

    A minimal feedreader (by kasuboski)

  • I've been making a feedreader to replace my running miniflux. It's my first real rust project and I wanted an even more minimal feedreader.

  • k8s-gitops

    Specify my Kubernetes cluster declaratively (by kasuboski)

  • You can see how it's all put together in my k8s-gitops repo. The gist is that you add a sidecar container that starts tailscale and in my case adds an iptables rule which forwards all traffic to the app port. You can see my poor Doppler secret naming in there too where everything is using miniflux-secret.

  • Miniflux

    Minimalist and opinionated feed reader

  • I've been making a feedreader to replace my running miniflux. It's my first real rust project and I wanted an even more minimal feedreader.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts