Skip to content
Community

logo

InfluxDB v2#

Chart Name Version App version
influxdb2 2.1.2 2.7.4

InfluxDB Core is a database built to collect, process, transform, and store event and time series data. It is ideal for use cases that require real-time ingest and fast query response times to build user interfaces, monitoring, and automation solutions.

Common use cases include:

  • Monitoring sensor data
  • Server monitoring
  • Application performance monitoring
  • Network monitoring
  • Financial market and trading analytics
  • Behavioral analytics

InfluxDB is optimized for scenarios where near real-time data monitoring is essential and queries need to return quickly to support user experiences such as dashboards and interactive user interfaces.

Prerequisites#

Deploy k0rdent v1.0.0: QuickStart

Install template to k0rdent#

helm upgrade --install influxdb2 oci://ghcr.io/k0rdent/catalog/charts/kgst --set "chart=influxdb2:2.1.2" -n kcm-system

Verify service template#

kubectl get servicetemplates -A
# NAMESPACE    NAME                            VALID
# kcm-system   influxdb2-2-1-2                 true

Deploy service template#

apiVersion: k0rdent.mirantis.com/v1beta1
kind: MultiClusterService
metadata:
  name: influxdb
spec:
  clusterSelector:
    matchLabels:
      group: demo
  serviceSpec:
    services:
    - template: influxdb2-2-1-2
      name: influxdb2
      namespace: influxdb