Kubernetes Binary Wire Network Deployment (Example!!!)
This category
1. Official three deployment options2.Kubernetes Platform Environment Planning3. Self-signed SSL certificate4.Etcd database cluster deployment5.Node Install Docker6.Flannel Container Cluster Network Deployment7. Deploy Master Components8. Deploy Node Components9. Deploy a test sample10. Deploy Web UI (Dashboard)11. Deploy the DNS ...
Posted by fotakis on Thu, 23 Jan 2020 18:57:54 +0100
LINUX Install nexus Private Server and Use
Download and unzip the nexus package
#This download version 2.14.3-02 can be updated to 3.13.0-01
# wget "https://sonatype-download.global.ssl.fastly.net/nexus/oss/nexus-2.14.3-02-bundle.tar.gz"
# tar xfvz nexus-2.14.3-02-bundle.tar.gz
Configuring nexus environment variables
# cd /etc
# vi profile
i Enter edit ...
Posted by bqheath on Mon, 20 Jan 2020 20:02:19 +0100
k8s learning notes: installation and deployment of kubernetes (binary package mode)
Installation and deployment of kubernetes (binary package mode)
1, Introduction to installation and deployment
2, kubernetes (binary package mode) installation and deployment
1. Deploy etcd cluster
1.1 generate etcd certificate
1.2 download / decompress etcd binary package
1.3 create etcd configura ...
Posted by haixiao on Mon, 20 Jan 2020 16:01:36 +0100
Introduction to the installation of nginx and nginx configuration of Centos7 yum source
Introduction to the installation of nginx and nginx configuration of Centos7 yum source
(1) Installation
1.1 add Nginx repository
yum install epel-release
1.2 start to install nginx
yum install nginx
In the middle of the way, these two commands will prompt you whether to continue or not. You o ...
Posted by linus on Mon, 20 Jan 2020 11:51:17 +0100
netty - start process
netty start process
Start instance:
public final class EchoServer {
static final boolean SSL = System.getProperty("ssl") != null;
static final int PORT = Integer.parseInt(System.getProperty("port", "8007"));
public static void main(String[] args) throws Exception {
// Configure ...
Posted by superdude on Fri, 17 Jan 2020 12:33:42 +0100
Reading yaml file with linux shell
1, Installing python3.7.0 on Linux
centos 6 / 7, the default installation of centos system is python2. X (in fact, I'm centos 6.5, and centos default installation of python2.6.6). Version x is different according to different versions of the system. You can view the python version of the system throug ...
Posted by techcone on Thu, 16 Jan 2020 06:30:04 +0100
Full analysis of Spring Boot email
1. Preface
Welcome to read Spring Boot 2 series Although e-mail has been "annealed" in recent years, it still plays an important role in the development. In more formal occasions, we still send messages and receipts by email. Today, let's learn how to send email under Spring Boot.
2. dependence
Java sends e-mail based on the jakarta. ...
Posted by Ruud Hermans on Wed, 15 Jan 2020 04:58:54 +0100
Detailed tutorial of integrating apache ftpserver with springboot (this is enough)
Original is not easy, if you need to reprint, please indicate the source https://www.cnblogs.com/baixianlong/p/12192425.html Otherwise, the legal responsibility will be investigated!!!
1, About Apache ftpserver
Apache FTP server is a 100% pure Java FTP server. It is designed as a complete and por ...
Posted by jmdavis on Tue, 14 Jan 2020 09:51:53 +0100
Technology Sharing| MySQL Charges in NoSQL
Author: Yang Taotao
background
The content of the article comes from a problem of customers.
Description of the problem:
We are now fully MySQL in the background database and very familiar with MySQL in front-end development.But now there's new business coming in.The data model is very flexible and does not have a fixed table structure.At f ...
Posted by LexHammer on Fri, 10 Jan 2020 07:15:39 +0100
16.10.4 control your computer by email
Write a program to check the email account every 15 minutes, get all instructions sent by email and execute them automatically
The knowledge of gui automation is needed here. I use email to send download link, the program automatically extracts the connection from the mailbox, calls thunderbolt to download and delete the email ...
Posted by hoppyite on Thu, 02 Jan 2020 04:50:56 +0100