58788/make-redis-slaves-dicoverable-kubernetes
I have created a Redis slave deployment with the help of this: https://www.edureka.co/community/58787/redis-slave-deployment-kubernetes
Now I need to write the service.yaml for this. Asin, I need a way to expose the Redis slave deployment so that it's accessible by my application.
Help!
Use something like this:
application/appl/redis-slave-service.yaml apiVersion: v1 kind: Service metadata: name: redis-slave labels: app: redis role: slave tier: backend spec: ports: - port: port-number selector: app: redis role: slave tier: backend
You can something like this, Make the ...READ MORE
What you are trying to do is ...READ MORE
You can try the following steps: You can ...READ MORE
You can use teleport to augment kubernetes ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
Hi, @Hannah, Follow these steps: 1. Create a ...READ MORE
Hi @Hannah, you can use something like ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.