Showing or seeing the whole at one view.
Panoptic provides a useful display of your deployments.
Clone the repository:
git clone https://github.com/jakehamilton/panoptic.git
cd panopticInstall dependencies:
yarnRun the application (for configuration help):
# With Yarn
yarn start --help
# Or directly
node src/index.js --helpdocker run -it --rm \
-v ./path/to/kubeconfig:/home/root/.kube/config \
-e KUBECONFIG=/home/root/.kube/config \
-p 3000:3000 \
jakehamilton/panoptic --helpDownload the latest release for your platform here.
./panoptic --help