Write a script that creates a zarf package from a k3d cluster with big bang deployed
Definition of Done
A script is produced that:
- Given the location of a kubeconfig file
- Performs the zarf packaging process against the kubernetes cluster in the kubeconfig, creating a zarf archive of the big bang deployment in the cluster and all artifacts
- Returns zero on success, nonzero on failure
Edited by Andrew Kesterson