본문 바로가기

Prometheus8

Istio 1.5 구성 2020.04.24 1. 개요 - Environments: Google Compute Engine, CentOS 7.7, Kubernetes 1.15 - Istio 1.5 has been tested with these Kubernetes releases: 1.14, 1.15, 1.16. - The Helm installation approach will be deprecated in the future. - 참고 사이트 https://istio.io/docs/setup/getting-started/ https://istio.io/docs/setup/install/istioctl/ #1 - 마이크로 서비스와 서비스 매쉬 (https://bcho.tistory.com/1293?category=731548).. 2021. 9. 23.
Redis cluster 2021.05.20, 2021.01.20 1. Redis cluster - Redis is an advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs. - Redis cluster chart bootstraps a Redis deployment on a Kubernetes cluster using the Helm package manager. - Reference https://redis.io/ https://bitnami.com/stack/r.. 2021. 9. 22.
Strimzi #3 Monitoring 2020.09.01 1. 개요 - Strimzi를 모니터링 하기 위해 Prometheus, Grafana, Jaeger를 구성하고 Strimzi 설정을 변경 - Environments prometheus operator 0.38 Prometheus 2.16 Grafana 6.3.0 Strimzi 0.19 Kafka 2.5.0 2. Creating kafka cluster with metrics a. Deploying a Kafka cluster with Prometheus metrics configuration - Strimzi uses the Prometheus JMX Exporter to expose JMX metrics from Kafka and ZooKeeper using an HTTP endpo.. 2021. 9. 22.
Strimzi #1 Overview (0.19.0) 2020.08.20 1. Key features - Strimzi simplifies the process of running Apache Kafka in a Kubernetes cluster. - The Operators provided with Strimzi are purpose-built with specialist operational knowledge to effectively manage Kafka. - https://strimzi.io/docs/operators/latest/overview.html#key-features-kafka_str 2. Kafka - Apache Kafka is an open-source distributed publish-subscribe messaging syst.. 2021. 9. 21.
RabbitMQ Cluster Operator 2021.01.20 1. 개요 - RabbitMQ ✓ RabbitMQ is an open-source message-broker software (sometimes called message-oriented middleware) that originally implemented the Advanced Message Queuing Protocol (AMQP) and has since been extended with a plug-in architecture to support Streaming Text Oriented Messaging Protocol (STOMP), MQ Telemetry Transport (MQTT), and other protocols. - Message queue pattens ht.. 2021. 9. 21.
kube-prometheus-stack 2021.02.24 1. Prometheus ? - https://github.com/prometheus-operator/kube-prometheus - kube-prometheus-stack ✓ Installs the kube-prometheus stack, a collection of Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. ✓ Prometheus is de.. 2021. 9. 21.
GPU Monitor 2020.12.23 1. GPU Monitor - Prometheus Prometheus is deployed along with kube-state-metrics and node_exporter to expose cluster-level metrics for Kubernetes API objects and node-level metrics such as CPU utilization - DCGM-Exporter (https://github.com/NVIDIA/gpu-monitoring-tools) It exposes GPU metrics exporter for Prometheus leveraging NVIDIA DCGM. - kube-state-metrics kube-state-metrics is a s.. 2021. 9. 21.
Rook Ceph 구성 2020.05.25 1. 구성 환경 - Rook v1.3.6, ceph image version: "14.2.10-0 nautilus”, cephcsi v2.1.2, kubenetes 1.16.15, CentOS 7.8 2. Rook / Ceph ? - Rook is an open source cloud-native storage orchestrator, providing the platform, framework, and support for a diverse set of storage solutions to natively integrate with cloud-native environments. https://rook.io/docs/rook/v1.3/ceph-examples.html - Ceph C.. 2021. 9. 15.