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. coredns-6b79676d8-kx7lx
  10. /
  11. investigator
Summary
Metadata
Containers
Spec
Status
All
Events
Logs
Investigator
Pod Details

Name: coredns-6b79676d8-kx7lx

Namespace: kube-system

Status: Running

IP: 10.244.1.208

Node: system-0-655pn

Ready: 1/1

Kubectl Commands
  • View
  • Delete
  • Describe
  • Debug
Containers
Name
Image
Ready
Restarts
...
corednsregistry.k8s.io/coredns/coredns:v1.11.1Ready-
  • 1
Metadata

Creation Time: 2025-05-22T22:00:41Z

Labels:

  • doks.digitalocean.com/managed: true...
  • k8s-app: kube-dns
  • pod-template-hash: 6b79676d8...
name: coredns-6b79676d8-kx7lx
generateName: coredns-6b79676d8-
namespace: kube-system
uid: 69b5cafa-2a43-4b2d-910d-e9f6101ade4f
resourceVersion: '103271790'
creationTimestamp: '2025-05-22T22:00:41Z'
labels:
doks.digitalocean.com/managed: 'true'
k8s-app: kube-dns
pod-template-hash: 6b79676d8
ownerReferences:
- apiVersion: apps/v1
kind: ReplicaSet
name: coredns-6b79676d8
uid: 0e57ec4a-fd00-4f47-a3c5-c873e9b3507d
controller: true
blockOwnerDeletion: true
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.11.1
args:
- '-conf'
- /etc/coredns/Corefile
ports:
- name: dns
containerPort: 53
protocol: UDP
- name: dns-tcp
containerPort: 53
protocol: TCP
- name: metrics
containerPort: 9153
protocol: TCP
resources:
limits:
memory: 170Mi
requests:
cpu: 100m
memory: 170Mi
volumeMounts:
- name: config-volume
readOnly: true
mountPath: /etc/coredns
- name: custom-config-volume
readOnly: true
mountPath: /etc/coredns/custom
- name: kube-api-access-q499x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 5
readinessProbe:
httpGet:
path: /ready
port: 8181
scheme: HTTP
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
add:
- NET_BIND_SERVICE
drop:
- all
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
volumes:
- name: config-volume
configMap:
name: coredns
items:
- key: Corefile
path: Corefile
defaultMode: 420
- name: custom-config-volume
configMap:
name: coredns-custom
defaultMode: 420
optional: true
- name: kube-api-access-q499x
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: coredns
image: registry.k8s.io/coredns/coredns:v1.11.1
args:
- '-conf'
- /etc/coredns/Corefile
ports:
- name: dns
containerPort: 53
protocol: UDP
- name: dns-tcp
containerPort: 53
protocol: TCP
- name: metrics
containerPort: 9153
protocol: TCP
resources:
limits:
memory: 170Mi
requests:
cpu: 100m
memory: 170Mi
volumeMounts:
- name: config-volume
readOnly: true
mountPath: /etc/coredns
- name: custom-config-volume
readOnly: true
mountPath: /etc/coredns/custom
- name: kube-api-access-q499x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 5
readinessProbe:
httpGet:
path: /ready
port: 8181
scheme: HTTP
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
add:
- NET_BIND_SERVICE
drop:
- all
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: Default
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: coredns
serviceAccount: coredns
nodeName: system-0-655pn
securityContext: {}
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 50
preference:
matchExpressions:
- key: doks.digitalocean.com/gpu-brand
operator: DoesNotExist
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: k8s-app
operator: In
values:
- kube-dns
topologyKey: kubernetes.io/hostname
schedulerName: default-scheduler
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- key: nvidia.com/gpu
operator: Exists
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoExecute
tolerationSeconds: 300
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
tolerationSeconds: 300
priorityClassName: system-cluster-critical
priority: 2000000000
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
phase: Running
conditions:
- type: PodReadyToStartContainers
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:43Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:41Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:43Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:43Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:41Z'
hostIP: 10.108.0.2
podIP: 10.244.1.208
podIPs:
- ip: 10.244.1.208
startTime: '2025-05-22T22:00:41Z'
containerStatuses:
- name: coredns
state:
running:
startedAt: '2025-05-22T22:00:42Z'
lastState: {}
ready: true
restartCount: 0
image: registry.k8s.io/coredns/coredns:v1.11.1
imageID: >-
registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1
containerID: >-
containerd://cf829643a9fe69f760fa21c5987148a5f5f0b123f6f539b87b4f911978b9d281
started: true
qosClass: Burstable
metadata:
name: coredns-6b79676d8-kx7lx
generateName: coredns-6b79676d8-
namespace: kube-system
uid: 69b5cafa-2a43-4b2d-910d-e9f6101ade4f
resourceVersion: '103271790'
creationTimestamp: '2025-05-22T22:00:41Z'
labels:
doks.digitalocean.com/managed: 'true'
k8s-app: kube-dns
pod-template-hash: 6b79676d8
ownerReferences:
- apiVersion: apps/v1
kind: ReplicaSet
name: coredns-6b79676d8
uid: 0e57ec4a-fd00-4f47-a3c5-c873e9b3507d
controller: true
blockOwnerDeletion: true
spec:
volumes:
- name: config-volume
configMap:
name: coredns
items:
- key: Corefile
path: Corefile
defaultMode: 420
- name: custom-config-volume
configMap:
name: coredns-custom
defaultMode: 420
optional: true
- name: kube-api-access-q499x
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: coredns
image: registry.k8s.io/coredns/coredns:v1.11.1
args:
- '-conf'
- /etc/coredns/Corefile
ports:
- name: dns
containerPort: 53
protocol: UDP
- name: dns-tcp
containerPort: 53
protocol: TCP
- name: metrics
containerPort: 9153
protocol: TCP
resources:
limits:
memory: 170Mi
requests:
cpu: 100m
memory: 170Mi
volumeMounts:
- name: config-volume
readOnly: true
mountPath: /etc/coredns
- name: custom-config-volume
readOnly: true
mountPath: /etc/coredns/custom
- name: kube-api-access-q499x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /health
port: 8080
scheme: HTTP
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 5
readinessProbe:
httpGet:
path: /ready
port: 8181
scheme: HTTP
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
add:
- NET_BIND_SERVICE
drop:
- all
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: Default
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: coredns
serviceAccount: coredns
nodeName: system-0-655pn
securityContext: {}
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 50
preference:
matchExpressions:
- key: doks.digitalocean.com/gpu-brand
operator: DoesNotExist
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: k8s-app
operator: In
values:
- kube-dns
topologyKey: kubernetes.io/hostname
schedulerName: default-scheduler
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- key: nvidia.com/gpu
operator: Exists
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoExecute
tolerationSeconds: 300
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
tolerationSeconds: 300
priorityClassName: system-cluster-critical
priority: 2000000000
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
status:
phase: Running
conditions:
- type: PodReadyToStartContainers
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:43Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:41Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:43Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:43Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-22T22:00:41Z'
hostIP: 10.108.0.2
podIP: 10.244.1.208
podIPs:
- ip: 10.244.1.208
startTime: '2025-05-22T22:00:41Z'
containerStatuses:
- name: coredns
state:
running:
startedAt: '2025-05-22T22:00:42Z'
lastState: {}
ready: true
restartCount: 0
image: registry.k8s.io/coredns/coredns:v1.11.1
imageID: >-
registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1
containerID: >-
containerd://cf829643a9fe69f760fa21c5987148a5f5f0b123f6f539b87b4f911978b9d281
started: true
qosClass: Burstable
Pod Details

Name: coredns-6b79676d8-kx7lx

Namespace: kube-system

Status: Running

IP: 10.244.1.208

Node: system-0-655pn

Ready: 1/1

Enrich LLM Context
 
Select a container
Examples
Troubleshoot
Describe Pod Command
Describe Affinity
Explain Event Timeline
Investigator
coredns
Pod Details

Name: coredns-6b79676d8-kx7lx

Namespace: kube-system

Status: Running

IP: 10.244.1.208

Node: system-0-655pn

Ready: 1/1

Enrich LLM Context
 
Select a container
Examples
Troubleshoot
Describe Pod Command
Describe Affinity
Explain Event Timeline
Investigator
Pod Details

Name: coredns-6b79676d8-kx7lx

Namespace: kube-system

Status: Running

IP: 10.244.1.208

Node: system-0-655pn

Ready: 1/1

Enrich LLM Context
 
Select a container
Examples
Troubleshoot
Describe Pod Command
Describe Affinity
Explain Event Timeline
Investigator
Kubeintel ©2024