Skip to content

pythonPlant12/apache_kafka_kubernetes_microservice

Repository files navigation

Apache Kafka with Kubernetes

To be able to develop this project we'll need some tools to be installed in our machine. The tools are:

You can optionally use some useful tools for debugging and monitoring kubernetes:

Schema of the practise project

Schema-Project

To install Kubernetes, we'll implement next steps:

  1. helm repo add bitnami https://charts.bitnami.com/bitnami
  2. helm install kafka-local bitnami/kafka \ --restart='Never' \ --image docker.io/bitnami/kafka:3.3.1-debian-11-r19 \ --namespace orders-microservice \ --command \ --sleep infinity
  3. kubectl exec --tty -i kafka-local-cliente --namespace orders-microservice -- bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published