Get the App
  • How to configure using Redis cluster

    How to configure using Redis cluster

    Introduction to Redis Database 1.1 Redis 1.1.1 introduction to Redis is an open source, network-enabled, memory-based, optional persistence key-value pair (key-value) storage database written in ANSI C. Since June 2015, Red

    Shulou · 2022-06-03 05:19
  • What is the HTTP protocol and how many request methods are there in the HTTP protocol?

    What is the HTTP protocol and how many request methods are there in the HTTP protocol?

    HTTPHTTP protocol is the abbreviation of Hyper Text Transfer Protocol (Hypertext transfer Protocol). It is a transport protocol used to transfer hypertext from a WWW:World Wide Web server to a local browser.

    Shulou · 2022-06-03 05:19
  • What are tomcat and java virtual machines?

    What are tomcat and java virtual machines?

    Brief introduction to tomcat1 and Tomcat Tomcat is a core project of the Jakarta project of the Apache Software Foundation (Apache Software Foundation), which is sponsored by Apache, Sun and others.

    Shulou · 2022-06-03 05:19
  • What are the common expressions of prometheus

    What are the common expressions of prometheus

    1. Collect memory usage Total memory on node_memory_MemTotal_bytes host node_memory_MemFree_bytes free memory node_memory_Buffers_byt on host node_memory_MemFree_bytes

    Shulou · 2022-06-03 05:19
  • How to create PV automatically

    How to create PV automatically

    First, the type of data persistence: 1.emptyDir: can only be used as temporary storage. If the container is deleted, the data still exists, and if the Pod is deleted, the data will also be deleted. 2.HostPath: not many scenarios are used, which will increase the coupling between Pod and nodes. three

    Shulou · 2022-06-03 05:19
  • How to check the memory information of a computer

    How to check the memory information of a computer

    1. Win + r, cmd enter command line 2, vmic enter client; 3, execute: memorychip to view memory information: wmic:root\ cli > memorychipAttributes BankL

    Shulou · 2022-06-03 05:19
  • Linux network and process

    Linux network and process

    Gateway address, broadcast address, assigneable IP address range gateway address of Linux network and process 100.0.16tick 28 corresponding network segment: default is maximum Ip address 100.0.254 broadcast address: 100.0.0.255 assigneable IP address range:

    Shulou · 2022-06-03 05:19
  • How to build Harbor Private Warehouse

    How to build Harbor Private Warehouse

    Build a Harbor private warehouse and open a new virtual machine: CentOS 7-2 192.168.18.134 (you can set the network card to static IP) `deploy docker engine `[root@harbor ~] # yum ins

    Shulou · 2022-06-03 05:19
  • How to use kubectl in Kubernetes

    How to use kubectl in Kubernetes

    Kubectl Overview Kubectl is a command line interface for running commands against the Kubernetes cluster. The configuration file for Kubectl is in the $HOME/.kube directory. We can set the KUBECONFIG environment variable or set the life

    Shulou · 2022-06-03 05:19
  • K8s architecture principle

    K8s architecture principle

    K8s architecture figure 2. K8s architecture model: master (cluster) / worker (node) architecture master component: 1.kube-apiserver: provides restful interface instructions for clients or other components to call

    Shulou · 2022-06-03 05:19
  • How to create a Docker image

    How to create a Docker image

    Docker image creation method Docker image creation method there are three ways to create an image, namely, based on the existing image, based on local template, and based on Dockerfile. The following focuses on these three methods to create an image. First, based on the existing image

    Shulou · 2022-06-03 05:19
  • Log Management-rsyslog

    Log Management-rsyslog

    Log: historical event: time, place, person, event date, time, event record format: date time host process [pid]: event content C pid S architecture: log recording transmission is completed through the service of TCP or UDP protocol, and logs distributed on different hosts are centrally managed rsy

    Shulou · 2022-06-03 05:19
  • How to initialize MySQL database

    How to initialize MySQL database

    1) initialize the random password mysqld-initialise [root @ host-172-16-61-102root] #. / mysqld-- initialize2020-02-15T07:01:38

    Shulou · 2022-06-03 05:19
  • Installation and configuration of nextcloud

    Installation and configuration of nextcloud

    1. Install lampapt-get install-y apache2 mariadb-server php7.3 php7.3-xml php7.3-curl php-zip php-dom php-

    Shulou · 2022-06-03 05:19
  • NFS service creates PV resources

    NFS service creates PV resources

    Do PV based on NFS service: install NFS service and rpcbind service: 1. [root@master yaml] # yum install-y nfs-utils rpcbind # notice here that NFS should be installed in all three.

    Shulou · 2022-06-03 05:19
  • Introduction to Linux system directories and commands

    Introduction to Linux system directories and commands

    1. Describe the naming rules and uses of the system directory names for Linux distributions. Directory naming rules: (1) the maximum length of the file name is 255bytes (2) the maximum length of the file name, including the path, is 4095 bytes (3) all characters are valid except the slash and NUL. Items that can use special characters

    Shulou · 2022-06-03 05:19
  • What are the common commands in Kubectl

    What are the common commands in Kubectl

    Kubectl briefly states that before you learn how to use kubectl more effectively, you should have a basic understanding of what it is and how it works. From the user's point of view: kubectl is the cockpit that controls Kubernetes. It allows you to perform all possible Kuber

    Shulou · 2022-06-03 05:19
  • Why is Nginx running so fast?

    Why is Nginx running so fast?

    Nginx process model Nginx server, normal operation process 1. Multiple processes: one Master process, multiple Worker processes 2.Master process: manage Worker process 3. External interface: receive external operations (signals)

    Shulou · 2022-06-03 05:19
  • What are the Secret and ConfigM of Kubernetes

    What are the Secret and ConfigM of Kubernetes

    ConfigMap and Secret are two special types of storage volumes in Kubernetes. ConfigMap, a resource object, is mainly used to provide configuration data to customize program behavior, but some sensitive configuration information, such as user name, password, key, etc., are usually

    Shulou · 2022-06-03 05:19
  • Ffmpeg lacks solutions to libx264 dependencies

    Ffmpeg lacks solutions to libx264 dependencies

    When using the following command to push: ffmpeg-re-I a.mp4-vcodec libx264-acodec aac-f flv rtmp://172.31.102.165:1935/myapp may

    Shulou · 2022-06-03 05:19