A newer version is available. For the latest information, see the
current release documentation.
Install ECK using the all-in-one.yaml file
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Install ECK using the all-in-one.yaml file
editThe all-in-one.yaml 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:
-
CustomResourceDefinitionobjects for all supported resource types (Elasticsearch, Kibana, APM Server, Enterprise Search, and Beats). -
Namespacenamedelastic-systemto hold all operator resources. -
ServiceAccount,ClusterRoleandClusterRoleBindingto allow the operator to manage resources throughout the cluster. -
ValidatingWebhookConfigurationto validate Elastic custom resources on admission. -
StatefulSet,ConfigMap,SecretandServiceinelastic-systemnamespace to run the operator application.