Overview
- Full name
docker.io/openziti/hello-world- Registry
- docker.io
- Namespace
- openziti
- Repository
- hello-world
- Cached tags
- 3
- Last synced
- 07/05/2026, 08:40 AM
Introduction
OpenZiti Hello World 演示镜像,零信任网络 SDK 示例服务,OpenZiti 覆盖网络连通性验证与入门测试。
Details
openziti/hello-world 提供 OpenZiti 零信任网络 SDK 演示 HTTP 服务,用于验证 Ziti 覆盖网络连通性与 SDK 集成。定位为 OpenZiti 入门测试服务;Ziti 网络部署验证、SDK 集成测试或零信任网络概念演示。
快速启动
docker run -d --name ziti-hello \
-p 8080:8080 \
docker.io/openziti/hello-world:latest
推荐实践
# 通过 Ziti 覆盖网络访问,非直接暴露端口
# ziti edge create service hello-world
核心参数说明
- 用途 — OpenZiti 连通性验证
- 访问 — 通过 Ziti 网络,非公网
- 配对 — OpenZiti Controller/Router
- 部署 — 随 Ziti 栈 Manifest 部署
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ziti-hello-world
spec:
replicas: 1
selector:
matchLabels:
app: ziti-hello-world
template:
metadata:
labels:
app: ziti-hello-world
spec:
containers:
- name: hello
image: docker.io/openziti/hello-world:latest
ports:
- containerPort: 8080
---
apiVersion: v1
kind: Service
metadata:
name: ziti-hello-world
spec:
selector:
app: ziti-hello-world
ports:
- port: 8080
targetPort: 8080
通过 Ziti Service 绑定访问。
Latest tags (20)
View all 3 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/openziti/hello-world :latest | linux/amd64linux/arm64linux/arm/v7 | 2023/09/06 04:26 | 2.1 MB | sha256:8a55ba9f68ee… | |||
docker.io/openziti/hello-world :v1 | linux/amd64linux/arm64linux/arm/v7 | 2023/09/06 04:26 | 2.1 MB | sha256:8a55ba9f68ee… | |||
docker.io/openziti/hello-world :1.0.2 | linux/amd64linux/arm/v7linux/arm64 | 2023/09/06 04:26 | 2.1 MB | sha256:8a55ba9f68ee… |