Tailscale Docker image v1.84.0
A new release of the Tailscale Docker image is available. You can download it from Docker Hub or from our GitHub packages repository.
Note: This version contains no changes except for library updates.
Tailscale Kubernetes operator v1.84.0
A new release of the Tailscale Kubernetes operator is available. For guidance on installing and updating, refer to our installation instructions.
-
Tailscale
Ingress
resource supports high availability (HA) mode and multiplexing by using aProxyGroup
. You can expose anIngress
resource to a tailnet by using multiple active proxy replicas (Pod
s). You can multiplex multipleIngress
resources on the same set of proxyPod
s. -
Tailscale Kubernetes Services support HA mode and multiplexing. You can expose a cluster app to a tailnet by using multiple active network layer proxy
Pod
s to help prevent downtime. You can expose multiple apps to a tailnet on the same set of proxyPod
s. -
Tailscale
Ingress
supports exposing applications deployed across multiple clusters (multi-clusterIngress
) to the tailnet. -
Pod
s deployed for aRecorder
resource can use AWS IAM Roles for Service Accounts (IRSA) instead of static Amazon S3 credentials by configuring the createdServiceAccount
object's name and annotations. -
Tailscale Kubernetes Services support exposing to tailnet applications that are deployed across multiple clusters (multi-cluster
Service
). -
Tailscale Kubernetes operator needs to watch
EndpointSlice
objects at cluster scope, to ensure failover for multi-clusterService
andIngress
resources in cases where there are no healthy backends in one of the clusters. -
The Kubernetes Operator will default any path left unset on an
Ingress
resource to the/
path.
Tailscale tsrecorder v1.84.0
A new release of the Tailscale tsrecorder
is available. You can download it from Docker Hub.
Note: This version contains no changes except for library updates.