Kubectl get pods STATUS evicted

Source: Docker – SWARM | SERVICES | STACKS – Hands-on | KodeKloud
Time stamp: 9:54

Whereas all the pods are up and running fine in Mumshad’s demo, when I do the exactly same, all pods in my lab gets either immediately evicted or is pending and get evicted soon after. Can anybody tell me what I am missing? I can’t quite figure this out myself.

    kubectl get pods
    NAME             READY   STATUS    RESTARTS   AGE
    postgres-pod     0/1     Evicted   0          2m54s  <------------
    redis-pod        0/1     Evicted   0          3m10s  <------------
    result-app-pod   0/1     Pending   0          2m20s
    voting-app-pod   0/1     Evicted   0          13m    <------------
    worker-app-pod   0/1     Pending   0          2m36s

Thank you :slight_smile: !

@yourealmostthere
Can you please describe the pods using this command kubectl describe pods <POD_NAME> and provide us with screenshots?