https://github.com/nevalla/lens-resource-map-extension
Lens - The Kubernetes IDE extension that displays Kubernetes resources and their relations as a force graph.
https://github.com/nevalla/lens-resource-map-extension
Last synced: 6 months ago
JSON representation
Lens - The Kubernetes IDE extension that displays Kubernetes resources and their relations as a force graph.
- Host: GitHub
- URL: https://github.com/nevalla/lens-resource-map-extension
- Owner: nevalla
- License: mit
- Created: 2020-12-07T10:18:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T10:56:20.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:49:17.388Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 379
- Watchers: 9
- Forks: 23
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kubernetes-architecture-diagrams - Lens Resource Map
README
# Lens Resource Map
Lens Resource Map is an extension for [Lens - The Kubernetes IDE](https://k8slens.dev) that displays Kubernetes resources and their relations as a real-time force-directed graph.

## Installation
**Lens 5 and above:**
1. Install [Lens](https://k8slens.dev), if not installed.
2. Switch to the Extensions view (`CMD+SHIFT+E` on macOS) on Lens.
3. Enter `@nevalla/kube-resource-map` into the Install Extension box.
4. Click on the Install button.**Lens 4:**
1. Install [Lens](https://k8slens.dev), if not installed.
2. Download version [0.2.0](https://github.com/nevalla/lens-resource-map-extension/releases/download/v0.2.0/nevalla-kube-resource-map-0.2.0.tgz) tarball.
3. Switch to the Extensions view (`CMD+SHIFT+E` on macOS) on Lens.
4. Select tarball file from filesystem.
5. Click on the Install button.