I have tried using 2 containers within 1 pod (type...
# random
s
I have tried using 2 containers within 1 pod (typesense container, typesense-node-resolver container) and tried using 1 pod with 1 container too (typesense container). It keeps restarting.
Copy code
# 2 containers in 1 pod
% kubectl get pods -n typesense
NAME                           READY   STATUS    RESTARTS       AGE
typesense-0                    2/2     Running   12 (22m ago)   8h
typesense-1                    2/2     Running   13 (27m ago)   9h
typesense-2                    2/2     Running   12 (13m ago)   9h

# 1 container in 1 pod
% kubectl get pods -n typesense
NAME                              READY   STATUS      RESTARTS         AGE
typesense-0                       1/1     Running     20 (5d11h ago)   5d12h
typesense-1                       1/1     Running     21 (5d11h ago)   5d12h
typesense-2                       1/1     Running     21 (5d11h ago)   5d12h