Skip to content

Cockpit Etcd Insights Mod Dashboards

Notifications You must be signed in to change notification settings

cloud104/tks-mod-etcd-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETCD Kubernetes Insights Mod for TKS Cockpit

A Kubernetes dashboarding tool that can be used to view dashboards and reports across all of our ETCD Kubernetes clusters.

Overview

Dashboards can help answer questions like:

  • How many resources do I have?
  • How old are my resources?
  • What are the responsabilities for theses clusters

Documentation

  • ** TODO **

Getting Started

Installation

Install Powerpipe (https://powerpipe.io/downloads), or use Brew:

brew install turbot/tap/powerpipe

This mod also requires Steampipe with the Kubernetes plugin as the data source. Install Steampipe (https://steampipe.io/downloads), or use Brew:

brew install turbot/tap/steampipe
steampipe plugin install kubernetes

Steampipe will automatically use your default Kubernetes credentials. Optionally, you can setup multiple context connections or customize Kubernetes credentials.

Finally, install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/cloud104/tks-mod-etcd-insights

Browsing Dashboards

Start Steampipe as the data source:

steampipe service start

Start the dashboard server:

powerpipe server

Browse and view your dashboards at http://localhost:9033.

Open Source & Contributing

Steampipe and Powerpipe are products produced from this open source software, exclusively by Turbot HQ, Inc. They are distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our Open Source FAQ.