kube-web-view-5c85f47955 created 2026-09-19 17:36:39, version 179057

deployment.kubernetes.io/desired-replicas: 1 deployment.kubernetes.io/max-replicas: 2 deployment.kubernetes.io/revision: 1

Spec

replicas: 1
selector:
  matchLabels:
    app: kube-web-view
    pod-template-hash: 5c85f47955
template:
  metadata:
    labels:
      app: kube-web-view
      pod-template-hash: 5c85f47955
  spec:
    containers:
    - image: hjacobs/kube-web-view:latest
      imagePullPolicy: Always
      name: kube-web-view
      ports:
      - containerPort: 8080
        protocol: TCP
      resources:
        limits:
          memory: 256Mi
        requests:
          cpu: 50m
          memory: 64Mi
      securityContext:
        allowPrivilegeEscalation: false
        capabilities:
          drop:
          - ALL
      terminationMessagePath: /dev/termination-log
      terminationMessagePolicy: File
    dnsPolicy: ClusterFirst
    restartPolicy: Always
    schedulerName: default-scheduler
    securityContext:
      runAsGroup: 1000
      runAsNonRoot: true
      runAsUser: 1000
      seccompProfile:
        type: RuntimeDefault
    serviceAccount: kube-web-view
    serviceAccountName: kube-web-view
    terminationGracePeriodSeconds: 30

Status

availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
terminatingReplicas: 0

Pods

Name Ready Status Restarts Age IP Node Nominated Node Readiness Gates Created
kube-web-view-5c85f47955-g2sln 1/1 Running 0 5h31m 10.244.1.7 csfarm-worker-02 <none> <none> 2026-09-19 17:36:39

Events

Type Reason Age From Message
No events found.