Kubeintel Logo

Kubeintel

  • Search
  • Pods
  • Deployments
  • Statefulsets
  • jobJobs
  • Daemonsets
  • Namespaces
  • Nodes
  • Services
  • Configmaps
  1. Home
  2. /
  3. namespaces
  4. /
  5. kube-system
  6. /
  7. pods
  8. /
  9. kube-proxy-4fz9f
  10. /
  11. logs
Summary
Metadata
Containers
Spec
Status
All
Events
Logs
Investigator
Pod Details

Name: kube-proxy-4fz9f

Namespace: kube-system

Status: Running

IP: 10.108.0.3

Node: system-0-65529

Ready: 1/1

Kubectl Commands
  • View
  • Delete
  • Describe
  • Debug
Containers
Name
Image
Ready
Restarts
...
kube-proxyregistry.k8s.io/kube-proxy:v1.30.10Ready-
  • 1
Metadata

Creation Time: 2025-05-06T16:05:12Z

Labels:

  • controller-revision-hash: 84f89bcb56...
  • doks.digitalocean.com/managed: true...
  • k8s-app: kube-proxy
  • pod-template-generation: 6...
  • tier: node

Annotation:

  • clusterlint.digitalocean.com/disabled-checks: privileged-container...
  • kubectl.kubernetes.io/restartedAt: 2025-02-14T16:09:41-...
name: kube-proxy-4fz9f
generateName: kube-proxy-
namespace: kube-system
uid: 5dcc9e4b-2a0d-4e39-96ee-e4858b55983d
resourceVersion: '98104179'
creationTimestamp: '2025-05-06T16:05:12Z'
labels:
controller-revision-hash: 84f89bcb56
doks.digitalocean.com/managed: 'true'
k8s-app: kube-proxy
pod-template-generation: '6'
tier: node
annotations:
clusterlint.digitalocean.com/disabled-checks: privileged-containers,non-root-user,resource-requirements,hostpath-volume
kubectl.kubernetes.io/restartedAt: '2025-02-14T16:09:41-05:00'
ownerReferences:
- apiVersion: apps/v1
kind: DaemonSet
name: kube-proxy
uid: 78926ae0-40ed-419f-be4e-581a700df4c8
controller: true
blockOwnerDeletion: true
- name: kube-proxy
image: registry.k8s.io/kube-proxy:v1.30.10
command:
- kube-proxy
- '--config=/etc/kubernetes/config/kube-proxy-config.yaml'
resources:
requests:
memory: 125Mi
volumeMounts:
- name: kube-proxy-kubeconfig
readOnly: true
mountPath: /etc/kubernetes
- name: kube-proxy-config
readOnly: true
mountPath: /etc/kubernetes/config
- name: kube-api-access-82nst
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
volumes:
- name: kube-proxy-kubeconfig
secret:
secretName: kube-proxy
defaultMode: 420
- name: kube-proxy-config
configMap:
name: kube-proxy
defaultMode: 420
- name: kube-api-access-82nst
projected:
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
name: kube-root-ca.crt
items:
- key: ca.crt
path: ca.crt
- downwardAPI:
items:
- path: namespace
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
defaultMode: 420
containers:
- name: kube-proxy
image: registry.k8s.io/kube-proxy:v1.30.10
command:
- kube-proxy
- '--config=/etc/kubernetes/config/kube-proxy-config.yaml'
resources:
requests:
memory: 125Mi
volumeMounts:
- name: kube-proxy-kubeconfig
readOnly: true
mountPath: /etc/kubernetes
- name: kube-proxy-config
readOnly: true
mountPath: /etc/kubernetes/config
- name: kube-api-access-82nst
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst
serviceAccountName: kube-proxy
serviceAccount: kube-proxy
nodeName: system-0-65529
hostNetwork: true
securityContext: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchFields:
- key: metadata.name
operator: In
values:
- system-0-65529
schedulerName: default-scheduler
tolerations:
- operator: Exists
effect: NoExecute
- operator: Exists
effect: NoSchedule
- key: CriticalAddonsOnly
operator: Exists
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoExecute
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
- key: node.kubernetes.io/disk-pressure
operator: Exists
effect: NoSchedule
- key: node.kubernetes.io/memory-pressure
operator: Exists
effect: NoSchedule
- key: node.kubernetes.io/pid-pressure
operator: Exists
effect: NoSchedule
- key: node.kubernetes.io/unschedulable
operator: Exists
effect: NoSchedule
- key: node.kubernetes.io/network-unavailable
operator: Exists
effect: NoSchedule
priorityClassName: system-node-critical
priority: 2000001000
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
phase: Running
conditions:
- type: PodReadyToStartContainers
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:13Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:12Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:13Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:13Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:12Z'
hostIP: 10.108.0.3
podIP: 10.108.0.3
podIPs:
- ip: 10.108.0.3
startTime: '2025-05-06T16:05:12Z'
containerStatuses:
- name: kube-proxy
state:
running:
startedAt: '2025-05-06T16:05:12Z'
lastState: {}
ready: true
restartCount: 0
image: registry.k8s.io/kube-proxy:v1.30.10
imageID: >-
registry.k8s.io/kube-proxy@sha256:d112e804e548fce28d9f1e3282c9ce54e374451e6a2c41b1ca9d7fca5d1fcc48
containerID: >-
containerd://7ccd48fdb7c8ad44b0100ec6ffa4bf905cf28f68e8d556271275924a616c999e
started: true
qosClass: Burstable
metadata:
name: kube-proxy-4fz9f
generateName: kube-proxy-
namespace: kube-system
uid: 5dcc9e4b-2a0d-4e39-96ee-e4858b55983d
resourceVersion: '98104179'
creationTimestamp: '2025-05-06T16:05:12Z'
labels:
controller-revision-hash: 84f89bcb56
doks.digitalocean.com/managed: 'true'
k8s-app: kube-proxy
pod-template-generation: '6'
tier: node
annotations:
clusterlint.digitalocean.com/disabled-checks: privileged-containers,non-root-user,resource-requirements,hostpath-volume
kubectl.kubernetes.io/restartedAt: '2025-02-14T16:09:41-05:00'
ownerReferences:
- apiVersion: apps/v1
kind: DaemonSet
name: kube-proxy
uid: 78926ae0-40ed-419f-be4e-581a700df4c8
controller: true
blockOwnerDeletion: true
spec:
volumes:
- name: kube-proxy-kubeconfig
secret:
secretName: kube-proxy
defaultMode: 420
- name: kube-proxy-config
configMap:
name: kube-proxy
defaultMode: 420
- name: kube-api-access-82nst
projected:
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
name: kube-root-ca.crt
items:
- key: ca.crt
path: ca.crt
- downwardAPI:
items:
- path: namespace
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
defaultMode: 420
containers:
- name: kube-proxy
image: registry.k8s.io/kube-proxy:v1.30.10
command:
- kube-proxy
- '--config=/etc/kubernetes/config/kube-proxy-config.yaml'
resources:
requests:
memory: 125Mi
volumeMounts:
- name: kube-proxy-kubeconfig
readOnly: true
mountPath: /etc/kubernetes
- name: kube-proxy-config
readOnly: true
mountPath: /etc/kubernetes/config
- name: kube-api-access-82nst
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst
serviceAccountName: kube-proxy
serviceAccount: kube-proxy
nodeName: system-0-65529
hostNetwork: true
securityContext: {}
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchFields:
- key: metadata.name
operator: In
values:
- system-0-65529
schedulerName: default-scheduler
tolerations:
- operator: Exists
effect: NoExecute
- operator: Exists
effect: NoSchedule
- key: CriticalAddonsOnly
operator: Exists
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoExecute
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
- key: node.kubernetes.io/disk-pressure
operator: Exists
effect: NoSchedule
- key: node.kubernetes.io/memory-pressure
operator: Exists
effect: NoSchedule
- key: node.kubernetes.io/pid-pressure
operator: Exists
effect: NoSchedule
- key: node.kubernetes.io/unschedulable
operator: Exists
effect: NoSchedule
- key: node.kubernetes.io/network-unavailable
operator: Exists
effect: NoSchedule
priorityClassName: system-node-critical
priority: 2000001000
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
status:
phase: Running
conditions:
- type: PodReadyToStartContainers
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:13Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:12Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:13Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:13Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-06T16:05:12Z'
hostIP: 10.108.0.3
podIP: 10.108.0.3
podIPs:
- ip: 10.108.0.3
startTime: '2025-05-06T16:05:12Z'
containerStatuses:
- name: kube-proxy
state:
running:
startedAt: '2025-05-06T16:05:12Z'
lastState: {}
ready: true
restartCount: 0
image: registry.k8s.io/kube-proxy:v1.30.10
imageID: >-
registry.k8s.io/kube-proxy@sha256:d112e804e548fce28d9f1e3282c9ce54e374451e6a2c41b1ca9d7fca5d1fcc48
containerID: >-
containerd://7ccd48fdb7c8ad44b0100ec6ffa4bf905cf28f68e8d556271275924a616c999e
started: true
qosClass: Burstable
I0506 16:05:13.153942 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["10.108.0.3"]
I0506 16:05:13.156990 1 conntrack.go:59] "Setting nf_conntrack_max" nfConntrackMax=131072
I0506 16:05:13.199555 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0506 16:05:13.199855 1 server_linux.go:165] "Using iptables Proxier"
I0506 16:05:13.202781 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0506 16:05:13.203168 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0506 16:05:13.203374 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0506 16:05:13.203858 1 server.go:872] "Version info" version="v1.30.10"
I0506 16:05:13.204064 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0506 16:05:13.210355 1 config.go:192] "Starting service config controller"
I0506 16:05:13.210480 1 shared_informer.go:313] Waiting for caches to sync for service config
I0506 16:05:13.210595 1 config.go:101] "Starting endpoint slice config controller"
I0506 16:05:13.210752 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0506 16:05:13.212430 1 config.go:319] "Starting node config controller"
I0506 16:05:13.213368 1 shared_informer.go:313] Waiting for caches to sync for node config
I0506 16:05:13.311634 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0506 16:05:13.311767 1 shared_informer.go:320] Caches are synced for service config
I0506 16:05:13.313859 1 shared_informer.go:320] Caches are synced for node config
kube-proxy
I0506 16:05:13.153942 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["10.108.0.3"]
I0506 16:05:13.156990 1 conntrack.go:59] "Setting nf_conntrack_max" nfConntrackMax=131072
I0506 16:05:13.199555 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0506 16:05:13.199855 1 server_linux.go:165] "Using iptables Proxier"
I0506 16:05:13.202781 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0506 16:05:13.203168 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0506 16:05:13.203374 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0506 16:05:13.203858 1 server.go:872] "Version info" version="v1.30.10"
I0506 16:05:13.204064 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0506 16:05:13.210355 1 config.go:192] "Starting service config controller"
I0506 16:05:13.210480 1 shared_informer.go:313] Waiting for caches to sync for service config
I0506 16:05:13.210595 1 config.go:101] "Starting endpoint slice config controller"
I0506 16:05:13.210752 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0506 16:05:13.212430 1 config.go:319] "Starting node config controller"
I0506 16:05:13.213368 1 shared_informer.go:313] Waiting for caches to sync for node config
I0506 16:05:13.311634 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0506 16:05:13.311767 1 shared_informer.go:320] Caches are synced for service config
I0506 16:05:13.313859 1 shared_informer.go:320] Caches are synced for node config
I0506 16:05:13.153942 1 server.go:1062] "Successfully retrieved node IP(s)" IPs=["10.108.0.3"]
I0506 16:05:13.156990 1 conntrack.go:59] "Setting nf_conntrack_max" nfConntrackMax=131072
I0506 16:05:13.199555 1 server.go:659] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
I0506 16:05:13.199855 1 server_linux.go:165] "Using iptables Proxier"
I0506 16:05:13.202781 1 server_linux.go:511] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
I0506 16:05:13.203168 1 server_linux.go:528] "Defaulting to no-op detect-local"
I0506 16:05:13.203374 1 proxier.go:243] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses"
I0506 16:05:13.203858 1 server.go:872] "Version info" version="v1.30.10"
I0506 16:05:13.204064 1 server.go:874] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
I0506 16:05:13.210355 1 config.go:192] "Starting service config controller"
I0506 16:05:13.210480 1 shared_informer.go:313] Waiting for caches to sync for service config
I0506 16:05:13.210595 1 config.go:101] "Starting endpoint slice config controller"
I0506 16:05:13.210752 1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
I0506 16:05:13.212430 1 config.go:319] "Starting node config controller"
I0506 16:05:13.213368 1 shared_informer.go:313] Waiting for caches to sync for node config
I0506 16:05:13.311634 1 shared_informer.go:320] Caches are synced for endpoint slice config
I0506 16:05:13.311767 1 shared_informer.go:320] Caches are synced for service config
I0506 16:05:13.313859 1 shared_informer.go:320] Caches are synced for node config
Kubeintel ©2024