all the viz

This commit is contained in:
Waylon Walker 2023-11-05 18:29:44 -06:00 committed by Waylon Walker
parent c3141a39de
commit d20e1b18cc
16 changed files with 72 additions and 0 deletions

55
README.md Normal file
View file

@ -0,0 +1,55 @@
## default
![](default.png)
## ntfy
![](ntfy.png)
## minio
![](minio.png)
## syncthing
![](syncthing.png)
## photoview
![](photoview.png)
## shot
![](shot.png)
## librespeed
![](librespeed.png)
## matrix
![](matrix.png)
## code-server
![](code-server.png)
## jupyter
![](jupyter.png)
## registry
![](registry.png)
## installer
![](installer.png)
## vault
![](vault.png)
## jobrunner
![](jobrunner.png)

17
justfile Normal file
View file

@ -0,0 +1,17 @@
viz:
k8sviz -n default --kubeconfig $KUBECONFIG -t png -o kubeviz/default.png
k8sviz -n ntfy --kubeconfig $KUBECONFIG -t png -o kubeviz/ntfy.png
k8sviz -n minio --kubeconfig $KUBECONFIG -t png -o kubeviz/minio.png
k8sviz -n syncthing --kubeconfig $KUBECONFIG -t png -o kubeviz/syncthing.png
k8sviz -n photoview --kubeconfig $KUBECONFIG -t png -o kubeviz/photoview.png
k8sviz -n shot --kubeconfig $KUBECONFIG -t png -o kubeviz/shot.png
k8sviz -n librespeed --kubeconfig $KUBECONFIG -t png -o kubeviz/librespeed.png
k8sviz -n matrix --kubeconfig $KUBECONFIG -t png -o kubeviz/matrix.png
k8sviz -n code-server --kubeconfig $KUBECONFIG -t png -o kubeviz/code-server.png
k8sviz -n jupyter --kubeconfig $KUBECONFIG -t png -o kubeviz/jupyter.png
k8sviz -n registry --kubeconfig $KUBECONFIG -t png -o kubeviz/registry.png
k8sviz -n installer --kubeconfig $KUBECONFIG -t png -o kubeviz/installer.png
k8sviz -n vault --kubeconfig $KUBECONFIG -t png -o kubeviz/vault.png
k8sviz -n jobrunner --kubeconfig $KUBECONFIG -t png -o kubeviz/jobrunner.png
# convert image1.png image2.png image3.png -append result/result-sprite.png

BIN
kubeviz/code-server.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
kubeviz/default.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
kubeviz/installer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
kubeviz/jobrunner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

BIN
kubeviz/jupyter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
kubeviz/librespeed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
kubeviz/matrix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
kubeviz/minio.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

BIN
kubeviz/ntfy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

BIN
kubeviz/photoview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
kubeviz/registry.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

BIN
kubeviz/shot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
kubeviz/syncthing.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
kubeviz/vault.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB