Overview
- Full name
docker.io/kubeshark/front- Registry
- docker.io
- Namespace
- kubeshark
- Repository
- front
- Cached tags
- 22781
- Last synced
- 07/06/2026, 02:55 AM
Introduction
Kubeshark 流量分析 Web 前端镜像,可视化 K8s 集群实时网络包与 API 调用,需 Kubeshark Hub 后端同栈部署。
Details
kubeshark/front 运行 Kubeshark 流量分析前端 SPA,连接 Hub 后端展示 K8s 集群实时网络流量、HTTP/gRPC 请求与响应详情。定位为 K8s 流量分析 Web UI,Helm 安装 Kubeshark 全栈;K8s Deployment + Ingress 内网集群排障平台。
快速启动
docker run -d --name kubeshark-front \
-p 8080:8080 \
-e KUBESHARK_HUB_URL=http://kubeshark-hub:8080 \
docker.io/kubeshark/front:latest
推荐实践
helm repo add kubeshark https://helm.kubeshark.co
helm install kubeshark kubeshark/kubeshark -n kubeshark --create-namespace
核心参数说明
- 安装 — Kubeshark Helm Chart
-p 8080:8080— 流量分析 Web UI- 依赖 — kubeshark hub + worker DaemonSet
- 权限 — worker 需 hostNetwork/CAP_NET_RAW
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: kubeshark-front
spec:
replicas: 1
selector:
matchLabels:
app: kubeshark-front
template:
metadata:
labels:
app: kubeshark-front
spec:
containers:
- name: front
image: docker.io/kubeshark/front:52.3.0
ports:
- containerPort: 8080
env:
- name: KUBESHARK_HUB_URL
value: http://kubeshark-hub:8080
---
apiVersion: v1
kind: Service
metadata:
name: kubeshark-front
spec:
selector:
app: kubeshark-front
ports:
- port: 8080
targetPort: 8080
Helm 一键安装推荐;Ingress 内网 RBAC 限制访问。
Latest tags (20)
View all 22781 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/kubeshark/front :gated-auth-dcdcfd2 | linux/amd64linux/arm64 | 2026/06/16 04:31 | 56.3 MB | sha256:180385610713… | |||
docker.io/kubeshark/front :gated-auth | linux/amd64linux/arm64 | 2026/06/16 04:31 | 56.3 MB | sha256:180385610713… | |||
docker.io/kubeshark/front :buildcache | - | 2026/06/16 04:31 | - | - | |||
docker.io/kubeshark/front :gated-auth-dcdcfd2-amd64 | linux/amd64 | 2026/06/16 04:31 | 56.3 MB | sha256:180385610713… | |||
docker.io/kubeshark/front :gated-auth-amd64 | linux/amd64 | 2026/06/16 04:31 | 56.3 MB | sha256:180385610713… | |||
docker.io/kubeshark/front :gated-auth-dcdcfd2-arm64v8 | linux/arm64 | 2026/06/16 04:31 | 55.6 MB | sha256:6b47ef24165b… | |||
docker.io/kubeshark/front :gated-auth-arm64v8 | linux/arm64 | 2026/06/16 04:31 | 55.6 MB | sha256:6b47ef24165b… | |||
docker.io/kubeshark/front :gated-auth-f57412e | linux/amd64linux/arm64 | 2026/06/16 00:27 | 56.3 MB | sha256:1dc30a574d57… | |||
docker.io/kubeshark/front :gated-auth-f57412e-amd64 | linux/amd64 | 2026/06/16 00:24 | 56.3 MB | sha256:1dc30a574d57… | |||
docker.io/kubeshark/front :gated-auth-f57412e-arm64v8 | linux/arm64 | 2026/06/16 00:24 | 55.6 MB | sha256:cfbbd14f8feb… | |||
docker.io/kubeshark/front :master-ff40eb5 | linux/amd64linux/arm64 | 2026/06/09 04:22 | 56.3 MB | sha256:908aef9e43fa… | |||
docker.io/kubeshark/front :master | linux/amd64linux/arm64 | 2026/06/09 04:22 | 56.3 MB | sha256:908aef9e43fa… | |||
docker.io/kubeshark/front :master-ff40eb5-arm64v8 | linux/arm64 | 2026/06/09 04:21 | 55.6 MB | sha256:c7ef16ccf490… | |||
docker.io/kubeshark/front :master-arm64v8 | linux/arm64 | 2026/06/09 04:21 | 55.6 MB | sha256:c7ef16ccf490… | |||
docker.io/kubeshark/front :master-ff40eb5-amd64 | linux/amd64 | 2026/06/09 04:21 | 56.3 MB | sha256:908aef9e43fa… | |||
docker.io/kubeshark/front :master-amd64 | linux/amd64 | 2026/06/09 04:21 | 56.3 MB | sha256:908aef9e43fa… | |||
docker.io/kubeshark/front :snapshots-front-scope-gate-e331666 | linux/amd64linux/arm64 | 2026/06/09 04:12 | 56.3 MB | sha256:49fadaebe7a4… | |||
docker.io/kubeshark/front :snapshots-front-scope-gate | linux/amd64linux/arm64 | 2026/06/09 04:12 | 56.3 MB | sha256:49fadaebe7a4… | |||
docker.io/kubeshark/front :snapshots-front-scope-gate-e331666-arm64v8 | linux/arm64 | 2026/06/09 04:12 | 55.6 MB | sha256:8c373b350c3f… | |||
docker.io/kubeshark/front :snapshots-front-scope-gate-arm64v8 | linux/arm64 | 2026/06/09 04:12 | 55.6 MB | sha256:8c373b350c3f… |