Best practices for deploying various Beat s of the Elastic Stack under Tencent Cloud
Overview
Using the various Beats modules of the Elastic Stack can completely end the twisted practice of manually collecting logs and checking metrics on the server. With the Elasticsearch service provided by Tencent Cloud, the operation and maintenance of a large-scale cloud environment can be easily done. This article helps you sort out the ...
Posted by brauchi on Wed, 25 May 2022 03:37:30 +0300
Simple integration of client go gin (list related operations)
Background:
It's done Client go connect kubernetes cluster delete related operations , I've seen some stops B Qimiao who can write js best in go circle Videos of go and gin, and some courses of Uncle Shen: https://www.jtthink.com/ . Generally, they are used to doing it first and do it by themselves. If there is a problem, see Uncle Shen's vid ...
Posted by M4F on Thu, 05 May 2022 14:02:09 +0300
Deployment and use of enterprise image warehouse Harbor
1, Environmental preparation
CentOS 7.6 Minimal 192.168.73.135
Docker 20.10.12
Docker Compose v2.2.2
OpenSSL (CentOS system comes with)
2, Download
Download address
https://github.com/goharbor/harbor/releases/download/v2.4.1/harbor-offline-installer-v2.4.1.tgz
decompression
# decompression
tar -xvf harbor-offline-installer-v2.4.1.tgz
# Move ...
Posted by onthespot on Wed, 04 May 2022 00:38:30 +0300
45 Git classic operation scenarios
The article is reproduced in: A little rain in the south of the Yangtze River
Git should be familiar to everyone. Skillfully using git has become a basic skill of programmers. Although there are cow X client tools such as Sourcetree at work, which makes it convenient to merge code. But job interviews and some scenes that need to show personal ...
Posted by f1r3fl3x on Sat, 30 Apr 2022 12:21:47 +0300
TARS RPC communication framework | provides a variety of remote call modes
Author | Eaton
Introduction | TARS provides a set of high-performance RPC communication framework to realize efficient communication between services. As the core technology of microservices, RPC supports the growing number of users and massive requests in the era of mobile Internet. In order to meet more requirements, TARS supports synchrono ...
Posted by satal keto on Fri, 29 Apr 2022 19:19:04 +0300
Understand the automated container deployment (git+jenkins+harbor+kubernetes)
I What is automated container deployment
in short, we just need to click (or trigger through gitlab hook), and the code will automatically complete construction - > image generation - > container deployment. Compared with traditional deployment, it can save many steps, especially suitable for agile development projects with ...
Posted by Natty_Dreadlock on Wed, 27 Apr 2022 07:51:45 +0300
Kind deploys Karmada multi cluster management
What is karma?
Karmada is a cloud native project of CNCF. Its main capability is to manage multiple Kubernetes clusters and distribute the resource objects based on the native Kubernetes to multiple clusters. For some Deployment, Job and other workload with computing resource requirements, the specific copy number scheduling ability allows dif ...
Posted by bravo81 on Tue, 05 Apr 2022 10:49:44 +0300