Simple automated build environment

previously on At the end of 2021, idle teachers began to prepare for the service of enterprise projects and built a basic cluster. Of course, the cluster should be used when it is built. This article introduces how to use open source software to build a set of automatically built project environment. With this environment, project development ...

Posted by hagman on Mon, 28 Feb 2022 08:53:02 +0100

SpringBoot integration MinIO practice

background MinIO is the world's leading object storage pioneer, with read / write speeds of 183 GB / s and 171 GB / s on standard hardware. MinIO is used as the main storage of cloud native applications. Compared with traditional object storage, cloud native applications need higher throughput and lower latency. By adding more clusters, you ca ...

Posted by johncox on Sun, 27 Feb 2022 05:34:17 +0100

Introduction to Docker

Introduction to Docker 1. Introduction Docker is an open source application container engine, which allows developers to package their applications and dependency packages into a portable image, and then publish them to any popular Linux or Windows operating system, or realize virtualization. Containers are completely sandboxed, and there ...

Posted by moneytree on Sat, 26 Feb 2022 14:57:38 +0100

Spring cloud integrates nacos2 X is used to realize the configuration center and registration center

preface Environment deployment reference: Docker deploying Nacos-2.0.3 stand-alone environment Docker deploying Nacos-2.0.3 cluster environment Deploying Nacos-2.0.3 stand-alone environment for Linux Deploying Nacos-2.0.3 cluster environment for Linux 1. Overview Nacos is committed to the discovery, configuration and management of micro ...

Posted by duvys on Fri, 25 Feb 2022 06:09:59 +0100

Docker builds CFS three-layer intranet shooting range

At present, it is found that the online CFS three-tier intranet shooting range is basically built by using VM virtual machine. I want to try whether I can use docker to combine the existing vulnerability environments and build them directly through docker compose. The docker environments used are from vulnhub First, try to build containers tha ...

Posted by mosi on Thu, 24 Feb 2022 16:33:28 +0100

docker learning notes

I Download docker and install it Docker Desktop official download address 1. Installing docker in CentOS 7 1. Use the official installation script to install automatically curl -sSL https://get.daocloud.io/docker | sh 2. Install docker engine community 2.Win10 installation Just keep clicking on the next step If not, check to see if Hyper ...

Posted by croakingtoad on Thu, 24 Feb 2022 09:30:51 +0100

Install docker and docker compose from the command line in WSL2 (Windows subsystem v2 for Linux)

Note: installing WSL2 requires an operating system: at least Windows 10 1903 (Build 18362).Official installation methodIf you just want to install docker on WSL and use it on windows, it is recommended to refer to the official Microsoft document to install Docker Desktop.address https://docs.microsoft.com/en-us/windows/wsl/tutorials/wsl-contain ...

Posted by sgaron on Thu, 24 Feb 2022 03:10:59 +0100

Build a personal bookmark navigation application from scratch: Flare

In this article, I will introduce how to quickly use Flare, a lightweight, beautiful, user privacy first and 100% data user controlled bookmark navigation tool in Docker. If you are familiar with Docker, you will be able to have your own bookmark navigation in ten minutes; It doesn't matter if you're a novice. Follow the article step by step. ...

Posted by brooksh on Wed, 23 Feb 2022 15:36:35 +0100

CentOS stand-alone installation k8s and deployment NET 6 program

catalogue environment prepare install Configuration after installation Deployment NET 6 program summary   K8s is a foundation for learning cloud native. In order to do some experiments, stand-alone deployment is the most convenient. The following will introduce the stand-alone installation of k8s in CentOS NET 6 Program published t ...

Posted by Leviathan on Wed, 23 Feb 2022 12:56:05 +0100

Deploying K8s cluster using kubeadm on Ubuntu 20.04 LTS

Deploying K8s cluster using kubeadm on Ubuntu 20.04 LTS 1. Environmental Information MacBook Pro (13-inch, 2020, Four Thunderbolt 3 ports) macOS Big Sur Version 11.5.2 2.3 GHz Quad-Core Intel Core i7 16 GB MemoryVirtualBox 6.1.22 r144080Ubuntu 20.04.2 LTS server Although this experiment was conducted on Mac, it is still theoretically ap ...

Posted by Kyori on Tue, 22 Feb 2022 18:25:48 +0100