(High concurrency detection) 2. redis cluster deployment.

1. Node planning: Two ways: one master + many slaves, many to many slaves, the second way to share the master node, easy to expand and reduce capacity. Container name container IP address Map port number Service Running Mode Redis-master1 172.1.50.11 6391->6379,16391->6379 master ...

Added by bluetonic on Tue, 02 Jul 2019 19:06:01 +0300

Practice of CD Process Based on Gitlab

Practice of CD Process Based on Gitlab > DevOps (the combination of English Development and Operations) is a collective term for a set of processes, methods and systems used to promote communication, collaboration and integration among development (application/software engineering), technology operations and quality assurance (QA) department ...

Added by charlesg on Mon, 01 Jul 2019 23:01:39 +0300

Deployment of Hadoop 2.7.3 distributed cluster memo on docker 1.7.03.1 single machine

Deployment of Hadoop 2.7.3 distributed cluster memo on docker 1.7.03.1 single machine [TOC] statement All the articles are my technical notes. Please indicate where they came from when they were reproduced. https://segmentfault.com/u/yzwall 0 docker version and hadoop Version Description PC: ubuntu 16.04.1 LTS Docker version: 17.03.1-ce OS/Arc ...

Added by flowingwindrider on Fri, 28 Jun 2019 02:42:15 +0300

docker learning 2-Quickly build centos7-python 3.6 environment

Preface When we set up a python 3.6 environment on one computer, the next time we switch to a computer or a linux system, we have to rebuild it again, set up environment variables, download pip and so on. Very easy to install, after a while the Scrips directory can not find pip.exe, one will prompt that pip is not an internal or external comman ...

Added by pelleas on Tue, 25 Jun 2019 19:41:30 +0300

Use of JMS in SpringBook

Use of JMS in SpringBook Abstract: This article belongs to the original, welcome to reprint, reprint please retain the source: https://github.com/jasonGeng88/blog> All services in this paper are deployed in docker container mode Current environment Mac OS 10.11.x docker 1.12.1 JDK 1.8 SpringBoot 1.5 Preface Based on the previous article ...

Added by rahulephp on Tue, 25 Jun 2019 00:14:52 +0300

What Docker Networks and iptables have to say

Docker Network Model Docker has multiple network modes, including host, none,bridge Overay and so on. Next, we discuss the relationship between Docker network and iptables with Docker's default bridge network, Docker 0. Docker 0 network is a virtual bridge network built by Docker. The default gateway address is 172.17.0.1. Docker's default net ...

Added by grilldor on Sun, 16 Jun 2019 04:25:56 +0300

docker&k8s deployment tomcat record

Description of parameters The replacement parameters used in the following are described: ${env}: environment variables, which describe the development environment, test environment, and use namespaces to distinguish environments on k8s, so first you need to create a namespace: kubectl create namespace ${env}, namespace names can only be alph ...

Added by Ristiisa on Fri, 07 Jun 2019 01:25:42 +0300

Docker (17): using docker to build nginx+phpfpm environment 2

The original link of this paper is: http://blog.csdn.net/freewebsys/article/details/77082783 No reprinting without the permission of the blogger. The blogger's address is: http://blog.csdn.net/freewebsys 1. About php Since php has no nginx+php solution, you need to build your own nginx+php environment. The official PHP image is php-fpm, ...

Added by xAtlas on Wed, 05 Jun 2019 20:50:23 +0300

kubernetes cluster full stack monitoring and alarm scheme kube-prometheus

Reference Documents http://www.servicemesher.com/blog/prometheus-operator-manual/ https://github.com/coreos/prometheus-operator https://github.com/coreos/kube-prometheus Background environment kubernetes Cluster version 1.13, pure binary build, reference k8s1.13 Cluster Deployment Coreos/kube-prometheus is isolated from coreos/prometheus-o ...

Added by AlGale on Tue, 04 Jun 2019 20:26:27 +0300

"Doker Actual Chapter" python's docker-tremolo web-side data capture (19)

Original articles are welcome to be reproduced. Reprinted please note: reprinted from IT Story Club Thank you!Original Link Address: "Doker Actual Chapter" python's docker-tremolo web-side data capture (19) Why hasn't the trembler grabbed the data? For example, there is an Internet business fresh company, the company's owner wants ...

Added by Disgone on Wed, 29 May 2019 13:32:52 +0300