Simple Label has such a great effect
Label: classify and group various resources in k8s, and add a label with special attributes Selector: find the resource corresponding to the tag through a filtered syntax
Label is an important concept in k8s. A key value pair of a label with key=value can be attached to various resources.
After the summary, we will explain:
Matching rules ...
Posted by nextman on Sat, 12 Feb 2022 02:07:48 +0100
CentOS7 configuring network installation MySQL
In the process of online MySQL installation, since centos7 was used for the first time, it took a long time to record the successful configuration method.
Modify yum source
Enter the local machine to modify the yum configuration file
Enter yum.com repos. D directory
cd /etc/yum.repos.d/
Add the existing Yum source: / etc / yum repos ...
Posted by perrij3 on Sat, 12 Feb 2022 01:48:55 +0100
Linux series - Linux History, installation, what is bash shell (shell), what can we do, how we use it at ordinary times, shell prompt, shell basic syntax, command completion, command shortcut, History
Linux features
Openness (open source), multi-user, multi task, good user interface, excellent performance and stability
Multi user and multi task:
Single user: when a user logs in to the computer (operating system), only one user can log in at the same time;
Single task: a task, which allows users to operate the number of tasks at the s ...
Posted by articlesocial on Fri, 11 Feb 2022 23:22:54 +0100
Jenkins continuous integration environment construction IV (different project construction types of Jenkins: free style, Maven and Pipeline)
1. Construction type of Jenkins project
There are many types of automatic construction projects in Jenkins, including the following three types:
FreeStyle ProjectMaven ProjectPipeline Project
In fact, each type of construction can complete the same construction process and results, but there are differences in operation mode and flexib ...
Posted by Ryodox on Fri, 11 Feb 2022 21:46:25 +0100
Dark moon penetration actual shooting range - item 8
Dark moon penetration actual shooting range - item 8
Environment construction
Network card design
What needs to be prepared are three network cards, the NAT mode network card provided by the virtual machine, and two self added 19 and 18 network cards in host mode only
Topological graph
Specific topologies of the two practical projects
...
Posted by yaatra on Fri, 11 Feb 2022 21:10:45 +0100
[punctual atom MP157 serial] Chapter 23 Linux device tree - extracted from [punctual atom] STM32MP1 embedded Linux Driver Development Guide v1 seven
1) Experimental platform: punctual atom STM32MP157 development board 2) Purchase link: https://item.taobao.com/item.htm?&id=629270721801 3) Full set of experimental source code + manual + video download address: http://www.openedv.com/thread-318813-1-1.html 4) Official station B of punctual atom: https://space.bilibili.com/394620890 5) Punc ...
Posted by jarv on Fri, 11 Feb 2022 14:58:11 +0100
tcp stack implementation, tcp timer and sliding window
To realize user state protocol stack, we must understand TCP, 11 states of TCP, sliding window, congestion control, timer and so on.
To use the user state protocol stack, the epoll provided by the kernel will not work. We need to implement the user state epoll ourselves. Epoll involves a callback opportunity. The callback function is to add th ...
Posted by LDM2009 on Fri, 11 Feb 2022 12:07:35 +0100
Linux from scratch environment construction and learning V1
preface
1. Server and system version
Article based Tencent cloud Server linux centos7 nine
2. Why reinstall the system
When Tencent cloud first bought, the security group was fully open by default and the firewall was closed by default
When I operated redis, I allowed external access without setting a password. It was easy to be invaded. A ...
Posted by st0rmer on Fri, 11 Feb 2022 09:36:36 +0100
Chapter three is about the definition of variables in Shell topics & four operations
1, SHELL introduction
preface:
Computers can only recognize (recognize) machine languages (0 and 1), such as (11 million). However, our program apes can't write code like 01 directly. Therefore, if we want to run the code developed by program apes on the computer, we must find a "person" (tool) to translate it into machine language. ...
Posted by elie on Fri, 11 Feb 2022 08:01:16 +0100
[linux] how to ensure that the child process exits when the parent process exits?
Video analysis related to linux server development:
linux kernel, implementation of process scheduler, fully fair scheduler CFS Analysis of 10 classic interview questions, how does the technical direction determine the career direction
c/c++ linux server development free learning address: Senior architect of c/c++ linux background server
pre ...
Posted by doozerdc on Fri, 11 Feb 2022 07:10:36 +0100