kubernetes cluster full stack monitoring and alarm scheme kube-prometheus
Reference Documents
http://www.servicemesher.com/blog/prometheus-operator-manual/
https://github.com/coreos/prometheus-operator
https://github.com/coreos/kube-prometheus
Background environment
kubernetes Cluster version 1.13, pure binary build, reference k8s1.13 Cluster Deployment
Coreos/kube-prometheus is isolated from coreos/prometheus-o ...
Added by AlGale on Tue, 04 Jun 2019 20:26:27 +0300
Fluentd-Elastic Search configures two or three things
Last weekend, I had nothing to do at home, so I set up EFK environment for the project team to collect logs. The final goal of the deployment is as follows:
In each application machine, a Fluent serves as the proxy, reads the specified application log file in tail mode, and then Forward to Fluentd, which acts as the aggregat ...
Added by kayess2004 on Sun, 19 May 2019 14:48:56 +0300
[Cluster monitoring] Using Prometheus + grafana + node-exporter
Framework principle
Introduction to Prometheus
Prometheus (Chinese name: Prometheus) is an open source monitoring and alarm system and time series database (TSDB) developed by SoundCloud.
Prometheus has been adopted by many companies and organizations since 2012, and the project has a very active developer and user communit ...
Added by trrobnett on Thu, 16 May 2019 17:13:01 +0300
Efficient hyperparametric tuning using Kubernetes and Helm
Author: xidianwangtao@gmail.com
Abstract: This article will discuss the problems faced by Hyperparameter tuning when landing, and how to use Kubernetes+Helm to solve these problems.
Problems Faced by Hyperparameter Sweep
In Hyperparameter Sweep, we need different training according to many different combinations of hyperparameters. It takes ...
Added by toibs on Thu, 16 May 2019 04:14:44 +0300
kubernetes of "Advanced Chapter" docker Build Cluster Add Authentication Authorization (39)
> Original articles are welcome to be reproduced. Reproduced please note: reproduced from ____________ IT Person Story Club Thank you!> Original Link Address: kubernetes of docker Build Cluster Add Authorization (below) (39)
Connect with the last continued certification version of the k8s build.
kubectl
Preparation Certificate
#The ku ...
Added by coupe-r on Wed, 15 May 2019 10:40:40 +0300
In-depth analysis of Nominated Pods of Kubernetes Scheduler
Author: xidianwangtao@gmail.com
stay Kubernetes 1.8 Preemption Source Code Analysis for Preemptive Scheduling We mentioned Nominated Pods in several places, but did not give enough analysis at that time. Today we will focus on the significance and principle of Nominated Pods.
What is Nominated Pods?
When enable PodPriority feature gate is ena ...
Added by gca07738 on Sun, 12 May 2019 10:59:00 +0300