Prometheus is deployed in containers and monitors nodes with Grafan drawing tool

Prometheus and Grafan container deployment Environmental description host nameIPmaster192.168.58.110client192.168.58.20 Install docker on the master host docker installation Configure network source (rhel red hat system) [root@master ~]# curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo Configure doc ...

Posted by digitalbart2k on Mon, 03 Jan 2022 04:24:15 +0100

Install docker CE on June 22, 2021

Install docker CE Docker supports the following 64 bit CentOS versions: CentOS 7 CentOS 8 Later version... Automatic installation using official installation script The installation commands are as follows: curl -fsSL https://get.docker.com | bash -s docker --mirror aliyun You can also use the domestic daocloud one click installation c ...

Posted by dakkonz on Sun, 02 Jan 2022 23:29:14 +0100

Introduction to Docker - getting to know Docker

Docker's cognition Core concept docker is a linux container technology. The container effectively divides the resources managed by a single operating system into isolated groups, so as to better balance the conflicting resource use requirements between groups. It can be simply understood as a sandbox. An application runs in each container ...

Posted by huckfinne on Sun, 02 Jan 2022 09:18:57 +0100

An article deploys ELK+Filebeat distributed log solution, which is the most concise in the whole network

I First, learn about ELK+Filebeat Official website address: https://www.elastic.co/cn/ Elasticsearch is a distributed, RESTful style search and data analysis engine Logstash is a free and open server-side data processing pipeline Kibana is a free and open user interface that allows you to visualize Elasticsearch data Filebeat ...

Posted by williamg on Sat, 01 Jan 2022 17:04:42 +0100

Prometheus monitors containers and implements mailbox alarms in combination with cdadvisor, AlertManager and node exporter

1, Prometheus monitoring container Prometheus is an open source monitoring tool for cloud native applications. As the first monitoring tool graduated from CNCF, developers have great hopes for Prometheus. In the Kubernetes community, many people believe that Prometheus is the first scheme for monitoring in container scenarios and has becom ...

Posted by pinacoladaxb on Sat, 01 Jan 2022 14:01:38 +0100

kubernetes resource scheduling

dispatch Create a pod workflow kubernetes realizes the decoupling of interaction between components based on the controller architecture of list watch mechanism. Other components monitor their own resources. When these resources change, Kube apiserver will notify these components. This process is similar to publish and subscribe. Main a ...

Posted by john-iom on Sat, 25 Dec 2021 05:20:49 +0100

Spring IOC: initialization

3. Initialization process of spring IOC container In short, the initialization of IoC container is started by the refresh() method introduced earlier, which marks the official start of IoC container. Specifically, this startup includes three basic processes: Resource location, loading and registration of BeanDefinition. The first process is t ...

Posted by mjr on Fri, 24 Dec 2021 21:53:14 +0100

Deep understanding of CNI (container network interface)

original text Introduction to CNI The configuration of container network is a complex process. In order to meet various needs, container network solutions are also diverse, such as flannel, calico, Kube ovn, weave and so on. At the same time, the container platform / runtime is also diverse, such as Kubernetes, Openshift, rkt, etc. It will be ...

Posted by cool-palace-ceo on Fri, 24 Dec 2021 05:31:04 +0100

Quick view of common Docker commands

Docker installation Uninstall the old version. The older docker version is docker or docker engine. If you have installed these programs, uninstall them and their related dependencies. sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker- ...

Posted by devarishi on Sun, 19 Dec 2021 01:54:31 +0100

Stay up late to burst the liver! C++ Core STL Container string Knowledge Points Compilation [10,000 words dry goods warning recommendation collection]

Preface Some time ago, some fans asked me, when I finished my freshman year, I didn't know how I am doing with c++? Have you got all the points you need to know? Are you getting started? I have sorted out the C++ Basic and Core Advanced Knowledge Points in the last few days. If you haven't seen them, you can see them! Stay up late to burst th ...

Posted by ntohky14 on Sat, 18 Dec 2021 20:41:38 +0100