Last active
August 30, 2020 20:22
-
-
Save Tirael/6fce2f75ac01e4a84da31fdd59220f76 to your computer and use it in GitHub Desktop.
Kafka + strimzi (Windows)
This file contains hidden or 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
choco install sed | |
kubectl create ns kafka | |
# curl -L http://strimzi.io/install/latest | sed "s/namespace: .*/namespace: kafka/" | kubectl apply -f - -n kafka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment