aerospike-kubernetes-operator
aerospike-kubernetes-operator copied to clipboard
Kubernetes operator for the Aerospike database
- Created 3 new CRDs and their corresponding controllers: AerospikeBackupService, AerospikeBackup and AerospikeRestore - Added required Mutation and Validation webhooks - Minor refactor of re-usable controller code
Folks, I updated a static `AerospikeCluster` manifest with a bunch of EKS nodes on `k8sNodeBlockList`. This triggered an update as expected: ``` NAME READY STATUS RESTARTS AGE aerospike-1-0 2/2 Running...
Folks, We are using the `aerospike-cluster` chart to create our aerospike cluster on k8s. This is very useful for our GitOps approach with Flux, since we can ensure that the...
A consolidated example to setup full monitoring stack(grafana dashboards, prometheus and alert manager).
Hey, I've tried using this feature as described here: https://aerospike.com/docs/cloud/kubernetes/operator/node-maintenance#k8snodeblocklist I added a single node in order to test it, but the operator keeps killing the pod, without deleting the...
Added reasons to logs for unscheduled pods
TODO: 1. Change management lib after release. 2. Change image name in testcase after server docker image release.