Loading

Start and stop services

ECE Elastic Cloud Hosted Self Managed

This section covers the recommended procedures for:

Note

In ECK, when a resource – like Elasticsearch or Kibana – is declared, the reconciliation loop ensures the desired state is maintained. There is no built-in stop mechanism in Kubernetes because it’s designed for declarative state management. You either define a resource, and Kubernetes ensures it’s running, or you delete it. You can restart instances by deleting Pods, as the platform will start them immediately.

Following these guidelines helps prevent data loss, minimize downtime, and maintain optimal performance across different environments.