Skip to content

Instantly share code, notes, and snippets.

@Tirael
Last active August 30, 2020 20:22
Show Gist options
  • Save Tirael/6fce2f75ac01e4a84da31fdd59220f76 to your computer and use it in GitHub Desktop.
Save Tirael/6fce2f75ac01e4a84da31fdd59220f76 to your computer and use it in GitHub Desktop.
Kafka + strimzi (Windows)
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