Reinforcing the security of common services
Case 2: Reinforcing the security of common services 2.1 Question
...
Kubernetes StatefulSet for stateful service data persistence (automatic creation of PVC)
1. Kubernetes Stateless Service VS Stateful Service 1) Kubernetes Stateless Service Kubernetes stateless service charac...
Deploying multiple vk virtual nodes in a kubernetes cluster
Use vk virtual nodes to increase k8s cluster capacity and resilience The way of adding vk virtual node in kubernetes cl...
Basic management of Docker container
Docker introduction It's a lightweight "virtual machine" Open source tools for running applications in Linux ...
kubernetes load balancing deployment
(next to the previous article, kubernetes multi node deployment) k8s deployment planning (load balancing deployment):
...
keepalived+nginx to build dual host active standby + Dual host hot standby
Preparation One is 192.168.31.210, the other is 192.168.31.211 Install nginx, modify index to distinguish 1, Insta...
nginx worker process loop
When the worker process starts, it first initializes the environment it needs to run, then it enters a cycle in which it...
How to send verification code to mobile phone?
How to send verification code to mobile phone? I. Preface Technical name: Ali is greater than SMS verification (one of the ways to send SMS verificat...
Quick start to kubernetes series tutorial
Write before Kubernetes involves a lot of concepts, including all kinds of technologies in the cloud eco-community. The cost of learning is relativel...
Dockerfile theory + practice!!!
Dockerfile overview Dockerfile is the description file of the image file in docker. The straight white point is exactly what the image file is compos...
centos install LNMP environment
Article directory Install lnmp project deployment environment Installing the python environment Install mysql Install nginx Install redis redis boot ...
linux high order Nginx reverse proxy
Nginx reverse proxy function Reverse proxy: reverse proxy is also called reverse proxy. It refers to a way to proxy the request of the external netwo...
Nginx configure free https certificate
Let's Encrypt is used for free SSL certificate application. 1. Let's Encrypt is a public free SSL project in foreign countries, which is hos...
nginx+tomcat for dynamic-static separation+load balancing
1. Introduction to static-dynamic separation and load balancing Dynamic and Static Separation of Nginx+Tomcat:The so-called dynamic-static separation...
k8s uses glusterfs to realize dynamic persistent storage
brief introduction This article introduces how to use glusterfs to provide k8s with the function of dynamic pv application. Glusterfs provides the un...
jinkens+gitlab implement CI/CD for k8s cluster
I. environmental preparation K8s cluster environment (here I am k8s cluster of three sets); A single docker server is mainly used to upload images to...
LNMP schema access log, log cutting, static file not recording and expiration time setting
November 27 mission 12.10 Nginx access log 12.11 Nginx log cutting 12.12 static files do not record logs and expiration times Nginx access log Modify ...
Complete set of installation documents and small skills of Docker related environment
The following environments are Ubuntu 16.04, which mainly install docker, docker compose, docker warehouse, etc. Docker installation Reference resourc...
django+uwsgi+daphne+supervisor production environment deployment
I. Preface In the previous article, websocket is used for real-time communication in the project, but the production environment also uses the deploym...
Application instance of rewrite Module of Nginx service (actual combat! Can do with it!)
Experimental environment Linux CentOS7 virtual machine (IP: 192.168.52.132)win10 virtual machine (as test machine) 1. Install Nginx and bind services...
nginx deploy thinkphp and laravel
Recently, bloggers deployed a TP5 project they practiced under Centos+Nginx environment. Some problems were encountered in the process, but the probl...
Project deployment of seed search website based on python
This lecture will explain the deployment process of seed search website in detail. Website presentation: https://bt.mypython.me Source address: https:...
SpringBoot configures HTTPS and implements automatic HTTPS access to HTTPS
nginx is recommended for configuring https No further replies will be given to any questions raised in this article. Here's why I wrote this art...
Domain name, port and IP of Nginx virtual host
For nginx source package, please send me a private message Domain name of Nginx virtual host [root@localhost ~]# yum install bind -y Configure DNS ma...
centos nginx https configuration
1. What if you want to configure a domain name to a specified directory server { listen 80; server_name Change your domain name here,for example baidu...
podman pilot test - comparison with docker
1. What is docker? Docker is an open source application container engine, which belongs to the encapsulation of Linux containers. Docker provides a s...
Ranking analysis of application access regions
Application access region ranking Topic content: given Nginx AccessLog (multiple files, estimated to be about 66G) for a period of time, find the five...
Nginx configuration - virtual host is based on IP, domain name and port (actual combat!)
Nginx virtual host Domain name based virtual host Virtual host based on IP address Port based virtual host 1. Install DNS domain name resolution serv...