Logical Elasticsearch Backup¶
If it hasn't been done already, the elastic
Helm repository needs
to be added to your local configuration:
Install the Elasticsearch chart from the elastic Helm repository:
Once Elasticsearch is installed, create an index and insert some documents in the Elasticsearch cluster by following the commands mentioned here.
To create a Blueprint resource, please run the command below:
Once the Blueprint is created, the StatefulSets will need to be
annotated to instruct K10 to use the Blueprint while performing backup
operations on this Elasticsearch instance. The following example
demonstrates how to annotate the Elasticsearch StatefulSet with the
elasticsearch-blueprint
.
Finally, use K10 to backup and restore the application.