catalogue
1, Preliminary preparation
2, Cluster installation
1. System initialization
2. Kubedm deployment and installation K8S
3. Harbor installation of enterprise Docker private warehouse
1, Preliminary preparation
This experiment adopts one master node, two work nodes and one private warehouse. The machine distribution is as follows: ...
Posted by foid025 on Sun, 03 Apr 2022 16:47:31 +0300
Docker
Docker introduction
https://docs.docker.com/
docker run --name nginx-test -p 8080:80 -d nginx
docker run --rm -d -p 40001:3000 jayfong/yapi:play
# Default administrator account: admin@docker.yapi , administrator password: adm1n
What is Docker
Docker is an open platform integrating packaging, running, testing and publishingWe can ...
Posted by franklyn on Sun, 03 Apr 2022 13:33:42 +0300
2021.03.10 original release address: Implementation of database container recovery and simple backup
Antecedents
For internal use by colleagues in the group outline The document service added the mathjax function. Because it was not familiar with the use of docker, it boldly implemented docker compose down in the production environment, res ...
Posted by andrew6607 on Sat, 02 Apr 2022 23:59:40 +0300
1. Description:
Docker container deployment is very popular. If a Java application wants to run in a docker environment, it is necessary to create a docker image containing the application. You can manually use dockerfile and docker compose to create an image, or you can use the plug-ins docker made plugin and jib made plugin to create an image ...
What is dockerfile?
Dockerfile is a text document that contains commands for combining images. You can use any command in the command line. Docker automatically generates images by reading instructions in dockerfile.
Basic structure of Dockerfile
Dockerfile is generally divided into four parts: basic image information, maintainer informa ...
Posted by suresh_nsnguys on Sat, 02 Apr 2022 12:07:00 +0300
1, Overview
Recently, I have been studying the implementation of a set of devops process based on k8s. Since it is troublesome to build a set of k8s cluster, I intend to use minicube to implement the whole set of devops process on my local windows. Here I record the whole practice process, hoping to provide some reference for students who ne ...
Posted by billy2shoe on Sat, 02 Apr 2022 07:01:06 +0300
When I was in ENJOY in the early years, I was already using JuiceFS and accompanied the four small companies I worked for all the way. This has become an indispensable infrastructure for me and a real help for the small team I have served Take advantage of the nearest Essay solicitation activities , continue to expand my small team series and i ...
Posted by Cazrin on Fri, 01 Apr 2022 12:06:36 +0300
prefaceCreate projectPublish project
Execute at terminalCreate docker imageBuild imageView mirror Image optimization
Self PublishingBuild imageOptimize again
preface
Have you ever asked yourself whether your docker image is as small as possible? Is there room for optimization? Why do I need smaller mirrors?
First, a larger mirror imag ...
Posted by radi8 on Fri, 01 Apr 2022 06:24:22 +0300
1, The difference between Docker and virtual machine
1. Isolation and sharing
1. By adding the Hypervisor layer, the virtual machine virtualizes the network card, memory, CPU and other virtual hardware, and then establishes a virtual machine on it. Each virtual machine has its own system kernel.
2. The Docker container isolates the file ...
Posted by callmubashar on Fri, 01 Apr 2022 03:16:29 +0300
Today, I want to share with you the specific playing methods of Service Mesh, a new generation of micro service architecture! Today, with the prevalence of micro service architecture, as an Internet technology practitioner, I believe everyone is familiar with the concept of micro service! As for the micro service framework like Spring Cloud, ...
Posted by davieboy on Thu, 31 Mar 2022 21:58:07 +0300