Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhyanio/kubemap
https://github.com/dhyanio/kubemap
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhyanio/kubemap
- Owner: dhyanio
- License: mit
- Created: 2024-12-15T07:23:59.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-12-15T07:59:11.000Z (11 days ago)
- Last Synced: 2024-12-15T08:25:33.668Z (11 days ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![release](https://img.shields.io/github/release/dhyanio/kubemap.svg)](https://github.com/dhyanio/kubemap/releases)
[![tests](https://github.com/dhyanio/kubemap/actions/workflows/test.yaml/badge.svg)](https://github.com/dhyanio/kubemap/actions/workflows/test.yaml)
[![linter](https://github.com/dhyanio/kubemap/actions/workflows/linter.yaml/badge.svg)](https://github.com/dhyanio/kubemap/actions/workflows/linter.yaml)
[![Go Report Card](https://goreportcard.com/badge/github.com/dhyanio/kubemap)](https://goreportcard.com/report/github.com/dhyanio/kubemap)
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.23-61CFDD.svg?style=flat-square)
[![release](https://godoc.org/github.com/dhyanio/kubemap?status.svg)](https://pkg.go.dev/github.com/dhyanio/kubemap?tab=doc)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)Kubemap is a tfstate visualizer.
# Table of Contents
- [Installation](#installation)
- [Cli](#cli)
- [Client](#client)### Installation
#### Kubemap
**From releases**
This installs binary.* Linux
```
curl -LO "https://github.com/dhyanio/kubemap/releases/download/$(curl -s https://api.github.com/repos/dhyanio/kubemap/releases/latest | grep tag_name | cut -d '"' -f 4)/kubemap-linux-amd64"
chmod +x kubemap-linux-amd64
sudo mv kubemap-linux-amd64 /usr/local/bin/kubemap
```
* MacOS
```
curl -LO "https://github.com/dhyanio/kubemap/releases/download/$(curl -s https://api.github.com/repos/dhyanio/kubemap/releases/latest | grep tag_name | cut -d '"' -f 4)/kubemap-darwin-amd64"
chmod +x kubemap-darwin-amd64
sudo mv kubemap-darwin-amd64 /usr/local/bin/kubemap
```**From source**
1. Run `git clone && cd kubemap/`
2. Run `make build`