Grain Mall - High Availability Cluster

1. K8s quick start 1) Introduction kubernetes is k8s for short. Is an open source system for automatically deploying, extending, and managing containerized applications. Chinese official website: https://kubernetes.io/Zh/ Chinese community: https://www.kubernetes.org.cn/ Official documents: https:// ...

Added by Tomatron on Mon, 22 Jun 2020 10:43:47 +0300

Detailed explanation of Docker Dockerfile instructions and practical cases

Dockerfile introduces and commonly used instructions, including FROM, RUN, COPY, ADD, EXPOSE, WORKDIR, etc. in fact, dockerfile has powerful functions and provides more than ten instructions.   About Dockerfile Dockerfile is a text file used to build an image. The text content contains instructions and instructions required to build an image. ...

Added by programguru on Sun, 21 Jun 2020 11:49:45 +0300

002.OpenShift installation and deployment

I. description of preconditions 1.1 overview of installation preparation Red Hat OpenShift container platform is composed of Red Hat as RPM package and container image. The RPM package is downloaded from the standard Red Hat repository (Yum repository) using the subscription manager, and the container image is from the Red Hat private reposit ...

Added by jcantrell on Fri, 19 Jun 2020 06:48:12 +0300

Docker network (docker learning notes)

Article catalog 1. Configure container network 2. Access containers through port mapping 3. Configure container interconnection 4. Create a point-to-point connection 1, Task description 1. Learn about Docker container network and how to configure basic network, including how to create network name ...

Added by nicephotog on Wed, 10 Jun 2020 07:51:06 +0300

Simple and detailed harbor build

preparation in advance Offline package download: https://github.com/goharbor/h... Select 572MB tgz Hearing that 1.7.6 seems to have a bug, for insurance reasons, I choose 1.8.5 Note minimum installation requirements Installation steps Install docker, configure the source below, and install a specific version of docker (reference documentati ...

Added by rodin on Sun, 07 Jun 2020 04:23:22 +0300

Docker container and image of kubernetes

Container and image container Common container States running stopped paused created deleted Note: to view the commands used for docker status: docker ps: container for viewing running status docker ps -a: View containers in all States docker ps -qa: view all container ID S docker stop $(docker ps -qa): stop all containers docker rm $(docke ...

Added by shutat on Mon, 01 Jun 2020 11:28:09 +0300

One key package / deployment scheme of Ctrip Apollo

Apollo-docker One click package / deployment scheme of Ctrip Apollo. Almost no need to modify any Apollo source code or configuration to build a rapid development / test environment. Project address: https://gitee.com/ellipse/apollo-docker 1. Download source code Apollo git clone https://gitee.com/nobodyiam/apollo.git Compile script git clone ...

Added by S A N T A on Sun, 24 May 2020 17:56:59 +0300

Tungsten Fabric Starter's book about cluster updates

Tungsten Fabric Starter Series articles, which are compiled and presented by the TF Chinese community, are from the hands-on experience of technology bulls. They are designed to help novices gain a better understanding of the whole process of TF operation, installation, integration, debugging, etc.If you have relevant experience or quest ...

Added by anand on Sat, 23 May 2020 10:25:19 +0300

Installation practice of ansible UI management tool awx

Environmental Instructions: host name os version ip docker version docker-compose version ansible version awx version Remarks ansible-awx Centos 7.6.1810 172.27.34.50 Docker 19.03.9 1.25.5 2.9.9 10.0.0 Manage Nodes centos01 Centos 7.6.1810 172.27.34.28 × × × × Managed Node centos02 Centos 7.6.1810 172.27.34.35 × × × × Managed Node ...

Added by skiingguru1611 on Thu, 21 May 2020 20:34:51 +0300

Docker installation (official installation method)

Write in front Because docker engine docker is not recommended officially, it cannot be installed, so now install docker CE. Refer to official documents https://docs.rancher.cn/rancher2x/install-prepare/basic-environment-configuration.html#_4-1-docker%E5%AE%89%E8%A3%85 Installation procedure 1. Turn off the firewall ...

Added by 2gd-2be-2rue on Thu, 21 May 2020 17:57:29 +0300