traefik-54cb87dc7c-sxlqh created 2026-09-19 17:52:46, version 181789

prometheus.io/path: /metrics prometheus.io/port: 9100 prometheus.io/scrape: true

Spec

automountServiceAccountToken: true
containers:
- args:
  - --entryPoints.metrics.address=:9100/tcp
  - --entryPoints.traefik.address=:8080/tcp
  - --entryPoints.web.address=:8000/tcp
  - --entryPoints.websecure.address=:8443/tcp
  - --api.dashboard=true
  - --ping=true
  - --metrics.prometheus=true
  - --metrics.prometheus.entrypoint=metrics
  - --providers.kubernetescrd
  - --providers.kubernetescrd.allowEmptyServices=true
  - --providers.kubernetesingress
  - --providers.kubernetesingress.allowEmptyServices=true
  - --providers.kubernetesingress.ingressendpoint.publishedservice=traefik/traefik
  - --providers.kubernetesgateway
  - --providers.kubernetesgateway.statusaddress.service.name=traefik
  - --providers.kubernetesgateway.statusaddress.service.namespace=traefik
  - --entryPoints.web.http.redirections.entryPoint.to=:443
  - --entryPoints.web.http.redirections.entryPoint.scheme=https
  - --entryPoints.web.http.redirections.entryPoint.permanent=true
  - --entryPoints.websecure.http.tls=true
  - --log.level=INFO
  env:
  - name: POD_NAME
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: metadata.name
  - name: POD_NAMESPACE
    valueFrom:
      fieldRef:
        apiVersion: v1
        fieldPath: metadata.namespace
  - name: USER
    value: traefik
  image: docker.io/traefik:v3.7.13
  imagePullPolicy: IfNotPresent
  livenessProbe:
    failureThreshold: 3
    httpGet:
      path: /ping
      port: 8080
      scheme: HTTP
    initialDelaySeconds: 2
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 2
  name: traefik
  ports:
  - containerPort: 9100
    name: metrics
    protocol: TCP
  - containerPort: 8080
    name: traefik
    protocol: TCP
  - containerPort: 8000
    name: web
    protocol: TCP
  - containerPort: 8443
    name: websecure
    protocol: TCP
  readinessProbe:
    failureThreshold: 1
    httpGet:
      path: /ping
      port: 8080
      scheme: HTTP
    initialDelaySeconds: 2
    periodSeconds: 10
    successThreshold: 1
    timeoutSeconds: 2
  resources: {}
  securityContext:
    allowPrivilegeEscalation: false
    capabilities:
      drop:
      - ALL
    readOnlyRootFilesystem: true
  terminationMessagePath: /dev/termination-log
  terminationMessagePolicy: File
  volumeMounts:
  - mountPath: /data
    name: data
  - mountPath: /tmp
    name: tmp
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-2zrnx
    readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: csfarm-worker-01
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
  runAsGroup: 65532
  runAsNonRoot: true
  runAsUser: 65532
  seccompProfile:
    type: RuntimeDefault
serviceAccount: traefik
serviceAccountName: traefik
terminationGracePeriodSeconds: 60
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:
- emptyDir: {}
  name: data
- emptyDir: {}
  name: tmp
- name: kube-api-access-2zrnx
  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-09-19T17:52:47Z'
  observedGeneration: 1
  status: 'True'
  type: PodReadyToStartContainers
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T17:52:46Z'
  observedGeneration: 1
  status: 'True'
  type: Initialized
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T17:53:04Z'
  observedGeneration: 1
  status: 'True'
  type: Ready
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T17:53:04Z'
  observedGeneration: 1
  status: 'True'
  type: ContainersReady
- lastProbeTime: null
  lastTransitionTime: '2026-09-19T17:52:46Z'
  observedGeneration: 1
  status: 'True'
  type: PodScheduled
containerStatuses:
- containerID: containerd://c129252c2f73f80b1aa0eee7c1cb74acac044003f91d68c8d1aae3eb12caec04
  image: docker.io/library/traefik:v3.7.13
  imageID: docker.io/library/traefik@sha256:1c32e7c368204fd72812152ebdd2ac0425993df6fd982317deb02e48f2d5423c
  lastState: {}
  name: traefik
  ready: true
  resources: {}
  restartCount: 0
  started: true
  state:
    running:
      startedAt: '2026-09-19T17:52:53Z'
  user:
    linux:
      gid: 65532
      supplementalGroups:
      - 65532
      uid: 65532
  volumeMounts:
  - mountPath: /data
    name: data
  - mountPath: /tmp
    name: tmp
  - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    name: kube-api-access-2zrnx
    readOnly: true
    recursiveReadOnly: Disabled
hostIP: 172.29.21.208
hostIPs:
- ip: 172.29.21.208
observedGeneration: 1
phase: Running
podIP: 10.244.0.10
podIPs:
- ip: 10.244.0.10
qosClass: BestEffort
resources: {}
startTime: '2026-09-19T17:52:46Z'

Events

Type Reason Age From Message
No events found.