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-ftprp
Summary
Metadata
Containers
Spec
Status
All
Events
Logs
Investigator
Pod Details

Name: kubeintel-55955b8c46-ftprp

Namespace: kubeintel

Status: Running

IP: 10.244.1.157

Node: system-0-655pn

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-05-05T00:12:01Z

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-ftprp
generateName: kubeintel-55955b8c46-
namespace: kubeintel
uid: 44a2a9a6-7b88-41ad-9c97-2125944daf9d
resourceVersion: '97575739'
creationTimestamp: '2025-05-05T00:12:01Z'
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-6n8ld
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-6n8ld
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-6n8ld
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-6n8ld
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-6n8ld
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-655pn
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-05-05T00:12:52Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-05T00:12:01Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-05T00:13:11Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-05T00:13:11Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-05T00:12:01Z'
hostIP: 10.108.0.2
podIP: 10.244.1.157
podIPs:
- ip: 10.244.1.157
startTime: '2025-05-05T00:12:01Z'
containerStatuses:
- name: backend
state:
running:
startedAt: '2025-05-05T00:12:08Z'
lastState: {}
ready: true
restartCount: 0
image: registry.digitalocean.com/kubeintel/kubeintel-backend:a84609b
imageID: >-
registry.digitalocean.com/kubeintel/kubeintel-backend@sha256:34d6369806fb8b3dd36617e90a39a705c2b6bd52430715822a4bf07373808565
containerID: >-
containerd://aa5f5735323ba31f70959e7590852e176ff20da500f19836ca17c856002f6680
started: true
- name: frontend
state:
running:
startedAt: '2025-05-05T00:12:51Z'
lastState: {}
ready: true
restartCount: 0
image: registry.digitalocean.com/kubeintel/kubeintel-frontend:a84609b
imageID: >-
registry.digitalocean.com/kubeintel/kubeintel-frontend@sha256:240074bffd37e68252cd48d71cbb4f1f62f6028d5fd13e7e3e66450a164c6ac8
containerID: >-
containerd://87fd29457f044cac0ea32a1f6180297ec98a2d65baaf57be2a0dc12be02e8a5f
started: true
qosClass: Burstable
metadata:
name: kubeintel-55955b8c46-ftprp
generateName: kubeintel-55955b8c46-
namespace: kubeintel
uid: 44a2a9a6-7b88-41ad-9c97-2125944daf9d
resourceVersion: '97575739'
creationTimestamp: '2025-05-05T00:12:01Z'
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-6n8ld
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-6n8ld
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-6n8ld
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-655pn
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-05-05T00:12:52Z'
- type: Initialized
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-05T00:12:01Z'
- type: Ready
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-05T00:13:11Z'
- type: ContainersReady
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-05T00:13:11Z'
- type: PodScheduled
status: 'True'
lastProbeTime: null
lastTransitionTime: '2025-05-05T00:12:01Z'
hostIP: 10.108.0.2
podIP: 10.244.1.157
podIPs:
- ip: 10.244.1.157
startTime: '2025-05-05T00:12:01Z'
containerStatuses:
- name: backend
state:
running:
startedAt: '2025-05-05T00:12:08Z'
lastState: {}
ready: true
restartCount: 0
image: registry.digitalocean.com/kubeintel/kubeintel-backend:a84609b
imageID: >-
registry.digitalocean.com/kubeintel/kubeintel-backend@sha256:34d6369806fb8b3dd36617e90a39a705c2b6bd52430715822a4bf07373808565
containerID: >-
containerd://aa5f5735323ba31f70959e7590852e176ff20da500f19836ca17c856002f6680
started: true
- name: frontend
state:
running:
startedAt: '2025-05-05T00:12:51Z'
lastState: {}
ready: true
restartCount: 0
image: registry.digitalocean.com/kubeintel/kubeintel-frontend:a84609b
imageID: >-
registry.digitalocean.com/kubeintel/kubeintel-frontend@sha256:240074bffd37e68252cd48d71cbb4f1f62f6028d5fd13e7e3e66450a164c6ac8
containerID: >-
containerd://87fd29457f044cac0ea32a1f6180297ec98a2d65baaf57be2a0dc12be02e8a5f
started: true
qosClass: Burstable
backend
Kubeintel ©2024