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
- Host: GitHub
- URL: https://github.com/drabo/opensearch-curator
- Owner: drabo
- Created: 2025-08-07T21:27:28.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-07T22:00:25.000Z (10 months ago)
- Last Synced: 2025-08-07T23:34:00.033Z (10 months ago)
- Topics: cronjob, curator, curator-opensearch, k8s, kubernetes, opensearch, opensearch-curator, purge-indices
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)