概要
- フル名
docker.io/bitnamilegacy/wavefront-adapter-for-istio-archived- Registry
- docker.io
- 名前空間
- bitnamilegacy
- リポジトリ
- wavefront-adapter-for-istio-archived
- キャッシュ Tag 数
- 17
- 最終同期
- 07/13/2026, 08:29 AM
概要
Wavefront Istio Adapter 镜像(Bitnami 归档版),采集 Istio metrics 上报 Wavefront,已归档服务网格监控组件。
詳細
bitnamilegacy/wavefront-adapter-for-istio-archived 运行 Wavefront Istio Adapter(Bitnami 归档版),从 Istio 控制面采集 metrics 并转发至 Wavefront。定位为 Istio 监控 adapter(已归档),Istio + Wavefront 栈组件。
快速启动
kubectl apply -f wavefront-istio-adapter.yaml
推荐实践
# 迁移至 Istio + Prometheus
kubectl apply -f istio-prometheus.yaml
核心参数说明
- 安装 — Istio 环境 Deployment
- 定位 — Istio metrics 桥接
- 状态 — Bitnami 已归档
- 替代 — Istio + kube-prometheus-stack
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: wf-istio-adapter
spec:
replicas: 1
selector:
matchLabels:
app: wf-istio-adapter
template:
metadata:
labels:
app: wf-istio-adapter
spec:
containers:
- name: adapter
image: docker.io/bitnamilegacy/wavefront-adapter-for-istio-archived:1.0.0
envFrom:
- secretRef:
name: wavefront-env
---
apiVersion: v1
kind: Service
metadata:
name: wf-istio-adapter
spec:
selector:
app: wf-istio-adapter
ports:
- port: 8080
targetPort: 8080
Istio 环境遗留组件;Prometheus 栈替代推荐。