Get the App
  • # IT star is not a dream # illustration of kubernetes resource expansion mechanism

    # IT star is not a dream # illustration of kubernetes resource expansion mechanism

    At present, K8s mainly supports CPU and memory resources. In order to support the scheduling and allocation of other hardware types of resources that users need to allocate according to their needs, K8s implements the device plug-in Framework (device plugin framework) for resource integration of other hardware types.

    Shulou · 2022-06-03 09:52
  • How to realize single Partition Space alarm in Azure

    How to realize single Partition Space alarm in Azure

    Hello, everyone, let's do a small experiment this time. We have talked about how to alarm disk space utilization in Azure, which is a very basic requirement for daily operation and maintenance. But one problem is that the indicators provided by Azure itself can only see the utilization of all disks, some of which are common.

    Shulou · 2022-06-03 09:52
  • CentOS 7.6 set up WordPress blog

    CentOS 7.6 set up WordPress blog

    Demand: due to the business needs of the company's promotion department, build WordPress blog website introduction: WordPress is a blog platform developed in PHP language, users can set up their own website on servers that support PHP and MySQL databases. You can also put Word

    Shulou · 2022-06-03 09:52
  • Basic cognition of operating system

    Basic cognition of operating system

    What is an operating system? To put it simply, the operating system is the bridge of hardware communication between the human and the host. The    system core is composed of the principle human peripheral software operating system interpreter: bash system kernel control hardware machine language (binary) hardware    LINUX system distribution version   Radhat  

    Shulou · 2022-06-03 09:52
  • Nginx jump with parameters

    Nginx jump with parameters

    Original link: https://www.baidu.com/benefit_detail?slug=bankofchina-20170320 destination link: https://www.test.cn/boc locat

    Shulou · 2022-06-03 09:52
  • Linux kernel-vm memory related parameters

    Linux kernel-vm memory related parameters

    View method: 1. Sysctl-a2, cat / proc/sys/vm/overcommit_ kernel code 1, overcommit_memory kernel source code introduction: This value contains

    Shulou · 2022-06-03 09:52
  • Programming of Linux kernel timer on Quan Zhi A33 development board

    Programming of Linux kernel timer on Quan Zhi A33 development board

    Development platform * Core Lingsi SinlinxA33 Development Board Taobao Shop: https://sinlinx.taobao.com/ embedded linux Development Board AC QQ:641395230Linux kernel timer is used by the kernel to control

    Shulou · 2022-06-03 09:52
  • Shell find: find files, fuzzy queries, time range queries

    Shell find: find files, fuzzy queries, time range queries

    Please refer to: https://www.cnblogs.com/peida/archive/2012/11/16/2773289.html command: find path-option [- prin

    Shulou · 2022-06-03 09:51
  • How to divide broadcast domain and isolate collision domain in the same local area network

    How to divide broadcast domain and isolate collision domain in the same local area network

    Vlan: virtual local area network: the role of vlan in the same network segment in the same area: dividing broadcast domains, isolating collision domains, so that the two can not communicate with each other. First enter the system to try system-view and then create a Vlan [Huawei] vlan batch

    Shulou · 2022-06-03 09:51
  • Operating system-returns real mode from protected mode

    Operating system-returns real mode from protected mode

    q. A small question can be raised from the last lesson as to whether the following statement has the existence of Bug. After entering the protected mode, we use the stack segment selection address to assign the value to ss at the first place, and then use printing. I think that the existence of Bug is due to the use of calling functions, which require stack space.

    Shulou · 2022-06-03 09:51
  • The assembler takes you to play with the string, get in the car!

    The assembler takes you to play with the string, get in the car!

    A string or string (String) is a string of characters consisting of numbers, letters, and underscores. It is generally marked as s = "a1a2 an" (n > = 0). It is the data type that represents text in a programming language. In programming, a string is one of the symbols or numeric values

    Shulou · 2022-06-03 09:51
  • Automatic operation and maintenance tool ansible-- installation and module management

    Automatic operation and maintenance tool ansible-- installation and module management

    About ansible   ansible is a new automatic operation and maintenance tool. Based on Python development, it combines the advantages of many operation and maintenance tools (puppet, cfengine, chef, func, fabric), and realizes batch system configuration and batch.

    Shulou · 2022-06-03 09:51
  • Introduction to data recovery process of Vsan distributed Storage Server

    Introduction to data recovery process of Vsan distributed Storage Server

    1. Vsan distributed storage failure introduction recently handled a data recovery case of vsan distributed storage, and the server that needs data recovery is a set of VSan super-converged infrastructure. Due to the abnormal shutdown caused by the abnormal power supply of the customer's server, the server administrator carried out the

    Shulou · 2022-06-03 09:51
  • Modify ipsec, modify remote port, modify ipsec by yourself

    Modify ipsec, modify remote port, modify ipsec by yourself

    1. Manually modify; 2. Modify remote port 3; modify ipsec1 by self-help tools; modify Ipsec security policy if you modify the remote port, close ipsec first, and then adjust the remote port; method: set security policy. Using IPSec of window for defense

    Shulou · 2022-06-03 09:51
  • Haproxy reverse proxy feature configuration

    Haproxy reverse proxy feature configuration

    Use scenario if you want to implement an environment where haproxy reverse proxies four nginx nodes, nginx1 and nginx2 combine php to provide dynamic web services, and nginx3 and nginx4 provide static web services. As shown below: because in the default configuration file

    Shulou · 2022-06-03 09:51
  • Boot settings in Debian and Ubuntu systems

    Boot settings in Debian and Ubuntu systems

    Linux system is widely used in Unix system, and there are many other systems based on Linux kernel, such as Debian and Ubuntu, which are used to boot / etc/rc.lo in Linux system.

    Shulou · 2022-06-03 09:51
  • 24 hours of getting started with docker

    24 hours of getting started with docker

    Dockerdocker install For Centos7yum remove docker*yum install-y yum-utils device-mapper-persistent-

    Shulou · 2022-06-03 09:51
  • Cloud Computing Learning Roadmap material Courseware, Software installation method in Linux

    Cloud Computing Learning Roadmap material Courseware, Software installation method in Linux

    Many beginners feel that cloud computing sounds like a lofty noun. Every time they want to understand it, they are like looking at it in vagueness, not really, let alone what it is. In fact, cloud computing is relatively easy to learn in the IT industry. Next, I will give you points.

    Shulou · 2022-06-03 09:51
  • K8s ingress-nginx

    K8s ingress-nginx

    Kubernetes Ingess is composed of two parts, Ingress Controller and Ingress services, the commonly used Ingress Controller is ingress-nginx, the working principle

    Shulou · 2022-06-03 09:51
  • Code management platform-git

    Code management platform-git

    1. Installation: yum install-y git create directory: mkdir / data/gitroot enter: cd / data/gitroot initialization: git init / / initialize warehouse write a test file: echo-

    Shulou · 2022-06-03 09:50