Skip to content

Quick & simple yaml for kafka on kuberenetes, suitable for evaluation or POC purposes

Notifications You must be signed in to change notification settings

PaulieMac/kstack-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

kstack-yaml

Quick and simple yaml for kafka on kuberenetes, suitable for evaluation or POC purposes

You will LOSE ANY DATA IN Kafka & zookeeper on redeploy with the yaml as-is !!!

If this is not desirable, sort out the volumes in 010-zookeeper.yaml and 020-kafka.yaml

See https://github.com/PaulieMac/kstack-yaml/search?q=NOTE&unscoped_q=NOTE for anything noteworthy

Pseudocode to run:

git clone https://github.com/PaulieMac/kstack-yaml.git

cd ./kstack-yaml/deploy

FILES=`ls *.yaml | sort -g`;
for yaml in $FILES
do
  	echo "Applying $yaml"
	kubectl apply -f $yaml --namespace=mynamespace
done

About

Quick & simple yaml for kafka on kuberenetes, suitable for evaluation or POC purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published