Install Kafka Cluster and Zookeeper with High Availability

kafka multi brokerWhat is apache kafka ?Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. https://kafka.apache.org/What is apache...
Share:

Setup Multi Master Kubernetes Cluster with Kubeadm

kubernetes multi masterRequirements:kubernetes version 1.15.11haproxydockerNode list:ha-balancer 10.10.10.100ha-master1 10.10.10.10ha-master2 10.10.10.11ha-master3 10.10.10.12ha-worker1 10.10.10.20ha-worker2 10.10.10.21On all node execute this commandsudo apt update; sudo apt autoremove -yInstall...
Share:

Monitoring Prometheus dengan Grafana

Depan Stasiun MRT Kali ini kita akan membahas mengenai monitoring prometheus dengan visualisasi grafana.Apa itu prometheus ?Prometheus adalah open source, sistem monitoring berbasis metrics. Prometheus mudah di gunakan serta memiliki model data yang powerful dan bahasa query yang dapat menganalisa...
Share:

Introduction to Docker Compose

source: dockerCompose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration. To learn more about all the features of...
Share: