Three kinds of Web UI interface deployment of k8s cluster (dashboard, scope, Prometheus)

1, The UI access interface of k8s - dashboard In dashboard, although we can create, delete and modify resources, we usually regard it as the software of healthy k8s cluster. As the Web user interface of Kubernetes, users can deploy containerized applications in Kubernetes cluster through Dashboard, handle and manage the application problems, a ...

Posted by ManOnScooter on Thu, 27 Feb 2020 12:55:41 +0100

logo development framework use

lego development framework use Introduction to lego development framework Import of lego lego framework directory structure description base service encapsulation core interface structure definition lib integrated function modules and components sys integrated system demo download address Introd ...

Posted by sunilmadhav on Mon, 24 Feb 2020 11:18:25 +0100

Fabric Block Chain Third Party CA Use Tutorial

Hyperledger Fabric (HF) provides fabric-ca tools for end users to use their own CAs.However, root CAs should be as secure as possible in production environments, such as offline root CAs, and certificate issuance agents in Hyperledger Fabric environments should be given to the middle CA.In this article, ...

Posted by de.monkeyz on Sun, 23 Feb 2020 03:39:47 +0100

hexo deployed to centos remote server

Key paired to local and server Prerequisite: Server has git tools and nginx server installed, git tools locally installed, hexo configured Generate Local Key The local terminal runs the command ssh-keygen-t RSA and returns continuously, generating a public key to store in C...In the / user/.ssh fold ...

Posted by xjake88x on Sun, 23 Feb 2020 03:23:50 +0100

Artifact & GitLab CI continuous integration practice

GitLab CI enables you to create multiple builds and evaluate whether each code submission passes the test and the impact on your product. In the process of building, a large number of binary files will be generated. If these files are not managed correctly on a large scale, the binary file management will be confused. In order to overcome thi ...

Posted by cullouch on Wed, 19 Feb 2020 12:26:13 +0100

Git Dehydration Edition [10. Internal Mechanism]

a.1 underlying command Previously, we outlined 30 common Git commands, such as checkout/branch/remote. Since Git's initial goal was a collection of tools, not a VCS system, it contained a large number of underlying commands to be invoked in scripts like Unix systems, so these commands are called under ...

Posted by Drakkie on Sat, 15 Feb 2020 07:39:34 +0100

Linux basic software installation Git (server installation)

brief introduction Git is an open source distributed version control system for agile and efficient processing of any small or large project. Git is an open source version control software developed by Linus Torvalds to help manage Linux kernel development. In the current software development, Git/SVN, two version control sys ...

Posted by tallberg on Thu, 13 Feb 2020 20:15:01 +0100

Spring Cloud exploration | distributed configuration center (Config Client)

The last chapter Spring Cloud exploration | distributed configuration center (Config Server) >, and then explain the configuration process of Config Client. Spring Cloud Config Client configuration process 1. pom.xml add dependency <parent> <groupId>org.springframework.boot</groupId> <artif ...

Posted by fareforce on Sun, 09 Feb 2020 16:41:09 +0100

Learning while using -- using the Material UI framework under React to develop a simple web version Ethereum wallet imitating MetaMask

In the previous article, we learned the use of route in React and created an import interface; this time, we learned the specific implementation of wallet and the development of login interface, and connected the three UI s of login interface, create wallet and import wallet through wallet. 1, Further ...

Posted by rage123456 on Sun, 26 Jan 2020 12:21:24 +0100

Shell uses ls to find files and directories

Find all directories ls -F | grep "/$" -F File type. Indicates that a symbol is added after each enumerated item to mark the File type. / indicates a directory; @Indicates a symbolic link to another file; *Indicates an executable ls -l -F /usr/lib Some of the results are as follows: -rw-r- ...

Posted by abasel on Wed, 22 Jan 2020 16:01:22 +0100