Installing etcd cluster
kuberntes system uses etcd to store all data, which is one of the most important components. Note that the etcd cluster can only have an odd number of nodes (1,3,5...). This document uses three nodes to cluster.
I. Basic Environment
software package
etcd download address: https://github.com/coreos/etcd/releases
The server
Architecture diagr ...
Posted by aximbigfan on Tue, 14 May 2019 22:41:01 +0200
Wechat applet-introducing zanui-weapp
To introduce zanui-weapp, the following software must be installed: Node.js, Git, Bower
1:Node.Js Installation
First download Node.js, website https://nodejs.org/en/ The stable version is recommended on the left and the latest version on the right.
Node.js installation, running the downloaded. msi file, the next s ...
Posted by Syrehn on Sat, 11 May 2019 00:59:45 +0200
nginx docker container configuration https(ssl)
Certificate generation
First, you need https certificate files. If you have purchased certificates from Certificate Authorization center, you can skip this step. Here we introduce how to generate self-signed certificates. Self-signed certificates refer to certificates that are not issued by Certificate Authority, but generated by the relevant t ...
Posted by robtbs on Wed, 08 May 2019 23:36:03 +0200
MQTT for GO uses Chinese documents
English Documentation: https://godoc.org/github.com/eclipse/paho.mqtt.golang
github: https://github.com/eclipse/paho.mqtt.golang
Constants
const (
NET component = "[net] "
PNG component = "[pinger] "
CLI component = "[client] "
DEC component = "[decode] "
MES component = "[message] "
STR componen ...
Posted by loureiro on Tue, 07 May 2019 03:35:03 +0200