|
| 1 | +apiVersion: v1 |
| 2 | +kind: Pod |
| 3 | +metadata: |
| 4 | + annotations: |
| 5 | + kubectl.kubernetes.io/last-applied-configuration: | |
| 6 | + {"apiVersion":"v1","kind":"Pod","metadata":{"annotations":{},"labels":{"name":"mark50"},"name":"mark50","namespace":"default"},"spec":{"containers":[{"image":"nginx:alpine","name":"stark-industries-deployment","ports":[{"containerPort":80}],"resources":{}}]}} |
| 7 | + creationTimestamp: "2023-10-02T22:55:48Z" |
| 8 | + labels: |
| 9 | + name: mark50 |
| 10 | + name: mark50 |
| 11 | + namespace: shield |
| 12 | + resourceVersion: "793" |
| 13 | + uid: fb14544a-795f-4866-a977-d0092637c6ba |
| 14 | +spec: |
| 15 | + containers: |
| 16 | + - image: nginx:alpine |
| 17 | + imagePullPolicy: IfNotPresent |
| 18 | + name: stark-industries-deployment |
| 19 | + ports: |
| 20 | + - containerPort: 80 |
| 21 | + protocol: TCP |
| 22 | + livenessProbe: |
| 23 | + httpGet: |
| 24 | + path: / |
| 25 | + port: 80 |
| 26 | + initialDelaySeconds: 5 |
| 27 | + periodSeconds: 10 |
| 28 | + resources: {} |
| 29 | + terminationMessagePath: /dev/termination-log |
| 30 | + terminationMessagePolicy: File |
| 31 | + volumeMounts: |
| 32 | + - mountPath: /var/run/secrets/kubernetes.io/serviceaccount |
| 33 | + name: kube-api-access-jkdv5 |
| 34 | + readOnly: true |
| 35 | + dnsPolicy: ClusterFirst |
| 36 | + enableServiceLinks: true |
| 37 | + nodeName: kubelearn-cluster-worker2 |
| 38 | + preemptionPolicy: PreemptLowerPriority |
| 39 | + priority: 0 |
| 40 | + restartPolicy: Always |
| 41 | + schedulerName: default-scheduler |
| 42 | + securityContext: {} |
| 43 | + serviceAccount: default |
| 44 | + serviceAccountName: default |
| 45 | + terminationGracePeriodSeconds: 30 |
| 46 | + tolerations: |
| 47 | + - effect: NoExecute |
| 48 | + key: node.kubernetes.io/not-ready |
| 49 | + operator: Exists |
| 50 | + tolerationSeconds: 300 |
| 51 | + - effect: NoExecute |
| 52 | + key: node.kubernetes.io/unreachable |
| 53 | + operator: Exists |
| 54 | + tolerationSeconds: 300 |
| 55 | + volumes: |
| 56 | + - name: kube-api-access-jkdv5 |
| 57 | + projected: |
| 58 | + defaultMode: 420 |
| 59 | + sources: |
| 60 | + - serviceAccountToken: |
| 61 | + expirationSeconds: 3607 |
| 62 | + path: token |
| 63 | + - configMap: |
| 64 | + items: |
| 65 | + - key: ca.crt |
| 66 | + path: ca.crt |
| 67 | + name: kube-root-ca.crt |
| 68 | + - downwardAPI: |
| 69 | + items: |
| 70 | + - fieldRef: |
| 71 | + apiVersion: v1 |
| 72 | + fieldPath: metadata.namespace |
| 73 | + path: namespace |
| 74 | +status: |
| 75 | + conditions: |
| 76 | + - lastProbeTime: null |
| 77 | + lastTransitionTime: "2023-10-02T22:55:48Z" |
| 78 | + status: "True" |
| 79 | + type: Initialized |
| 80 | + - lastProbeTime: null |
| 81 | + lastTransitionTime: "2023-10-02T22:56:08Z" |
| 82 | + status: "True" |
| 83 | + type: Ready |
| 84 | + - lastProbeTime: null |
| 85 | + lastTransitionTime: "2023-10-02T22:56:08Z" |
| 86 | + status: "True" |
| 87 | + type: ContainersReady |
| 88 | + - lastProbeTime: null |
| 89 | + lastTransitionTime: "2023-10-02T22:55:48Z" |
| 90 | + status: "True" |
| 91 | + type: PodScheduled |
| 92 | + containerStatuses: |
| 93 | + - containerID: containerd://a726bd53996831095ead3a9774186d4d3aad97d6246e29567300d9b600e970de |
| 94 | + image: docker.io/library/nginx:alpine |
| 95 | + imageID: docker.io/library/nginx@sha256:4c93a3bd8bf95412889dd84213570102176b6052d88bb828eaf449c56aca55ef |
| 96 | + lastState: {} |
| 97 | + name: stark-industries-deployment |
| 98 | + ready: true |
| 99 | + restartCount: 0 |
| 100 | + started: true |
| 101 | + state: |
| 102 | + running: |
| 103 | + startedAt: "2023-10-02T22:56:07Z" |
| 104 | + hostIP: 172.18.0.4 |
| 105 | + phase: Running |
| 106 | + podIP: 10.244.2.6 |
| 107 | + podIPs: |
| 108 | + - ip: 10.244.2.6 |
| 109 | + qosClass: BestEffort |
| 110 | + startTime: "2023-10-02T22:55:48Z" |
0 commit comments