skip to Main Content

Nginx – Aerospike Kubernetes operator installing error in EKS cluster

strong textTill the cert-manager every pods working good as followed by aerospike docs. But while installing the operator the operator pods get crash loop backoff. Installing operator using: git clone https://github.com/aerospike/aerospike-kubernetes-operator.git git checkout 2.5.0 cd aerospike-kubernetes-operator/helm-charts helm install aerospike-kubernetes-operator ./aerospike-kubernetes-operator…

VIEW QUESTION

How to access aerospike-client-rest /v3/api-docs – Docker

I tried to run aerospike-client-rest in Docker. following the steps from this github link docker build -t aerospike-client-rest . docker run -itd --rm -p 8080:8080 --name AS_Rest1 -e aerospike_restclient_hostname=172.17.0.3 aerospike-client-rest Was able to access the following: http://localhost:8080/v1/cluster http://localhost:8080/swagger-ui.html http://localhost:8080/v2/api-docs But…

VIEW QUESTION
Back To Top
Search