kubecost / kubecost-lens-extension

A Kubecost extension for the Lens K8s IDE that adds namespace cost data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lens Kubecost Extension

A simple Kubecost Lens extension that adds namespace cost data (from the last 24 hours) to the Namespaces view.

Screen.Recording.2021-04-25.at.9.59.05.PM.mov

Installation

  • Install the community edition of Kubecost: https://www.kubecost.com/install.html
  • Download the kubecost-lens-extension .tgz from https://github.com/kubecost/kubecost-lens-extension/releases/tag/v0.0.3 under releases. Alternatively, you may copy the download URL of the release artifact.
  • Open the Lens application, select the Lens menu, and then click Extensions. Or, use the shortcut Shift + Command + E to open the Manage Lens Extensions page.
  • Specify the path (.tar, .tgz) or download URL to the extension package and click Install.
  • port-forward into Kubecost: eg., kubectl port-forward --namespace kubecost deployment/kubecost-cost-analyzer 9090
  • View namespace cost data!

Additional notes

Lens 4 users should use v0.0.1. Lens 5 users should use v0.0.3. Lens 6 users should use v0.0.4.

About

A Kubecost extension for the Lens K8s IDE that adds namespace cost data.


Languages

Language:TypeScript 72.5%Language:JavaScript 26.3%Language:Makefile 1.2%