
O Kubernetes Cluster, Where Art Thou?
Multiservice development often means jumping between multiple consoles, terminals, and browser tabs to debug an issue. Frequently, the location of the error message is not even the same as the location of the root cause!
One of Tilt’s superpowers is aggregating and centralizing your project’s logs and status into a single place, which can dramatically simplify cross-service debugging. However, the world extends beyond our own code, and infrastructure errors can be some of the most inscrutable to debug.
Recently, we’ve made changes to Tilt’s internals to improve the Kubernetes cluster connection experience:
k8s_resource
s will pause deployment if the cluster connection is not healthy- Kubernetes cluster connection status is shown in the Tilt navbar
- Kubernetes cluster connection details are available in the Tilt web UI and Tilt API
After Tilt establishes a connection to your Kubernetes cluster, that connection will be monitored by polling the Kubernetes API readiness endpoints to ensure that the cluster is accessible, live, and ready.
Imagine you leave the office and board a train but forget to connect to VPN – you will be able to see that the cluster connection is temporarily unavailable directly from the Tilt UI, and updates to Kubernetes resources will be queued but not executed.
Sometimes you need a deeper understanding of what’s going on between Tilt and your Kubernetes cluster. For example, manually setting up a local Kubernetes cluster with its own registry can be a tricky process1. The new Kubernetes cluster status pop-up in the Tilt UI means you can quickly see how Tilt inferred the local registry without triggering a bunch of unnecessary builds and scrutinizing the logs.
To take advantage of the new Kubernetes cluster status features, make sure you’re on the latest version of Tilt, and you’ll see a new icon in the navbar (three stacked hexagons ⬡), which you can click for details.
That’s it! We know your time and attention are invaluable, so these improvements are designed to seamlessly integrate into your existing workflows without adding another new interruption 🤗