TCP 30007
Synopsis
- Kubernetes uses TCP/30007 as part of its NodePort range (30000–32767); many real clusters expose services on 30007 when a Service is assigned nodePort: 30007.
- The official Kubernetes Service examples commonly expose an nginx deployment via NodePort 30007.
- Kubernetes distributions and platforms such as Minikube, K3s, MicroK8s, and OpenShift also allocate NodePorts in this range, so apps (e.g., nginx-based services or the Kubernetes Dashboard) are often reachable on 30007 when configured that way.
- Outside the Kubernetes ecosystem, there is no widely standardized software that defaults to TCP/30007.
- Security note: attackers routinely scan the Kubernetes NodePort range (30000–32767), so services exposed on 30007 are frequent targets if clusters are misconfigured (e.g., unauthenticated dashboards or admin endpoints).
Observed activity
Last 30 days
Detailed chart