Kubeintel Logo

Kubeintel

  • Search
  • Pods
  • Deployments
  • Statefulsets
  • jobJobs
  • Daemonsets
  • Namespaces
  • Nodes
  • Services
  • Configmaps
  1. Home
  2. /
  3. namespaces
  4. /
  5. kubeintel
  6. /
  7. pods
  8. /
  9. kubeintel-55955b8c46-z7lt2
Summary
Metadata
Containers
Spec
Status
All
Events
Logs
Investigator
Pod Details

Name: kubeintel-55955b8c46-z7lt2

Namespace: kubeintel

Status: Running

IP: 10.244.1.82

Node: system-0-65529

Ready: 2/2

Kubectl Commands
  • View
  • Delete
  • Describe
  • Debug
Containers
Name
Image
Ready
Restarts
...
backendregistry.digitalocean.com/kubeintel/kube...Ready-
frontendregistry.digitalocean.com/kubeintel/kube...Ready-
  • 1
Metadata

Creation Time: 2025-04-17T22:04:40Z

Labels:

  • app.kubernetes.io/instance: kubeintel...
  • app.kubernetes.io/name: kubeintel...
  • pod-template-hash: 55955b8c46...

Annotation:

  • kubectl.kubernetes.io/restartedAt: 2024-08-16T18:07:28-...
name: kubeintel-55955b8c46-z7lt2
generateName: kubeintel-55955b8c46-
namespace: kubeintel
uid: 8ed32852-3830-4998-932f-a360b5d491c2
resourceVersion: '92140529'
creationTimestamp: '2025-04-17T22:04:40Z'
labels:
app.kubernetes.io/instance: kubeintel
app.kubernetes.io/name: kubeintel
pod-template-hash: 55955b8c46
annotations:
kubectl.kubernetes.io/restartedAt: '2024-08-16T18:07:28-04:00'
ownerReferences:
- apiVersion: apps/v1
kind: ReplicaSet
name: kubeintel-55955b8c46
uid: a34c0dac-619e-4d76-a63f-9d4143dd2ed4
controller: true
blockOwnerDeletion: true
- name: backend
image: registry.digitalocean.com/kubeintel/kubeintel-backend:a84609b
ports:
- name: meilisearch
containerPort: 7700
protocol: TCP
- name: backend
containerPort: 1323
protocol: TCP
env:
- name: MEILI_HTTP_ADDR
value: 0.0.0.0:7700
- name: MEILI_SERVER_PROVIDER
value: docker
- name: MEILI_HOST
value: localhost
- name: MEILI_PORT
value: '7700'
- name: MEILI_ENV
value: development
- name: MEILI_NO_ANALYTICS
value: 'true'
resources:
limits:
memory: 2Gi
requests:
cpu: 200m
memory: 512Mi
volumeMounts:
- name: kube-api-access-4529x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /liveness
port: backend
scheme: HTTP
initialDelaySeconds: 20
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /readiness
port: backend
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 1
periodSeconds: 5
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
- name: frontend
image: registry.digitalocean.com/kubeintel/kubeintel-frontend:a84609b
ports:
- name: frontend
containerPort: 3000
protocol: TCP
env:
- name: LLM_ENGINE
value: openai
- name: LLM_MODEL
value: gpt-4o-mini
- name: API_HOST
value: http://localhost:1323
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: kubeintel-secrets
key: OPENAI_API_KEY
resources:
limits:
memory: 1Gi
requests:
cpu: 100m
memory: 256Mi
volumeMounts:
- name: kube-api-access-4529x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
volumes:
- name: kube-api-access-4529x
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: backend
image: registry.digitalocean.com/kubeintel/kubeintel-backend:a84609b
ports:
- name: meilisearch
containerPort: 7700
protocol: TCP
- name: backend
containerPort: 1323
protocol: TCP
env:
- name: MEILI_HTTP_ADDR
value: 0.0.0.0:7700
- name: MEILI_SERVER_PROVIDER
value: docker
- name: MEILI_HOST
value: localhost
- name: MEILI_PORT
value: '7700'
- name: MEILI_ENV
value: development
- name: MEILI_NO_ANALYTICS
value: 'true'
resources:
limits:
memory: 2Gi
requests:
cpu: 200m
memory: 512Mi
volumeMounts:
- name: kube-api-access-4529x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /liveness
port: backend
scheme: HTTP
initialDelaySeconds: 20
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /readiness
port: backend
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 1
periodSeconds: 5
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
- name: frontend
image: registry.digitalocean.com/kubeintel/kubeintel-frontend:a84609b
ports:
- name: frontend
containerPort: 3000
protocol: TCP
env:
- name: LLM_ENGINE
value: openai
- name: LLM_MODEL
value: gpt-4o-mini
- name: API_HOST
value: http://localhost:1323
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: kubeintel-secrets
key: OPENAI_API_KEY
resources:
limits:
memory: 1Gi
requests:
cpu: 100m
memory: 256Mi
volumeMounts:
- name: kube-api-access-4529x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst
serviceAccountName: kubeintel
serviceAccount: kubeintel
nodeName: system-0-65529
securityContext: {}
imagePullSecrets:
- name: kubeintel
schedulerName: default-scheduler
tolerations:
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoExecute
tolerationSeconds: 300
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
tolerationSeconds: 300
priority: 0
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
phase: Running
conditions:
- type: PodReadyToStartContainers
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:05:55Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:40Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:06:10Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:06:10Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:40Z'
hostIP: 10.108.0.3
podIP: 10.244.1.82
podIPs:
- ip: 10.244.1.82
startTime: '2025-04-17T22:04:40Z'
containerStatuses:
- name: backend
state:
running:
startedAt: '2025-04-17T22:05:06Z'
lastState: {}
ready: true
restartCount: 0
image: registry.digitalocean.com/kubeintel/kubeintel-backend:a84609b
imageID: >-
registry.digitalocean.com/kubeintel/kubeintel-backend@sha256:34d6369806fb8b3dd36617e90a39a705c2b6bd52430715822a4bf07373808565
containerID: >-
containerd://bbfda30d5be18be897e96a0b87a905ae2ae9b0727469f01804e9ba9e860e4b51
started: true
- name: frontend
state:
running:
startedAt: '2025-04-17T22:05:55Z'
lastState: {}
ready: true
restartCount: 0
image: registry.digitalocean.com/kubeintel/kubeintel-frontend:a84609b
imageID: >-
registry.digitalocean.com/kubeintel/kubeintel-frontend@sha256:240074bffd37e68252cd48d71cbb4f1f62f6028d5fd13e7e3e66450a164c6ac8
containerID: >-
containerd://8ab1e6e724eabc28a751cb9e6ca4bb4b2bae7afc61cd29131bed2e982d5f3e0f
started: true
qosClass: Burstable
metadata:
name: kubeintel-55955b8c46-z7lt2
generateName: kubeintel-55955b8c46-
namespace: kubeintel
uid: 8ed32852-3830-4998-932f-a360b5d491c2
resourceVersion: '92140529'
creationTimestamp: '2025-04-17T22:04:40Z'
labels:
app.kubernetes.io/instance: kubeintel
app.kubernetes.io/name: kubeintel
pod-template-hash: 55955b8c46
annotations:
kubectl.kubernetes.io/restartedAt: '2024-08-16T18:07:28-04:00'
ownerReferences:
- apiVersion: apps/v1
kind: ReplicaSet
name: kubeintel-55955b8c46
uid: a34c0dac-619e-4d76-a63f-9d4143dd2ed4
controller: true
blockOwnerDeletion: true
spec:
volumes:
- name: kube-api-access-4529x
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: backend
image: registry.digitalocean.com/kubeintel/kubeintel-backend:a84609b
ports:
- name: meilisearch
containerPort: 7700
protocol: TCP
- name: backend
containerPort: 1323
protocol: TCP
env:
- name: MEILI_HTTP_ADDR
value: 0.0.0.0:7700
- name: MEILI_SERVER_PROVIDER
value: docker
- name: MEILI_HOST
value: localhost
- name: MEILI_PORT
value: '7700'
- name: MEILI_ENV
value: development
- name: MEILI_NO_ANALYTICS
value: 'true'
resources:
limits:
memory: 2Gi
requests:
cpu: 200m
memory: 512Mi
volumeMounts:
- name: kube-api-access-4529x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /liveness
port: backend
scheme: HTTP
initialDelaySeconds: 20
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /readiness
port: backend
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 1
periodSeconds: 5
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
- name: frontend
image: registry.digitalocean.com/kubeintel/kubeintel-frontend:a84609b
ports:
- name: frontend
containerPort: 3000
protocol: TCP
env:
- name: LLM_ENGINE
value: openai
- name: LLM_MODEL
value: gpt-4o-mini
- name: API_HOST
value: http://localhost:1323
- name: OPENAI_API_KEY
valueFrom:
secretKeyRef:
name: kubeintel-secrets
key: OPENAI_API_KEY
resources:
limits:
memory: 1Gi
requests:
cpu: 100m
memory: 256Mi
volumeMounts:
- name: kube-api-access-4529x
readOnly: true
mountPath: /var/run/secrets/kubernetes.io/serviceaccount
livenessProbe:
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
readinessProbe:
httpGet:
path: /health
port: 3000
scheme: HTTP
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullPolicy: IfNotPresent
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst
serviceAccountName: kubeintel
serviceAccount: kubeintel
nodeName: system-0-65529
securityContext: {}
imagePullSecrets:
- name: kubeintel
schedulerName: default-scheduler
tolerations:
- key: node.kubernetes.io/not-ready
operator: Exists
effect: NoExecute
tolerationSeconds: 300
- key: node.kubernetes.io/unreachable
operator: Exists
effect: NoExecute
tolerationSeconds: 300
priority: 0
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
status:
phase: Running
conditions:
- type: PodReadyToStartContainers
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:05:55Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:40Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:06:10Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:06:10Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-04-17T22:04:40Z'
hostIP: 10.108.0.3
podIP: 10.244.1.82
podIPs:
- ip: 10.244.1.82
startTime: '2025-04-17T22:04:40Z'
containerStatuses:
- name: backend
state:
running:
startedAt: '2025-04-17T22:05:06Z'
lastState: {}
ready: true
restartCount: 0
image: registry.digitalocean.com/kubeintel/kubeintel-backend:a84609b
imageID: >-
registry.digitalocean.com/kubeintel/kubeintel-backend@sha256:34d6369806fb8b3dd36617e90a39a705c2b6bd52430715822a4bf07373808565
containerID: >-
containerd://bbfda30d5be18be897e96a0b87a905ae2ae9b0727469f01804e9ba9e860e4b51
started: true
- name: frontend
state:
running:
startedAt: '2025-04-17T22:05:55Z'
lastState: {}
ready: true
restartCount: 0
image: registry.digitalocean.com/kubeintel/kubeintel-frontend:a84609b
imageID: >-
registry.digitalocean.com/kubeintel/kubeintel-frontend@sha256:240074bffd37e68252cd48d71cbb4f1f62f6028d5fd13e7e3e66450a164c6ac8
containerID: >-
containerd://8ab1e6e724eabc28a751cb9e6ca4bb4b2bae7afc61cd29131bed2e982d5f3e0f
started: true
qosClass: Burstable
backend
Kubeintel ©2024