Understanding Dynamic Routing between Capsules
https://jhui.github.io/2017/11/03/Dynamic-Routing-Between-Capsules/
https://jhui.github.io/2017/11/03/Dynamic-Routing-Between-Capsules/
Linux Bridge supported GRE Tunnels, but not the newer and more scalable VXLAN model https://vincent.bernat.ch/en/blog/2017-vxlan-linux

This post will talk
about the various building blocks available to speed up packet processing
both hardware based e.g.SR-IOV, RDT, QAT, VMDq, VTD
and software based e.g. DPDK, Fd.io/VPP, OVS etc and give
hands on lab experience
专线
VPN托管服务
VPN Peering
自建或第三方VPN
PrivateLink
VPN托管服务
专线
专线+VPN
自建或第三方VPN
Transit VPC
VPN Hub








go list -m all
go list -m -versions github.com/minio/cli
MySQL 5.1 shipping the older version of InnoDB, If you’re using MySQL 5.1, please ensure that you’re using the InnoDB plugin. It’s much better than the older version of InnoDB.
It now scales well to 24 CPU cores, and arguably up to 32 or even more cores depending on the scenario
http://www.dwmkerr.com/the-death-of-microservice-madness-in-2018/
FROM centos:7
RUN echo "ip_resolve=4" >> /etc/yum.conf
RUN yum update -y && yum install -y java-1.8.0-openjdk
# 设置时区(日志、调用链)
RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN echo "Asia/Shanghai" > /etc/timezone
ENV workdir /app/
ADD VERSION .
WORKDIR ${workdir}
# JAVA_OPTS环境变量JVM 启动参数,在运行时 bash 替换
# 使用 exec 以使 Java 程序可以接收 SIGTERM 信号。
CMD ["sh", "-ec", "exec java ${JAVA_OPTS} -jar ${jar}"]
腾讯云 DDoS 基础防护本身免费,当用户购买了腾讯云 CVM、CLB 等服务时,会自动开启 DDoS 基础防护。
普通用户提供2Gbps的防护能力,最高可达10Gbps
高防包不需要更改客户业务 IP,高防IP需要客户将腾讯的高防 IP 作为业务 IP 发布;
高防包只能防护一台云主机或一台负载均衡( 1 个公网 IP),高防 IP 可防护多台云主机;
高防包只能防护腾讯云内设备,高防 IP 可防护非腾讯云设备