18.2 Viewing Pod Descriptions

Details about a pod can be viewed using the kubectl describe command:
kubectl describe pod <pod> -n <namespace>
For example:
kubectl describe pod accessdomain-oam-server1 -n oamns
The output will look similar to the following:
Name:             accessdomain-oam-server1
Namespace:        oamns
Priority:         0
Service Account:  default
Node:             worker-node1/100.105.211.49
Start Time:       <DATE>
Labels:           weblogic.clusterName=oam_cluster
                  weblogic.clusterObservedGeneration=1
                  weblogic.createdByOperator=true
                  weblogic.domainName=accessdomain
                  weblogic.domainObservedGeneration=3
                  weblogic.domainUID=accessdomain
                  weblogic.operatorVersion=4.2.10
                  weblogic.serverName=oam_server1
Annotations:      prometheus.io/path: /wls-exporter/metrics
                  prometheus.io/port: 14100
                  prometheus.io/scrape: true
                  weblogic.sha256: 6be088360c66ca7e30d3e77399ca888b61a5c20d6c46939f59f00667067b3f3b
Status:           Running
SeccompProfile:   RuntimeDefault
IP:               10.244.1.43
IPs:
  IP:           10.244.1.43
Controlled By:  Domain/accessdomain
Containers:
  weblogic-server:
    Container ID:  cri-o://61135f79df711adddab9e935fd778df333ac4bd96695760ced658604a70d4d04
    Image:         container-registry.oracle.com/middleware/oam_cpu:14.1.2.1.0-jdk17-ol8-<YYMMDD>
    Image ID:      container-registry.oracle.com/middleware/oam_cpu@sha256:1c29d2688506f29be17a49a084e4bffaf8a224c1e328a8bc2224f8598a168e4e
    Port:          14100/TCP
    Host Port:     0/TCP
    Command:
      /weblogic-operator/scripts/startServer.sh
    State:          Running
      Started:      <DATE>
    Last State:     Terminated
      Reason:       Error
      Exit Code:    137
      Started:      <DATE>
      Finished:     <DATE>
    Ready:          True
    Restart Count:  1
    Limits:
      cpu:     2
      memory:  8Gi
    Requests:
      cpu:      1
      memory:   4Gi
    Liveness:   exec [/weblogic-operator/scripts/livenessProbe.sh] delay=30s timeout=5s period=45s #success=1 #failure=1
    Readiness:  http-get http://:14100/weblogic/ready delay=30s timeout=5s period=5s #success=1 #failure=1
    Environment:
      USER_MEM_ARGS:                      -XX:+UseContainerSupport -Djava.security.egd=file:/dev/./urandom -Xms8192m -Xmx8192m
      JAVA_OPTIONS:                       -Dweblogic.StdoutDebugEnabled=false
      DOMAIN_NAME:                        accessdomain
      DOMAIN_HOME:                        /u01/oracle/user_projects/domains/accessdomain
      ADMIN_NAME:                         AdminServer
      ADMIN_PORT:                         7001
      SERVER_NAME:                        oam_server1
      DOMAIN_UID:                         accessdomain
      NODEMGR_HOME:                       /u01/nodemanager
      LOG_HOME:                           /u01/oracle/user_projects/domains/logs/accessdomain
      SERVER_OUT_IN_POD_LOG:              true
      SERVICE_NAME:                       accessdomain-oam-server1
      AS_SERVICE_NAME:                    accessdomain-adminserver
      ADMIN_USERNAME:
      ADMIN_PASSWORD:
      LOCAL_ADMIN_PORT:                   14100
      LOCAL_ADMIN_PROTOCOL:               t3
      SHUTDOWN_TYPE:                      Graceful
      SHUTDOWN_TIMEOUT:                   30
      SHUTDOWN_IGNORE_SESSIONS:           false
      REPLACE_VARIABLES_IN_JAVA_OPTIONS:  false
      DYNAMIC_CONFIG_OVERRIDE:            true
      DOMAIN_SOURCE_TYPE:                 PersistentVolume
    Mounts:
      /u01/oracle/user_projects/domains from weblogic-domain-storage-volume (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-pmvtq (ro)
      /weblogic-operator/debug from weblogic-domain-debug-cm-volume (ro)
      /weblogic-operator/introspector from weblogic-domain-introspect-cm-volume (rw)
      /weblogic-operator/scripts from weblogic-scripts-cm-volume (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True
  Initialized                 True
  Ready                       True
  ContainersReady             True
  PodScheduled                True
Volumes:
  weblogic-scripts-cm-volume:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      weblogic-scripts-cm
    Optional:  false
  weblogic-domain-debug-cm-volume:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      accessdomain-weblogic-domain-debug-cm
    Optional:  true
  weblogic-domain-introspect-cm-volume:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      accessdomain-weblogic-domain-introspect-cm
    Optional:  false
  weblogic-domain-storage-volume:
    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
    ClaimName:  accessdomain-domain-pvc
    ReadOnly:   false
  kube-api-access-pmvtq:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
QoS Class:                   Burstable
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
  ----     ------                           ----                   ----     -------