Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 661 Bytes

ECK stack Setup on Kubernetes

This directory includes all scripts needed for setting up a working ECK inside a Kubernetes cluster.

Prerequisites

Kubernetes

kubectl

yq

Run

./eck-deployer.sh <k8s-namespace> elastic-cluster.yaml kibana-agent.yaml beat-agent.yaml

Legend

elastic-cluster, k8s manifest for a single elasticsearch CRD.

kibana-agent,k8s manifest for a single kibana CRD.

beat-agent, k8s manifest for a single beat CRD.