Untitled

 avatar
unknown
plain_text
5 months ago
2.5 kB
4
Indexable
dmin@Ubuntu:~/example-voting-app$ kubectl describe pod redis-796dc594bb-9pbrq
Name:             redis-796dc594bb-9pbrq
Namespace:        default
Priority:         0
Service Account:  default
Node:             picv/172.27.28.217
Start Time:       Fri, 15 Nov 2024 18:09:26 +0000
Labels:           app=redis
                  pod-template-hash=796dc594bb
Annotations:      <none>
Status:           Running
IP:               10.42.3.20
IPs:
  IP:           10.42.3.20
Controlled By:  ReplicaSet/redis-796dc594bb
Containers:
  redis:
    Container ID:   containerd://2e4edc79dd8f1b3d31bb9dd975d7a5d6b1e20a0603fef4879c9520c55ae5b814
    Image:          redis:alpine
    Image ID:       docker.io/library/redis@sha256:c1e88455c85225310bbea54816e9c3f4b5295815e6dbf80c34d40afc6df28275
    Port:           6379/TCP
    Host Port:      0/TCP
    State:          Running
      Started:      Fri, 15 Nov 2024 18:09:27 +0000
    Ready:          True
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /data from redis-data (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hc49k (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  redis-data:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  kube-api-access-hc49k:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason     Age    From               Message
  ----    ------     ----   ----               -------
  Normal  Scheduled  3m56s  default-scheduler  Successfully assigned default/redis-796dc594bb-9pbrq to picv
  Normal  Pulled     3m56s  kubelet            Container image "redis:alpine" already present on machine
  Normal  Created    3m55s  kubelet            Created container redis
  Normal  Started    3m55s  kubelet            Started container redis
Editor is loading...
Leave a Comment