An open API service indexing awesome lists of open source software.

https://github.com/drabo/opensearch-curator

How to build your own image, push it to your own repository and use it in Kubernetes
https://github.com/drabo/opensearch-curator

cronjob curator curator-opensearch k8s kubernetes opensearch opensearch-curator purge-indices

Last synced: 10 months ago
JSON representation

How to build your own image, push it to your own repository and use it in Kubernetes

Awesome Lists containing this project

README

          

# Opensearch Curator

Opensearch Curator is able to manage some elements in your Opensearch cluster. In the example is used a `delete_indices` action that will purge the indices older than a specified number.

See

## Build your own image

You may build your own opensearch-curator Docker image and load it to your own Docker repository. Then you may use this image into your Kubernetes.

Go to [build](./build/)

## Create your own Kubernetes manifest

With a custom helm chart you may use the above built image and deploy it into your Kubernetes.

Go to [kubefiles](./kubefiles/)