birdayz / kaf

Modern CLI for Apache Kafka, written in Go.
Apache License 2.0
2.24k stars 143 forks source link

Container image for kaf #289

Open k-wall opened 1 year ago

k-wall commented 1 year ago

I'd value having kaf released as a container image. I just wonder if that's been considered? My use case is ad-hoc development interactions with Kafka clusters running within Kubernetes. If kaf were available as an image, I could use kubectl run command on the cluster.

I'd be willing to put up a PR with a Dockerfile if there's interest.