首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏四颗咖啡豆

    用helm chart将chripstack部署到kubernetes之上

    2021-01-29 16:11:48.984574857 +0800 CST deployed chirpstack-helm-chart-0.1.0 1.16.0 暴露application-server 的svc,访问application-server kubectl port-forward svc/chirpstack-as 8080:8080 --address 0.0.0.0 在application-server

    77310发布于 2021-01-31
  • 来自专栏云云众生s

    Kubernetes 1.31:PodAffinity中的MatchLabelKeys

    apiVersion: apps/v1 kind: Deployment metadata: name: application-server ... affinity: podAffinity matchLabelKeys: - pod-template-hash 上面的 matchLabelKeys 将在 Pod 中被翻译为: kind: Pod metadata: name: application-server topologyKey: node-pool 上面的 matchLabelKeys 和 mismatchLabelKeys 将被翻译为: kind: Pod metadata: name: application-server

    25510编辑于 2024-08-26
  • 来自专栏物联网思考

    LoRa应用服务器Application Server

    1.1、chirpstack 在官网https://www.chirpstack.io/application-server/integrations/mqtt/位置说明了MQTT的使用。 MQTT的topic在v3.11.0之后做了比较大的调整https://www.chirpstack.io/application-server/changelog/,由于这里安装的是旧版本的,所以MQTT

    2.2K10发布于 2021-01-22
  • 来自专栏全栈程序员必看

    SpringCloud(六)—OpenFeign的执行流程以及配置时需要注意的点

    lookup parent from repository --> </parent> <groupId>com.jutixueyuan</groupId> <artifactId>application-server </artifactId> <version>0.0.1-SNAPSHOT</version> <name>application-server</name> <description

    1.2K30编辑于 2022-06-29
  • 来自专栏twowinter

    LoRaServer 笔记 0.1 概览

    For example the LoRa App Server component implements the application-server component and offers a Web

    78610发布于 2020-04-17
  • 来自专栏twowinter

    LoRaServer 笔记 1.4 配置运行

    integration/mqtt: connecting to mqtt broker server="tcp://localhost:1883" INFO[0000] api/as: starting application-server

    1.6K31发布于 2020-04-17
  • 来自专栏运维经验分享

    Monit 笔记 原

    WEB-SERVER(a) -> APPLICATION-SERVER(b) -> DATABASE(c) -> FILESYSTEM(d) 当前没有服务启动 启动顺序: d, c, b, a

    1.5K00发布于 2019-04-18
领券