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...
Setup Multi Master Kubernetes Cluster with Kubeadm
Written by Hakim
on October 04, 2020
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...
Introduction ELK Stack - to Get Logs
Written by Hakim
on October 03, 2020
img source :
https://unsplash.com/
Requirements for this tutorial:
node3 -> ubuntu 18.4 -> server
node4 -> ubuntu 18.04 -> client
...
Monitoring Prometheus dengan Grafana
Written by Hakim
on June 08, 2020
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...
Introduction to Docker Compose
Written by Hakim
on May 25, 2020
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...