loghouse icon indicating copy to clipboard operation
loghouse copied to clipboard

Make more installation configurations available

Open z9r5 opened this issue 7 years ago • 3 comments

All clusters are different: bare metal, GCE, AWS, Azure… There should be several installation configurations:

  • ClickHouse with local index on each node. Best option for bare metal; it lowers network delays between fluentd and ClickHouse;
  • ClickHouse as a cluster. Best option for cloud based K8s (GCE, AWS, Azure);
  • Standalone ClickHouse. For small K8s clusters or testing purposes. ClickHouse is installed on single node while fluentd is placed on each node.
  • External ClickHouse. ClickHouse is installed outside the cluster and is used as an external service while fluentd and dashboard are installed in the cluster.

z9r5 avatar Feb 16 '18 15:02 z9r5

More feedback about installation:

  • helm should not be required

diafour avatar Sep 05 '18 10:09 diafour

:+1: A helm-less install would be much appreciated.

trusch avatar Nov 27 '18 11:11 trusch

  • clickhouse setups not managed by loghouse chart:
    • external clickhouse cluster addressed by a hostname (ExternalName?, ha proxy?)
    • internal clickhouse in its own namespace

related to https://github.com/flant/loghouse/issues/146

diafour avatar Apr 14 '20 13:04 diafour