- Install pre-requistes and ensure they are in your
$PATH
:
- Docker: https://docs.docker.com/engine/install/
- k3d 1.7.0 (
bunk
does not currently support k3d 3.x): https://github.com/rancher/k3d/releases/tag/v1.7.0
- Download the latest
bunk
release and add it to your$PATH
. - Extract Konvoy diagnostic bundle:
bunk extract <bundle-file>
cd
to the extracted bundle directory.- Create k3d cluster and inject bundle resources:
bunk up
- Analyze bundle resources with kubectl:
export KUBECONFIG="$(k3d get-kubeconfig --name='k3s-default')" && kubectl get po -A
- Once finished, tear down the cluster and its resources:
bunk down