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