书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 913 个相关结果.
  • (optional) Configure state & pub/sub

    How-To: Configure state store and pub/sub message broker Self-hosted mode Create a Redis store Configure Dapr components Create State store component Other stores Create Pub/s...
  • Sentry

    Dapr Sentry control plane service overview Self-hosted mode Kubernetes mode Further reading Dapr Sentry control plane service overview Overview of the Dapr sentry service Th...
  • EndpointSlice CRD

    EndpointSlice CRD EndpointSlice CRD When managing pods in Kubernetes, Cilium will create a Custom Resource Definition (CRD) of Kind CiliumEndpoint (CEP) for each pod managed by...
  • Placement

    Dapr placement service overview Self-hosted mode Kubernetes mode Dapr placement service overview Overview of the Dapr placement process The Dapr placement service is used to ...
  • Placement

    Dapr placement service overview Self-hosted mode Kubernetes mode Dapr placement service overview Overview of the Dapr placement process The Dapr placement service is used to ...
  • Sentry

    Dapr sentry service overview Self-hosted mode Kubernetes mode Further reading Dapr sentry service overview Overview of the Dapr sentry process The Dapr sentry service manage...
  • Placement

    Dapr placement service overview Self-hosted mode Kubernetes mode Dapr placement service overview Overview of the Dapr placement process The Dapr placement service is used to ...
  • Placement

    Dapr Placement control plane service overview Self-hosted mode Kubernetes mode Dapr Placement control plane service overview Overview of the Dapr placement service The Dapr P...
  • Docker

    29 2024-11-03 《Kratos v2.8 教程》
    Docker 脚本内容 构建镜像 创建容器并运行 Docker kratos-layout 中默认提供了用于构建程序的 Dockerfile 文件,文件中采用多阶段构建,以获得最小体积的容器镜像。 脚本内容 FROM golang : 1.19 AS builder COPY . / src WORKDIR / src...