centos7 installs docker and configures php running environment

Installation of docker First, let's look at what docker is. Docker is a virtualization technology based on the Linux kernel, which encapsulates and isolates processes. Because the isolated processes are independent of the host and other isolate ...

Posted by albinoazn on Thu, 12 Sep 2019 03:30:42 -0700

Docker Builds a disconf Environment, Part 3: Detailed Construction Process

Discof Full Text Link under Docker Docker Builds a disconf Environment, One of the Trilogy: Building a disconf at a Fast Speed; Docker Builds a disconf Environment, Trilogy Two: Local Fast Building a disconf Mirror; Docker Builds a disconf Environment, Trilogy 3: Detailed Construction Process; Using disconf under Docker: Quick Experienc ...

Posted by conor.higgins on Wed, 11 Sep 2019 19:40:32 -0700

SIA-GateWay API Gateway Installation and Deployment Guide

SIA-GATEWAY is a distributed micro-service gateway system based on Spring Cloud micro-service ecosystem. It has the characteristics of easy to use, visualization, high scalability and high availability, and provides cloud native, complete and mature access service solutions. This paper introduces the installation and deployment of API gateway. ...

Posted by Xpheyel on Tue, 10 Sep 2019 23:56:17 -0700

[Kubernetes Series] Part 3 Kubernetes Cluster Installation and Deployment

This article describes how to deploy a highly available k8s cluster through Kubespray. The k8s version is 1.12.5. 1. Deployment Manual Code Warehouse: https://github.com/kubernetes-sigs/kubespray Reference documents: https://kubespray.io/#/ 2. k8s master machine configuration 3. Installation steps of k8s cluster Step 1: Set up Secret-Free Log ...

Posted by novice_php on Tue, 10 Sep 2019 04:34:35 -0700

Docker's Data Management and Network Communication

Bowen outline: 1. Data management of docker1. Data Volume2. Data Volume Container 2. Communication of docker network1. Port mapping2. Container interconnection 1. Data management of docker In docker, in order to conveniently view the data generated in the container or share the data among multiple containers, it involves the data managemen ...

Posted by dimkasmir on Mon, 09 Sep 2019 22:17:39 -0700

Using Maven plug-ins to build Docker images for SpringBook applications

SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall abstract This article mainly introduces how to package SpringBook applications into Docker images using Maven plug-ins and upload them to Docker Registry, a private image warehouse. Docker Registry Docker Registry 2.0 Architecture docker run -d -p 5000:50 ...

Posted by ramzess on Sun, 08 Sep 2019 01:19:42 -0700

Docker concept and installation setup

Blog Outline: 1. Introduction to docker 2. Three core concepts of docker1. Mirror2. Containers3. Warehouses 3. Installation and basic operation of docker1. Installation and Startup2. Mirror operation of docker3. Container operation of docker 1. Introduction to docker As the most popular project in the open source community, Docker is an op ...

Posted by Yeti on Sat, 07 Sep 2019 10:15:57 -0700

Lesson 8-8 of Sprcloud: Using consul to do service discovery and invocation

DEMO code for the project: https://github.com/heyu52/-spring-cloudWhat is Consul? Official website: https://www.consul.io/ The following is from: https://www.jianshu.com/p/e0986abbfe48 Consul has several components, but in general, it is a tool for s ...

Posted by mikeglaz on Sat, 07 Sep 2019 04:32:05 -0700

Using Nginx reverse proxy and load balancing

What is reverse proxy The reverse proxy server is set up on the server side, which relieves the workload of the server by buffering frequently requested pages, forwards client requests to the target server on the internal network, and returns the ...

Posted by PJ droopy pants on Fri, 06 Sep 2019 02:30:51 -0700

K8s cluster building (kubeadm scheme)

1. Minimum 3 CentosA, at least 2 cores CPU+2G memory+20G hard diskB. Must be in the same network segmentThe assignments in this example are: Master: 192.168.20.245 Worker1: 192.168.20.167 Worker2: 192.168.20.166 2. ip addr confirms whether an IPV4 address is assigned.Without nmtui, Automatically connect is ticked 3. Connect with SSH 4. Disabl ...

Posted by shailendra on Thu, 05 Sep 2019 10:15:23 -0700