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
FROM confluentinc/cp-server-connect-base:7.2.1 | |
RUN confluent-hub install --no-prompt debezium/debezium-connector-postgresql:1.9.3 \ | |
&& confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:1.7.0 |
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
FROM confluentinc/cp-server-connect-base:7.2.1 | |
RUN confluent-hub install --no-prompt debezium/debezium-connector-postgresql:1.9.3 \ | |
&& confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:1.7.0 |
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
helm repo add bitnami https://charts.bitnami.com/bitnami && \ | |
helm install mongodb bitnami/mongodb --set image.repository=zcube/bitnami-compat/mongodb,image.registry=ghcr.io,image.tag=5.0.10-debian-11-r21 |
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
helm repo add cetic https://cetic.github.io/helm-charts && \ | |
helm install postgres cetic/postgresql --set image.repository=debezium/postgres,image.tag=latest |
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
helm repo add bitnami https://charts.bitnami.com/bitnami && \ | |
helm install kafka bitnami/kafka |
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
minikube start && kubectl get nodes |
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
minikube start && kubectl get nodes |