Install ECK using the all-in-one.yaml fileedit

The 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:

  • CustomResourceDefinition objects for all supported resource types (Elasticsearch, Kibana, APM Server, Enterprise Search, and Beats).
  • Namespace named elastic-system to hold all operator resources.
  • ServiceAccount, ClusterRole and ClusterRoleBinding to allow the operator to manage resources throughout the cluster.
  • ValidatingWebhookConfiguration to validate Elastic custom resources on admission.
  • StatefulSet, ConfigMap, Secret and Service in elastic-system namespace to run the operator application.