Last active
February 8, 2022 20:11
-
-
Save jwkidd3/57d862d14e3d44d30e7f82e796afc330 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Links to stuff | |
Minikube | |
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 | |
sudo install minikube-linux-amd64 /usr/local/bin/minikube | |
sudo apt install conntrack | |
minikube start --driver=none | |
Strimzi Operator | |
git clone https://github.com/strimzi/strimzi-kafka-operator | |
kubectl create ns kafka | |
kubectl create -f 'https://strimzi.io/install/latest?namespace=kafka' -n kafka | |
Strimzi Docs | |
https://strimzi.io/docs/operators/0.27.1/full/using.html#assembly-kafka-connect-str | |
Zookeeper Entrance | |
https://github.com/scholzj/zoo-entrance | |
Prometheus Operator | |
https://github.com/prometheus-operator/kube-prometheus | |
Registry Server | |
curl -O http://packages.confluent.io/archive/7.0/confluent-community-7.0.1.zip | |
Many Kafka/Streams Examples | |
https://github.com/jwkidd3/KafkaProjects | |
Workshop Repo | |
https://github.com/jwkidd3/kafka_fundamentals | |
Rebalancing | |
https://www.wix.engineering/post/4-steps-for-kafka-rebalance-notes-from-the-field |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment