Linux single server deployment redis cluster, sentry cluster

Environmental Science: 1. There is only one Linux server 2. Use docker compose for deployment (the use of docker compose will not be introduced here) 1,docker images Use redis in your own image 2,docker network ls   View the existing network segment (Note: it must be the same network segment, otherwise it will be inaccessible) You can al ...

Added by ziesje on Fri, 17 Dec 2021 01:13:10 +0200

Docker compose orchestration syntax

1, Foreword Docker compose has great learning significance in the application of docker container. Docker compose is a sharp tool for integrating and publishing applications. When using docker compose, it is important to know how to arrange the docker compose configuration file. For the docker compose technology, you can view the official ...

Added by angelkay73 on Thu, 16 Dec 2021 20:43:58 +0200

Harbor deployment and use

1, Introduction to Harbor Whether you use docker distribution to build your own warehouse or run the container through the official image, we can find that it is very simple through the previous demonstration. It is not as convenient as directly using the official Docker Hub to manage the image. At least the official Docker Hub can manage ...

Added by ict on Thu, 16 Dec 2021 14:46:50 +0200

harbor private warehouse

Whether you use docker distribution to build your own warehouse or run the container through the official image, we can find that it is very simple through the previous demonstration. It is not as convenient as directly using the official Docker Hub to manage the image. At least the official Docker Hub can manage the image through the web inter ...

Added by philippe2 on Thu, 16 Dec 2021 13:56:21 +0200

kind teaching practice

brief introduction Kind (Kubernetes in Docker) is a Kubernetes incubation project. Kind is a set of out of the box Kubernetes environment construction scheme. As the name suggests, it is convenient to build Kubernetes clusters by deploying all components required by Kubernetes in a Docker container. Kind has been widely used in the CI environ ...

Added by jthomp7 on Thu, 16 Dec 2021 06:50:26 +0200

podman accelerator & & Harbor

podman accelerator & & Harbor podman acceleration configuration Configure the accelerator. It takes effect immediately without restarting centos8: [root@localhost ~]# vi /etc/containers/registries.conf [[registry]] prefix="docker.io" location="pvurwzu6.mirror.aliyuncs.com" centos7: [root@localhost ~]# vi /etc/containers/regist ...

Added by 99naa on Wed, 15 Dec 2021 23:57:52 +0200

Docker learning | 6 Docker warehouse

catalogue 1.Docker Hub register Sign in Pull image Push image 2. Private warehouse Install and run docker registry You can run using the official registry image. Upload, search and download images in private warehouses Configure non https warehouse address Ubuntu 16.04+, Debian 8+, centos 7 3. Advanced configuration of private wareh ...

Added by chiefrokka on Wed, 15 Dec 2021 20:17:40 +0200

Docker from entry to mastery -- Docker Compose

Congratulations. After learning this, you should all know the basic playing methods of docker. Next, we will introduce some editing tools of docker. 1. Why Docker Compose? Official website town building: https://www.runoob.com/docker/docker-compose.html In one sentence: Help us manage containers in batches with rules. In the previous ...

Added by oldmanice on Wed, 15 Dec 2021 07:42:57 +0200

27, K8s minimum service vulnerability 1-PSP

1, Experimental environment The underlying system is Ubuntu 18 04, then install k8s on each node and build a cluster. The IP address of the Master node is 192.168 26.71/24, the IP address of two worker nodes is 192.168 26.72/24,192.168. 26.73/24. 2, PSP Foundation 1.PSP overview Pod Security Policy is a cluster level resource (it does not ...

Added by wei on Wed, 15 Dec 2021 04:26:27 +0200

Kubedm rapid deployment of kubernetes cluster

1, Three deployment modes officially provided by kubernetes minikube Minikube is a tool that can quickly run a single point of Kubernetes locally. It is only used by users who try Kubernetes or daily development. Deployment address: https://kubernetes.io/docs/setup/minikube/ kubeadm Kubedm is also a tool that provides kubedm init and kubedm ...

Added by HhAaZzEeYy on Tue, 14 Dec 2021 23:37:25 +0200