Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakehamilton/panoptic
A helpful service to display your deployments.
https://github.com/jakehamilton/panoptic
Last synced: about 5 hours ago
JSON representation
A helpful service to display your deployments.
- Host: GitHub
- URL: https://github.com/jakehamilton/panoptic
- Owner: jakehamilton
- License: other
- Created: 2020-05-06T05:49:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T06:32:35.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:10:38.300Z (6 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Panoptic
> Showing or seeing the whole at one view.
Panoptic provides a useful display of your deployments.
![Preview image.](./.github/assets/screenshot.png)
## Usage
### From Source
Clone the repository:
```shell
git clone https://github.com/jakehamilton/panoptic.gitcd panoptic
```Install dependencies:
```shell
yarn
```Run the application (for configuration help):
```shell
# With Yarn
yarn start --help# Or directly
node src/index.js --help
```### Docker
```shell
docker run -it --rm \
-v ./path/to/kubeconfig:/home/root/.kube/config \
-e KUBECONFIG=/home/root/.kube/config \
-p 3000:3000 \
jakehamilton/panoptic --help
```### From Release
Download the latest release for your platform [here](https://github.com/jakehamilton/panoptic/releases).
```shell
./panoptic --help
```