A newer version is available. For the latest information, see the
current release documentation.
Install ECK using the YAML manifests
editInstall ECK using the YAML manifests
editThis method is the quickest way to get started with ECK if you have full administrative access to the Kubernetes cluster. The Quickstart document describes how to proceed with this method. When you run the kubectl
command listed in Deploy ECK in your Kubernetes cluster, the following components are installed or updated:
-
CustomResourceDefinition
objects for all supported resource types (Elasticsearch, Kibana, APM Server, Enterprise Search, Beats, Elastic Agent, and Elastic Maps Server). -
Namespace
namedelastic-system
to hold all operator resources. -
ServiceAccount
,ClusterRole
andClusterRoleBinding
to allow the operator to manage resources throughout the cluster. -
ValidatingWebhookConfiguration
to validate Elastic custom resources on admission. -
StatefulSet
,ConfigMap
,Secret
andService
inelastic-system
namespace to run the operator application.