Our Boards API makes it fairly straightforward to send you a JSON file to load in to immediately in order to get all of the boards we use for visibility into our own k8s cluster (described in our Diving into Kubernetes Clusters blog post.
Boards are a great way to provide entry points into your datasets, and great jumping-off points to query / dig deeper.
Download the JSON board definition to get a board with 6 great Kubernetes starter queries.
You’ll first want to create an API key that has permissions to access the Boards resource:
Then create an API key with the ability to “Manage Boards”:
Take that key and replace YOUR_API_KEY
, below:
curl https://api.honeycomb.io/1/boards -X POST \
-H "X-Honeycomb-Team: YOUR_API_KEY" \
-d @k8s_fmt.json
Your board should now be created and is fully customizable. Learn more about the Boards API here and about using Boards here.
Did you find what you were looking for?