Skip to content

Instantly share code, notes, and snippets.

View MetinSeylan's full-sized avatar
:bowtie:
​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​​ ​ ​ ​ ​

Metin Seylan MetinSeylan

:bowtie:
​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​ ​​ ​ ​ ​ ​
View GitHub Profile
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
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
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
helm repo add cetic https://cetic.github.io/helm-charts && \
helm install postgres cetic/postgresql --set image.repository=debezium/postgres,image.tag=latest
helm repo add bitnami https://charts.bitnami.com/bitnami && \
helm install kafka bitnami/kafka
minikube start && kubectl get nodes
minikube start && kubectl get nodes