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
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
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
lookup parent from repository --> </parent> <groupId>com.jutixueyuan</groupId> <artifactId>application-server </artifactId> <version>0.0.1-SNAPSHOT</version> <name>application-server</name> <description
For example the LoRa App Server component implements the application-server component and offers a Web
integration/mqtt: connecting to mqtt broker server="tcp://localhost:1883" INFO[0000] api/as: starting application-server
WEB-SERVER(a) -> APPLICATION-SERVER(b) -> DATABASE(c) -> FILESYSTEM(d) 当前没有服务启动 启动顺序: d, c, b, a