Finally, the container can be used as smoothly as Docker
Author: michelangela Yang
Engineers who pursue technology are generally addicted to cleanliness, especially in the cloud native world. Although Kubernetes has formulated the container runtime interface (CRI) standard, in the early stage, only Docker can be used when the container runs, and Docker does not adapt to this standard, so it opened ...
Added by wiseoleweazel on Tue, 08 Mar 2022 08:16:31 +0200
Nginx deployment SSL Certificate (Alibaba cloud)
Step 1: download the certificate to the local
Nginx certificate zip file.
After decompression, you will get the following files: Certificate file in PEM format. Certificate KEY file in KEY format
Step 2: install the certificate on the Nginx stand-alone server
Execute the following command to create a directory (named cert) for storing certi ...
Added by Rik Peters on Tue, 08 Mar 2022 01:11:29 +0200
Source code analysis of nginx memory pool
Analysis and imitation of nginx memory pool source code
1, nginx introduction
Nginx is a high-performance HTTP and reverse proxy web server. It also provides IMAP/POP3/SMTP services. It is famous for its stability, rich function set, sample configuration files and consumption of low system resources. Its characteristics are less memory an ...
Added by play_ on Mon, 07 Mar 2022 23:23:33 +0200
How to deploy Vue3 project to Nginx in the production environment?
Introduction
This paper mainly describes four important parts of Vue3 project life cycle:
Vue3 project creation
Development and commissioning of Vue3 project
How do Vue3 projects differentiate between development / test / production environments
How do Vue3 projects build deployments
These four parts are passed Vue Cli Implementation of.
Vue3 ...
Added by blmg911 on Mon, 07 Mar 2022 14:08:29 +0200
MetalLB is used as LoadBalancer- BGP in Kubernetes cluster
In the previous article Using MetalLB as LoadBalancer in Kubernetes cluster (Part 1) In, we use MetalLB's Layer2 pattern as the implementation of LoadBalancer to expose the services in Kubernetes cluster outside the cluster.
Remember the IP address pool we assigned to MetalLB in Configmap?
apiVersion: v1
kind: ConfigMap
metadata:
namespac ...
Added by Distant_storm on Mon, 07 Mar 2022 05:51:24 +0200
[Docker] 9. Detailed explanation of Docker network: docker0, link, custom network, network connectivity, cluster deployment
1,Docker0
Empty all images and containers in the host; Then view the network IP
# Delete all containers
docker rm -f $(docker ps -aq)
# Delete all mirrors
docker rmi -f $(docker images -aq)
# View IP
ip addr
test
Create and start a Tomcat container
docker run -d --name tomcat01 tomcat
View IP changes in host
Try to en ...
Added by ermajn on Sat, 05 Mar 2022 05:09:09 +0200
Nginx windows compilation add module
1. Installation environment
1.1 installation of MSYS2+MinGW64
1. Download msys2, official address: http://www.msys2.org/ , select the 64 bit installer here
2. After the installation is completed, do not start msys2 first and install it in the root directory / etc / Pacman D / find mirrorlist mingw32,mirrorlist.mingw64 and mirrorlist Msys and ...
Added by Honor on Thu, 03 Mar 2022 10:11:10 +0200
Nginx server overview
1 Nginx server overview
Nginx is a kind of server software. Its main and basic function is that it can be combined with server hardware (computer), so that programmers can publish programs on nginx server, so that thousands of users can browse.
In addition, Nginx is also a high-performance HTTP and reverse proxy server, as well as a proxy mai ...
Added by kvnirvana on Tue, 01 Mar 2022 18:23:11 +0200
Is the if instruction in 09 location in nginx the devil
This article is an official article on nginx If is Evil... when used in location context Translation and understanding.
1. Introduction
There is a problem with the if instruction in the location block. In some cases, the if instruction will not work as we expected, but may develop in a completely different direction and even cause errors. T ...
Added by irwa82 on Tue, 01 Mar 2022 15:17:22 +0200
Launch | four important functions of Clusterpedia 0.1.0
The first version of Clusterpedia , Clusterpedia , 0.1.0 , was officially released and will enter the version iteration stage from now on. Compared with the initial 0.0.8 and 0.0.9-alpha, 0.1.0 added many functions and made some incompatible updates.
If you upgrade from 0.0.9-alpha, you can refer to 0.1.0 upgrade to clusterpedia
https: ...
Added by soadlink on Tue, 01 Mar 2022 08:08:34 +0200