What is layered jar in Spring Boot 2.3
background
In our actual production containerization deployment process, we often encounter the situation that the Docker image is large and the deployment and release are slow
There are three main factors that affect the image size of docker:
The size of the underlying mirror. Try to choose Apache as the basic image to reduce the built-in sof ...
Posted by mattr on Wed, 27 May 2020 01:43:37 -0700
Kafka Quick Start - Kafka Cluster Deployment
Kafka Quick Start (6) - Kafka Cluster Deployment
I. Kafka Cluster Deployment Plan
1. Operating system selection
In general, production environments should deploy Kafka clusters on Linux operating systems for the following reasons:(1) At the bottom of the Kafka client, Java selector is used. The implementation mechanism of selector on Linux is ...
Posted by colesw on Mon, 25 May 2020 11:24:58 -0700
Istio Sidecar injection principle
concept
In short, Sidecar injection adds the configuration of additional containers to the Pod template. This refers to the Pod in which the Envoy container is applied.
Currently, the containers required by Istio service grid are:
Istio init is used to set iptables rules so that inbound / outbound traffic passes through the Sidecar agent.
Initi ...
Posted by asparagus on Mon, 25 May 2020 05:12:54 -0700
docker problem set
The following problems were encountered while installing docker
[root@sm-docker249 yum.repos.d]# yum install docker-ce docker-ce-cli containerd.io
Loaded plugins: fastestmirror, langpacks
docker-ce-nightly | 3.5 kB 00:00
docker-ce-stable | 3.5 kB 00:00
d ...
Posted by wchris on Fri, 22 May 2020 08:03:14 -0700
Introduction to Docker foundation of container technology
We have learned the basic usage of LXC and the simple use of LXC WEB Panel, which can be referred to by interested friends https://www.cnblogs.com/qiuhom-1874/p/12904188.html Today's essay is mainly about the basic knowledge of docker;
I. docker and LXC
First let's talk about the difference between docker and traditional LXC containers. The tra ...
Posted by drag0n on Fri, 22 May 2020 06:47:21 -0700
Hyperledger Configure Fabric1.4 Environment with Google Cloud
Google Cloud System Configuration
As shown in the following figure: Select the ubuntu system for configuration, choose a new instance, choose any name you like, choose Hong Kong as far as possible, pick up the mirror faster, and choose a vCPU of type 3.75G is sufficient. Select permanent disk 10GB
Fabric Environment Configuration
Sta ...
Posted by alefort on Thu, 21 May 2020 19:57:47 -0700
Kubedm deploy kubernetes Cluster - kubernetes introduction to actual combat [introduction + Advanced]
1. kubernetes cluster deployment
1.1 kubernetes installation overview
To learn kubernetes, first of all, a kubernetes cluster is needed. In order to meet the needs of different scenarios, the community provides different installation methods to meet the needs of various scenarios. Common methods are:
MiniKube is a single node installation of ...
Posted by gardnc on Wed, 20 May 2020 21:35:58 -0700
Continuous integration - UniApp
A basic APP build script. Please ignore this article. The author is not talented and can only try to sum up experience repeatedly.FROM fake front end Engineer
background
The official development tool HBX (abbreviated as HbuilderX) of UniApp needs to manually export the project file and then operate the Android project.
Recall the scena ...
Posted by DeadEvil on Sun, 17 May 2020 21:30:44 -0700
centos7 docker installation configuration swarm cluster configuration Portal Management
1. Install dockersystem information
[root@localhost yum.repos.d]# cat /etc/centos-release
CentOS Linux release 7.8.2003 (Core)
[root@localhost yum.repos.d]# uname -a
Linux localhost.localdomain 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost yum.repos.d]#
1. Install yum extension ...
Posted by bugz-2849 on Sat, 16 May 2020 07:42:57 -0700
Installing Chinese community version of Gitlab for docker under centos7 Linux
catalog
1, Environment
2, Installation procedure
3, Use
4, 500 problem solving
1, Environment
linux: centos7
docker:18.06.3-ce
gitlab: twang2218/gitlab-ce-zh(Sinicized GitLab Community Edition)
2, Installation procedure
To configure the image accelerator (skip this step if you have already configured it), open the / etc/docker/daemon.j ...
Posted by jdavila28 on Thu, 14 May 2020 22:47:02 -0700