Tag:Interworking
-
Docker learning notes – installing CentOS 7.8 on virtual machine VM
Virtual machine VM version: VMware Workstation Pro 16 Chinese virtual machine software professional version You can download it from the official website or through the link below Download address: http://www.epinv.com/post/11817.html https://dl.iplaysoft.com/files/1843.htmlAfter opening the link, click the following button: CentOS version: 7.8.2003 * x64 Download address: http://mirrors.aliyun.com/centos/7.8.2003/isos/x86_64/ Choose the DVD ordinary version. If your network speed […]
-
Virtual box building virtual machine NAT and host only network configuration is practical
1、 Background Recently, I have been learning some technologies. In the process of learning, I found that writing technology needs to build a cluster environment, but I don’t have so many local machines and it’s expensive to buy virtual machines. Therefore, I want to build several virtual machines to learn. This article mainly records the […]
-
End cloud interconnection 3.0 breaks the pain point of cloud native development
Introduction:At 3:00 p.m. this afternoon, Alibaba cloud senior R & D engineers will online understand how to develop efficiently under the cloud native environment! Live broadcast theme:How to develop the cloud efficiently?Live broadcast time:2021.05. 13:15Lecturer:Nahai, senior R & D Engineer of Alibaba cloudIntroduction:In the cloud native architecture, our microservice applications, databases, message queues and other […]
-
Dubbo3. 0 | selection and practice of trinity of Alibaba Service Framework
Introduction: the service framework, like the railway track, is the basis of interoperability. Only by solving the interoperability of service framework, it is possible to complete higher-level business interoperability. Therefore, it is an inevitable trend to unify with the same standards, integrate the two into one and build a new generation of service framework. Dubbo3. […]
-
4.8 popular interpretation of overlay and underlay
For containers located in the same virtual machine, you can use — link or join a custom bridge network to realize network interworking So how do containers located in different virtual machines communicate with each other? The solution is to use vxlan. Learn about it
-
[JS] JSON in javescript
JSON, JavaScript object notation, is a data exchange format created by Douglas Crockford inspired by the literal representation of JS.JSON is designed to be a minimalist, lightweight and textual subset of JavaScript. The less consensus is needed to achieve interoperability, the easier it will be to achieve interoperability. The common JSON in our development is […]
-
Best practices for service grid
Introduction: service grid is a dedicated infrastructure layer used to handle communication between services. It is responsible for reliably delivering requests through a complex service topology that includes modern cloud native applications. In recent years, new technologies and concepts have emerged one after another. The introduction of these technologies is essentially around the improvement of […]
-
BSN successfully introduces irita cross chain and chainlink Oracle service
The design and construction concept of the blockchain service network BSN follows the Internet model. On the Internet, all websites and apps can communicate with each other. Because they can be deployed on any cloud resource in the world, the deployment cost can be reduced as low as possible. At the same time, the deployment […]
-
Wechat system
Wechat is a platform with huge traffic, with 100 million users. How can Lamo access some of its capabilities?For example, wechat login, wechat payment, message notification, etc. Wechat login [better user management] Reduce user registration cost and improve user retention rateAccount exchange and data exchange For the same user, the unionid is the same for […]
-
Docker learning (VIII) one way communication between containers
Preface The content introduced in the previous article is container image and container operation, which does not involve communication before multiple containers. If multiple containers need to call each other, how to communicate? Docker maintains the meta information of each container and can communicate through IP. However, after each container is restarted in the docker […]
-
How does Centos set up the intercommunication of different network segments? The method of Centos setting up the intercommunication of different network segments
The environment is as follows: A 192.168.16.0 Network Section Server A 192.168.1.0 Network Section Server Machines in 192.168.16.0 and 192.168.1.0 segments cannot communicate with each other. The specific operation is as follows: Add routing tables to 192.168.16.177 machines route add -net 192.168.1.0 gw 192.168.16.1 netmask 255.255.255.0