Developers don’t use them, but enterprises won’t buy a product without them. What’s the deal with dashboards? And why do they matter for Kubernetes?

Dashboards make things easier, and for that reason are sometimes looked down on by engineers, would think that the best way to interact with Kubernetes is through the command line. But dashboards are extremely important to technology buyers because they address some of the realities about using Kubernetes: That not everyone in their organization will be Kubernetes experts, that a central team will need some control and that instantaneous access to information is essential during an incident.

Development vs. Operations

The way that people use dashboards — if they use them at all — depends on their skill sets and what they are trying to accomplish. “If I’m using Kubernetes, most likely I will use the command line, that will be easiest and fastest,” explained Idit Levine, founder and CEO of API infrastructure software provider Solo.io. This goes, she says, for most developers working on creating and deploying applications. In most cases, dashboards aren’t particularly helpful at this stage.

But that all changes once the application is in production. Dashboards make it easier to see a large amount of data — they also make it easier to see when something is wrong. “We mainly see if for debugging,” Levine said. “You want to see when something is wrong. You want to see a red dot.”

Dashboards make it easier for humans to process data quickly. Human-readable data is especially important as part of the operational story — if you want to recover from incidents quickly, every second that an operator is running CLI commands instead of seeing a red dot or green dot on the dashboard is critical.

Complexity

Kubernetes is complex, and relying on the command line and raw data feeds can become so overwhelming that even an experienced Kubernetes engineer could easily miss something important. “There’s so much data being thrown off a Kubernetes cluster that a dashboard to ingest that data, filter it, prioritize it and put it in front of a user in a sensible way, that’s easy to just quickly grok, you know, is there a problem that I need to focus on, is there something that doesn’t look right?” explained Robert Brennan, director of open source software at Kubernetes service provider Fairwinds.

Dashboards can become particularly important as Kubernetes scales. The more clusters there are to manage, the more applications are running, the harder it is to extract the information from raw data feeds or from the command line.

“Beyond surfacing data in a pretty UI, dashboards can also take on things like alerting and policy configuration, so you get a Slack message every time a particular issue arises,” Brennan said. Particularly when talking about the needs of large organizations running mission-critical applications on Kubernetes, dashboards can provide the centralized control and alerting that are essential to long-term success with Kubernetes.

“When we built our Kubernetes solution, we started with understanding the Kubernetes structure natively and then creating a set of dashboards that allow you to unpeel the onion in a thoughtful way,” explained Kalyan Ramanathan, vice president of product marketing at observability company Sumo Logic. Users need to be able to immediately pinpoint the relevant information, especially in a debugging scenario. “There are seven layers of Kubernetes, and I can see metrics and logs across all seven layers. But what am I supposed to do with this?” Ramanathan said. The goal of most Kubernetes dashboards is to connect the dots for users, so not only information but also the logical next course of action is obvious.

Dashboards can also provide a way to correlate signals, making it easier to understand relationships between the different logging metrics and the different parts of the system and ultimately easier to troubleshoot during incidents.

#development #kubernetes #feature

Who Needs a Dashboard? Why the Kubernetes Command Line Is Not Enough
1.15 GEEK