apiVersion: v1
kind: Pod
metadata:
  annotations:
    prometheus.io/port: "19001"
    prometheus.io/scrape: "true"
  creationTimestamp: "2026-04-08T17:01:20Z"
  generateName: envoy-gateway-78446f96c9-
  labels:
    app.kubernetes.io/instance: envoy-gateway
    app.kubernetes.io/name: gateway-helm
    control-plane: envoy-gateway
    pod-template-hash: 78446f96c9
  name: envoy-gateway-78446f96c9-sqdsk
  namespace: envoy-gateway-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: envoy-gateway-78446f96c9
    uid: 04e269be-a17c-4eaa-be08-40c0623e84e0
  resourceVersion: "951"
  uid: 42032b3e-adc9-48df-a21a-9d8946638ad6
spec:
  containers:
  - args:
    - server
    - --config-path=/config/envoy-gateway.yaml
    env:
    - name: ENVOY_GATEWAY_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: KUBERNETES_CLUSTER_DOMAIN
      value: cluster.local
    image: docker.io/envoyproxy/gateway:v1.7.0
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 3
      httpGet:
        path: /healthz
        port: 8081
        scheme: HTTP
      initialDelaySeconds: 15
      periodSeconds: 20
      successThreshold: 1
      timeoutSeconds: 1
    name: envoy-gateway
    ports:
    - containerPort: 18000
      name: grpc
      protocol: TCP
    - containerPort: 18001
      name: ratelimit
      protocol: TCP
    - containerPort: 18002
      name: wasm
      protocol: TCP
    - containerPort: 19001
      name: metrics
      protocol: TCP
    - containerPort: 9443
      name: webhook
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /readyz
        port: 8081
        scheme: HTTP
      initialDelaySeconds: 5
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    resources:
      limits:
        memory: 1Gi
      requests:
        cpu: 100m
        memory: 256Mi
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      privileged: false
      runAsGroup: 65532
      runAsNonRoot: true
      runAsUser: 65532
      seccompProfile:
        type: RuntimeDefault
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /config
      name: envoy-gateway-config
      readOnly: true
    - mountPath: /certs
      name: certs
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-6qnm6
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: instance
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext: {}
  serviceAccount: envoy-gateway
  serviceAccountName: envoy-gateway
  terminationGracePeriodSeconds: 10
  tolerations:
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - configMap:
      defaultMode: 420
      name: envoy-gateway-config
    name: envoy-gateway-config
  - name: certs
    secret:
      defaultMode: 420
      secretName: envoy-gateway
  - name: kube-api-access-6qnm6
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-04-08T17:01:20Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-04-08T17:01:30Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-04-08T17:01:30Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-04-08T17:01:20Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://2df80506baf5301607ddf0550862cee8089f9a555bc6547656903b1f62d15e46
    image: docker.io/envoyproxy/gateway:v1.7.0
    imageID: docker.io/envoyproxy/gateway@sha256:66bfa45b557aeb086223064261d51dfb983fe962f35f821f8135e67e1b1a981f
    lastState: {}
    name: envoy-gateway
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-04-08T17:01:20Z"
  hostIP: 199.19.213.133
  phase: Running
  podIP: 10.0.0.236
  podIPs:
  - ip: 10.0.0.236
  qosClass: Burstable
  startTime: "2026-04-08T17:01:20Z"
