Build a log collection system EFK combined with springboot

catalogue EFK architecture (elasticsearch\filebeat\kibana) 1. Download elasticsearch, kibana, filebeat 2. Create and authorize users 3. Install and start 3.1 install and start using elasticsearch account >3.1.1 unzip elasticsearch >3.1.2} configure elasticsearch >3.1.3} start elasticsearch >3.1.4 access 3.2 # install and s ...

Posted by magic003 on Tue, 08 Mar 2022 04:23:04 +0100

Creating databases and tables using AnalyticDB MySQL

brief introduction The goal is to let cloud data warehouse users and developers experience the main process of building cloud native data warehouse based on AnalyticDB MySQL and DMS through simple steps. The scene will be through the links of instance opening, structure and data initialization, report development, report visualization and so o ...

Posted by todd2006 on Thu, 03 Mar 2022 21:20:06 +0100

Introduction to DevOps-7-K8S

Introduction to Lec7-K8S 1. Why do you need K8S? 1.1. What is the container? Container is the representative of resource refinement.Container usually refers to the process running in an isolated environment and the environment on which the process depends. Isolation: with the help of linux namespace mechanismResource limitation: cgroup c ...

Posted by We Must Design on Thu, 03 Mar 2022 02:12:57 +0100

Binary cluster deployment: 8ks high

K8s binary high availability deployment Say in front Relevant codes and note addresses in this chapter: a plane ticket πŸš€ 🌍Github: πŸš€ Java supernatural path:[ πŸ” Study notes of Java full ecological technology, let's be supernatural together πŸ”] πŸͺCSDN: πŸš€ Java supernatural path:[ πŸ” Study notes of Java full ecological technology, let's ...

Posted by CaptianChaos on Thu, 17 Feb 2022 22:21:56 +0100

Load balancing proxy

Load balancing is used to schedule nodes, so you only need to set the transfer on the server equipped with load balancing The conf file can be directed to the relevant server. It can be tested by a single server first, but since it is a scheduling server, it must not be one server, Load balancing transfers the of a single machine conf conf ...

Posted by cags on Wed, 09 Feb 2022 23:42:25 +0100

N skills to write more efficient Dockerfile | cloud effect engineer pointing North

Hello, I'm Chen Zefeng. I'm responsible for Flow pipeline arrangement and task scheduling engine in Yunxiao. Under the cloud effect product system, we have served enterprise users with various R & D scales and technical depth, and received a lot of user feedback. For users who use Flow to build on the cloud, the construction speed is a key ...

Posted by slamMan on Wed, 26 Jan 2022 16:14:58 +0100

Implementation tutorial of Java project CI/CD

Implementation tutorial of Java project CI/CD What is Ci? What is the difference between CI and CD? The acronym CI/CD has several different meanings. "Ci" in CI/CD always refers to continuous integration, which belongs to the automated process of developers. A successful CI means that new changes to the application code are built, t ...

Posted by pikymx on Sun, 23 Jan 2022 17:57:35 +0100

Ansible introduction and installation

Ansible introduction and installation 1, Introduce Ansible 1. What is Ansible Ansible is an infrastructure as code tool that keeps pace with Puppet, SaltStack and check. Its simple and easy-to-use features make people love it and occupy a place in the DevOps industryAnsible provides the easiest way to publish, manage and orchestrate comp ...

Posted by irkevin on Tue, 18 Jan 2022 08:13:25 +0100

Azure Terraform uses the approval of Azure DevOps Pipeline to control process publishing

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python practical quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 1, Introduction Azure Pipeline is an automated process; However, for some reason, we often need to obtain approval before proceeding to the next p ...

Posted by summerjamn on Thu, 13 Jan 2022 22:55:16 +0100

Jenkins + Groovy script = efficient βœ”βœ” (pure dry goods)

1, Configuring Groovy in IntelliJ IDEA The mode of writing script in Jenkinsfile is to verify the script in IDE and then copy the code to Jenkinsfile. For writing Groovy script in IntelliJ IDEA, please refer to this article IntelliJ IDEA configuring Groovy tutorial 2, Using Groovy scripts in Pipeline 1. Use the method provided by the d ...

Posted by banacan on Sun, 02 Jan 2022 22:56:44 +0100