Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 3.5 KB

deployment.md

File metadata and controls

61 lines (46 loc) · 3.5 KB

Deployment

  • Both helm v2 and v3 are available

Organize lobster components according to your requirements

Components:

Combinations:

Deploying with helm charts

  • The container log format may have different default settings depending on the container runtime
  • Depending on the container runtime(according to your environment), you may need to add the helm arguments below.
    • --set loglineFormat=text with continerd (default)
    • --set loglineFormat=json with docker

Cluster basic

helm upgrade --install --debug lobster_cluster -f ./deploy/values/public/lobster-cluster_basic.yaml 

Cluster with log sink

helm upgrade --install --debug lobster_cluster -f ./deploy/values/public/lobster-cluster_logsink-extension.yaml 
helm upgrade --install --debug lobster_operator -f ./deploy/values/public/lobster-operator.yaml 

Global querier

helm upgrade --install --debug lobster_global_query -f ./deploy/values/public/lobster-global-query.yaml