Skip to content

jakehamilton/panoptic

Repository files navigation

Panoptic

Showing or seeing the whole at one view.

Panoptic provides a useful display of your deployments.

Preview image.

Usage

From Source

Clone the repository:

git clone https://github.com/jakehamilton/panoptic.git

cd panoptic

Install dependencies:

yarn

Run the application (for configuration help):

# With Yarn
yarn start --help

# Or directly
node src/index.js --help

Docker

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.

./panoptic --help