Installation and use of kubernetes
1 Introduction to kubernetes
1.1 kubernetes function
Automatic packing
Based on the resource configuration requirements of the application running environment, the application container is automatically deployed
Self healing (self healing)
When the container fails, the container is restartedWhen there is a problem with the deployed Node, t ...
Posted by sneakyimp on Mon, 08 Nov 2021 08:03:36 -0800
Docker php installation extension steps
Demonstrate what the four commands docker PHP source, docker PHP ext install, docker PHP enable docker configure are used for and what they do in the PHP container?
The PHP container in Docker installs extensions in the following ways:
Installation by peclIt is installed through several special commands in the php container, which can be used ...
Posted by ChrisA on Mon, 08 Nov 2021 04:34:42 -0800
docker of Linux system
The main contents of this chapter are as follows:
1, Install docker
Docker is an open source application container engine, which is based on Go language and complies with Apache 2.0 protocol. Docker allows developers to package their applications and dependency packages into a lightweight and portable container, and then publish them to ...
Posted by techiefreak05 on Sun, 07 Nov 2021 14:57:22 -0800
Without Cgroups, there would be no Docker
What are Cgroups?
Cgroups is the abbreviation of control groups. It is a mechanism provided by the Linux kernel that can limit, record and isolate the physical resources (such as cpu,memory,IO, etc.) used by process groups. Originally proposed by google engineers, it was later integrated into the Linux kernel.
What can Cgroups do?
The initial g ...
Posted by karq on Sat, 06 Nov 2021 07:58:30 -0700
Detailed installation of docker
1, Disposition
Linux: CentOS-7-x86_64-DVD-1810.iso
2, Installation
1. If you have previously installed an older version of Docker, you can uninstall it using the following command:
yum remove docker \
docker-client \
docker-client-latest \
docker-common \
docker-latest ...
Posted by richei on Sat, 06 Nov 2021 07:43:02 -0700
Docker image management of docker
I. image structure and principle
1.1 Docker image principle
Image is the template for creating containers, which contains the file system and contents required to start containers. Therefore, image is mainly used to create and start containers conveniently and quickly.
The Docker image adopts a layered construction mechanism. The bottom layer ...
Posted by scriderpsd on Thu, 04 Nov 2021 22:43:10 -0700
Docker deployment of docker
I. Docker version selection
Docker did not distinguish between versions before, but it launched (renamed docker) a new project Moby, GitHub in early 2017. Address: https://github.com/moby/moby , Moby project is a new upstream docker of docker project. Docker will be a sub product of Moby, and later versions will be ...
Posted by webdzine on Thu, 04 Nov 2021 21:45:34 -0700
redis cluster configuration of docker in M1 mac
redis cluster configuration of docker in M1 macprefaceIn order to prevent readers from misunderstanding, this article is a personal practical note on setting up a redis cluster on a mac. The author is a mac system. Although many operations are similar to Linux, there are differences and many holes. This tutorial can also be used as a reference ...
Posted by amandas on Thu, 04 Nov 2021 10:07:26 -0700
RaabitMQ environment deployment (Windows, stand-alone, cluster)
1, windows installation
1.1. erlang Download
erlang download page: https://www.erlang.org/downloads erlang download address: https://erlang.org/download/otp_win64_24.0.exe
You can install directly in the next step. When you encounter the following figure, install visual C++ Configure environment variables after installation And add% Er ...
Posted by cringe on Tue, 02 Nov 2021 23:14:05 -0700
Teach you to learn Dapr - 3. Use Dapr to run the first. Net program
be careful:
The command line tool mentioned in this article is one of Windows Terminal/PowerShell/cmd. It is recommended to use Windows Terminal
It is recommended to run the command line tool as an administrator to avoid stepping on the pit
To ensure smooth operation, it is recommended to use PowerShell to execute set executionpolicy remo ...
Posted by idris on Tue, 02 Nov 2021 18:48:13 -0700