Nginx learning notes - basic data structure
Some features of Nginx
High performance
Event driven model can handle massive concurrent connections without blocking
high stability
Memory pool avoids the common resource leakage problem of c program
Modular architecture makes all functional modules completely decoupled
one master / mutil workers ...
Posted by ahmedkl on Tue, 21 Jan 2020 22:27:41 -0800
vpa of k8s resource
Publish a k8s deployment video: https://edu.csdn.net/course/detail/26967
Course Content: Various k8s deployment modes.Includes minikube deployment, kubeadm deployment, kubeasz deployment, rancher deployment, k3s deployment.Includes development test environment deployment k8s and production environme ...
Posted by alfieshooter on Mon, 20 Jan 2020 20:02:17 -0800
KVM Management Tool WebVirtMgr
WEB Management Tool WebVirtMgr
WebVirtMgr is a libvirt-based Web interface for managing virtual machines.It allows you to create and configure new domains and adjust the resource allocation for domains.The VNC viewer provides a complete graphical console for the guest domain.KVM is currently the only supported hypervisor for virtual machines.
...
Posted by tomato on Mon, 20 Jan 2020 19:45:51 -0800
nginx event module implementation details
In Detailed structure of nginx event module In, we explain the overall workflow of the event module of nginx, and focus on the role of each method of organizing the event module. This paper mainly focuses on the entire process, and explains the implementation details of the event module of nginx from the source point of view.
1. ngx_events_bloc ...
Posted by modplod on Sun, 19 Jan 2020 18:02:36 -0800
Django + uWSGI + Nginx + https project deployment, and generate https certificate with OpenSSL
Background: Recently, I suddenly came into contact with OpenSSL. I suddenly thought that I had not written anything related to the deployment of Django + uWSGI + Nginx + https project, so I sorted out a piece of data.
Catalog
1, OpenSSL installation
2, Generate certificate
3, Nginx configuration
4, Ac ...
Posted by frymaster on Sun, 19 Jan 2020 06:20:10 -0800
k8s~Implementation of adding ingress to a service
Reasons for ingress
ClusterIP can only be accessed within a cluster
With NodePort, the test environment works fine, and when hundreds of services are running in a cluster, port management for NodePort is a disaster.
The LoadBalance approach is limited to cloud platforms, and ELB s are typically deployed on cloud platforms at additional cost. ...
Posted by boon4376 on Sat, 18 Jan 2020 17:45:48 -0800
Super detailed process of building Haproxy cluster and highly available Haproxy cluster!
Super detailed process of building Haproxy cluster and highly available Haproxy cluster!
1, What is Haproxy?
Previous blogs have shown how LVS load balancers work. Today's haproxy is better than LVS. LVS does not support regular expression processing at work, and the implementation of LVS for some l ...
Posted by iainr on Sat, 18 Jan 2020 05:05:38 -0800
Linux common commands - update at any time
Preface
Blogger github
Blogger's personal blog http://blog.healerjean.com
1. Help instruction
1.1 – - help: display command help information inside the shell
--The help command is used to display help information inside the shell. The help command can only display command help informati ...
Posted by linus on Thu, 16 Jan 2020 19:13:04 -0800
Logstash and filebeat configuration
The mutate plug-in can modify the data in the event, including rename, update, replace, convert, split, gsub, uppercase, lowercase, strip, remove field, join, merge and other functions.
1,rename
For a field that already exists, rename its field name.
filter {
mutate {
rename = ...
Posted by fiorefrank on Thu, 16 Jan 2020 03:45:15 -0800
zabbix monitoring redis, tomcat, Nginx
This blog post needs to be based on the basic environment of zabbix. Please refer to Build zabbix
1, Configure zabbix to monitor redis
(1) Deploy zabbix agent
Please refer to the blog for details of agent deployment and software package download Configure email alarm and wechat alarm monitored by Zabbix There is no detailed explanation here!
[ ...
Posted by Boerboel649 on Tue, 14 Jan 2020 01:46:45 -0800