How to deploy an image service(uploading/storing and retrieving the image ) in k8s cluster

11/5/2019

I want to deploy the image service in k8s cluster. service supports two functionality uploading/storing the images, retrieving the images

I am retrieving the images through nginx.

I do not want to deploy this service and nginx in separate server so figuring out some way to deploy both in k8s cluster.

I know we can mount the server volume but I want to avoid it.

deployment

deployment

-- K.Ramakant
cdn
image
kubernetes

0 Answers