Run rainbow on Windows for 10 minute quick installation
prefaceWindows Desktop running Rainbond , a new choice for Windows developers.After adapting Mac, the adaptation of Windows has also become a small goal in the near future. After continuous testing and research. Finally, it also achieved the effect of perfect operation, realized any scene in the real sense and the perfect adaptation of various ...
Posted by coldfiretech on Tue, 11 Jan 2022 05:14:17 +0100
Run rainbow on Windows for 10 minute quick installation
preface
Windows Desktop running Rainbond , a new choice for Windows developers.
After adapting Mac, the adaptation of Windows has also become a small goal in the near future. After continuous testing and research. Finally, it also achieved the effect of perfect operation, realized any scene in the real sense and the perfect adaptation of vari ...
Posted by cpjok on Tue, 11 Jan 2022 04:05:46 +0100
EFS persistent storage in Amazon EKS
Author: SRE operation and maintenance blogBlog address: https://www.cnsre.cn/ Article address: https://www.cnsre.cn/posts/220110850573/Related topics: https://www.cnsre.cn/tags/eks/Learning objectivesDeploy Amazon EFS CSI driver in EKS toVerify the EFS and verify that it is working properlyCreate EFS based static and dynamic storageprerequisite ...
Posted by bad76 on Tue, 11 Jan 2022 03:37:02 +0100
[Source Parsing] Deep Learning Distributed Training Framework horovod (20) --- Elastic Training Operator
[Source Parsing] Deep Learning Distributed Training Framework horovod(20) - Elastic Training Operator
0x00 Summary
Horovod is a distributed training framework based on ALReduce. Horovod is widely used in data parallel training due to its support for mainstream deep learning frameworks such as TensorFlow, PyTorch, and communication optimiz ...
Posted by jackie11 on Mon, 10 Jan 2022 18:52:26 +0100
Using blackbox_exporter for black box monitoring
WeChat official account: operation and development story: Author: Joker
summary
In the monitoring system, we usually think that monitoring is divided into white box monitoring and black box monitoring.
Black box monitoring: the phenomena mainly concerned are generally things that are happening. For example, if an alarm occurs and the ser ...
Posted by ashishag67 on Mon, 10 Jan 2022 17:17:46 +0100
k8s builds a high availability cluster kubernetes V1 based on kubeasz(ansible) twenty-two point two
Talk ahead
This environment is installed using kubeasz. At present, I use nine virtual machines to simulate, memory and PCU can be allocated according to the situation.
Project address: https://github.com/easzlab/kubeasz/
Address role division
Serial number
role
IP
hostname
system
Kernel version
remarks
1
DNS server
172.16.0.110
dns-101. ...
Posted by blue-genie on Sun, 09 Jan 2022 17:38:20 +0100
[Kubernetes] install Kubernetes cluster
Install kubernetes
Preparation before installation
1, Install docker
2, Close swap partition
There are two ways, temporary shutdown and permanent shutdown
Temporarily Closed
sudo swapoff -a
Permanent shutdown
Edit / etc/fstab and # comment the swap line
sudo vim /etc/fstab
3, Check hostname
# The output of hostname here will be the node name ...
Posted by rokchik on Sun, 09 Jan 2022 08:48:12 +0100
[Kubernetes] Helm package manager
1, What's Helm
Helm is the package manager of Kubernetes and the best way to find, share and build Kubernetes with software. Helm helps users manage Kubernetes applications - helm charts, even the most complex Kubernetes applications, can be easily defined, installed and upgraded.
The package manager is similar to apt in Ubuntu, yum in Centos o ...
Posted by ngubie on Sun, 09 Jan 2022 07:58:10 +0100
Goland study notes
Golang study notes
This article is a handy note when watching the video material Golang beginner tutorial from YouTube. It is only for auxiliary learning and review. Due to the limited level, there may be some translation errors and content errors. Criticism and correction are welcome. YouTube source: Learn Go Programming - Golang Tutorial for ...
Posted by seco on Fri, 07 Jan 2022 04:43:56 +0100
Automation integration: detailed explanation of Kubernetes container engine
Recommended for the same series:Jenkins management tool detailsDetailed explanation of Pipeline pipeline Pipeline syntaxIntroduction to Docker containerPipeline integration Docker containerSecondary shallow encapsulation of microservice componentsThis series of articles focuses on continuous integration: Jenkins+Docker+K8S related components to ...
Posted by sheephat on Thu, 06 Jan 2022 02:45:07 +0100