Last active
July 3, 2026 20:51
-
-
Save 5HT/7c3dececa8caabfc80a21655f32f96b7 to your computer and use it in GitHub Desktop.
Namespaces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tonpa@Sky-M4 cd % kubectl get all --all-namespaces | |
| NAMESPACE NAME READY STATUS RESTARTS AGE | |
| erp-services pod/nitro-portal-f5bd7d6ff-mrd8s 0/1 ImagePullBackOff 0 5m8s | |
| erp-services pod/nitro-portal-f5bd7d6ff-qsc9g 0/1 ImagePullBackOff 0 5m8s | |
| erp-telemetry pod/grafana-68f7cf4799-hr5sg 1/1 Running 0 5m8s | |
| erp-telemetry pod/prometheus-0 1/1 Running 0 5m9s | |
| kube-system pod/coredns-589f44dc88-2qdph 1/1 Running 0 4h27m | |
| kube-system pod/coredns-589f44dc88-jb4s6 1/1 Running 0 4h27m | |
| kube-system pod/etcd-desktop-control-plane 1/1 Running 0 4h27m | |
| kube-system pod/kindnet-7z72q 1/1 Running 0 4h27m | |
| kube-system pod/kube-apiserver-desktop-control-plane 1/1 Running 0 4h27m | |
| kube-system pod/kube-controller-manager-desktop-control-plane 1/1 Running 0 4h27m | |
| kube-system pod/kube-proxy-4sqs2 1/1 Running 0 4h27m | |
| kube-system pod/kube-scheduler-desktop-control-plane 1/1 Running 0 4h27m | |
| local-path-storage pod/local-path-provisioner-855c7b7774-xwxpz 1/1 Running 0 4h27m | |
| NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE | |
| default service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 4h27m | |
| erp-apps service/hl7-health ClusterIP 10.96.156.159 <none> 8502/TCP 5m8s | |
| erp-apps service/lms-education ClusterIP 10.96.253.42 <none> 8506/TCP 5m8s | |
| erp-infra service/docker-registry ClusterIP 10.96.212.171 <none> 5000/TCP 3m55s | |
| erp-services service/nitro-portal ClusterIP 10.96.113.208 <none> 8510/TCP 5m8s | |
| erp-telemetry service/grafana ClusterIP 10.96.4.86 <none> 3000/TCP 5m8s | |
| erp-telemetry service/prometheus ClusterIP None <none> 9090/TCP 5m8s | |
| kube-system service/kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 4h27m | |
| NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE | |
| kube-system daemonset.apps/kindnet 1 1 1 1 1 kubernetes.io/os=linux 4h27m | |
| kube-system daemonset.apps/kube-proxy 1 1 1 1 1 kubernetes.io/os=linux 4h27m | |
| NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE | |
| erp-apps deployment.apps/hl7-health 0/2 0 0 5m9s | |
| erp-apps deployment.apps/lms-education 0/2 0 0 5m9s | |
| erp-infra deployment.apps/docker-registry 0/1 0 0 3m56s | |
| erp-services deployment.apps/nitro-portal 0/2 2 0 5m9s | |
| erp-telemetry deployment.apps/grafana 1/1 1 1 5m9s | |
| kube-system deployment.apps/coredns 2/2 2 2 4h27m | |
| local-path-storage deployment.apps/local-path-provisioner 1/1 1 1 4h27m | |
| NAMESPACE NAME DESIRED CURRENT READY AGE | |
| erp-apps replicaset.apps/hl7-health-6b9744588d 2 0 0 5m9s | |
| erp-apps replicaset.apps/lms-education-7c6f69c6d6 2 0 0 5m9s | |
| erp-infra replicaset.apps/docker-registry-6f9c87cd74 1 0 0 3m56s | |
| erp-services replicaset.apps/nitro-portal-f5bd7d6ff 2 2 0 5m9s | |
| erp-telemetry replicaset.apps/grafana-68f7cf4799 1 1 1 5m9s | |
| kube-system replicaset.apps/coredns-589f44dc88 2 2 2 4h27m | |
| local-path-storage replicaset.apps/local-path-provisioner-855c7b7774 1 1 1 4h27m | |
| NAMESPACE NAME READY AGE | |
| erp-telemetry statefulset.apps/prometheus 1/1 5m10s | |
| NAMESPACE NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE | |
| erp-apps horizontalpodautoscaler.autoscaling/hl7-health Deployment/hl7-health cpu: <unknown>/75% 2 6 2 5m9s | |
| erp-apps horizontalpodautoscaler.autoscaling/lms-education Deployment/lms-education cpu: <unknown>/75%, memory: <unknown>/80% 2 6 2 5m9s | |
| erp-services horizontalpodautoscaler.autoscaling/nitro-portal Deployment/nitro-portal cpu: <unknown>/75% 2 6 2 5m9s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment