mchirico / kind

Scripts for getting started with Kind
MIT License
0 stars 0 forks source link

Kafka Go Client #1

Open mchirico opened 4 years ago

mchirico commented 4 years ago

This is a better go client:

https://github.com/segmentio/kafka-go

Dev Testing (DNS, MySQL Client, Go)

docker pull quay.io/mchirico/ubuntudev
kind load docker-image quay.io/mchirico/ubuntudev

kubectl run my-dev --rm -i --tty --image quay.io/mchirico/ubuntudev -- bash

Re-Connect:


kubectl exec --stdin --tty my-dev -- /bin/bash
tacomonkautobot[bot] commented 4 years ago

mchirico, Thanks for opening this issue!

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.