ConnectionResetError(104, 'Connection reset by peer) how to resolve this?

0

I have deployed the model in kserve when i tried to the curl the request from the model pod Im getting this error “ConnectionResetError(104, 'Connection reset by peer)” in the Kserve model how to resolve the error and what is the base modelpod port

I need resolution this is my infresenceservice file
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
name: custom-model
namespace: user1
spec:
predictor:
containers: -
name: kserve-container
image:
env: -
name: “MODEL_NAME”
value: “custom_model”

  • name: “PROTOCOL”
    value: “v1”
    ports: -
    containerPort: 8085
    is it fine or not and reply me ASAP #KSERVE #Kubernetes #istio #knative #Infernerceservice