Tencent cloud tke container service adjusts kubelet working directory
Tencent cloud uses the system disk as the default kubelet working directory in / var/lib/kubelet. The system disk is generally not large enough and inconvenient for expansion, so you need to modify the kubelet working directory. The general process is as follows:
Preparation
Expulsion node
Modify configuration
Restart service
Unseali ...
Posted by Z3RO21 on Mon, 23 Dec 2019 15:06:56 +0100
Attachment 012.Kubeadm deployment high availability Kubernetes
I. Introduction to kubeadm
1.1 overview
Refer to attachment 003.Kubeadm deployment Kubernetes.
1.2 kubeadm function
Refer to attachment 003.Kubeadm deployment Kubernetes.
II. Deployment planning
2.1 node planning
Node hostname
IP
type
Operation service
k8smaster01
172.24.8.71
Kubernetes mas ...
Posted by mastermike707 on Tue, 10 Dec 2019 05:58:14 +0100
pod health examination for k8s detection mechanism
One: Source of demand:
First, let's look at the source of the entire need: how do you ensure the health and stability of your app when it's migrated to Kubernetes?In fact, it is very simple and can be enhanced in two ways:
1. First, improve the observability of the application;2, the second is to improve the resilience of the application.
Obse ...
Posted by Zmodem on Mon, 09 Dec 2019 10:28:44 +0100
kubeadm Install k8s Complete Tutorial
[TOC]
1: Hardware environment preparation
Three machines, planned for one master, two node s
Sequence Number
ip
System Version
hostname
To configure
Node type
1
192.168.159.210
CentOS 7.7.1908 (Core)
vm210
2-core 2G
Master
2
192.168.159.211
CentOS 7.7.1908 (Core)
vm211
2-core 2G
node
3
192.168.159.212
CentOS 7.7.1908 (Core)
vm212
2-cor ...
Posted by Dimensional on Sun, 08 Dec 2019 01:44:50 +0100
Practical production environment: 1.13.3 latest k8s cluster deployment Heapster plug-in
This article, any image and yaml I use will send a link to the online disk for you to download and learn!Links: https://pan.baidu.com/s/1inmW... Password: 92uagithub: https://github.com/heyangguangYou can contact me directly if you have any questions: heyangev@cn.ibm.com
Heapster is a collector that summarizes the data of C advisor on each Nod ...
Posted by nawal on Wed, 04 Dec 2019 03:18:54 +0100
Kubernetes V1.16.2 deploy Dashboard V2.0(beta5)
kubeadm is a tool for rapid deployment of kubernetes clusters launched by the official community.
1. Installation requirements
Before you start to deploy the Kubernetes cluster machine, you need to meet the following conditions:
One or more machines, operating system centos7.6-86
Hardware configuration: 4GB or more RAM, 4 CPU s or more, 30GB ...
Posted by pikymx on Tue, 05 Nov 2019 02:12:36 +0100
kubernetes version upgrade strategy
Kubbernets Version Compatibility
Before upgrading, you need to understand the relationship between versions:
The kubernetes version is named XYZ, where X is the primary version, Y is the secondary version, and Z is the patched version.For example, 1.16.0
The version numbers of all K8s components kube-controller, kube-scheduler and kubelet sha ...
Posted by phphead on Thu, 10 Oct 2019 11:51:56 +0200
Deploying kubernetes 1.16.0 high availability cluster requires only two steps
Course
wget https://github.com/fanux/sealos/releases/download/v2.0.7/sealos && chmod +x sealos && mv sealos /usr/bin
sealos init --passwd YOUR_SERVER_PASSWD \
--master 192.168.0.2 --master 192.168.0.3 --master 192.168.0.4 \
--node 192.168.0.5 \
--pkg-url https://sealyun.oss-cn-beijing.aliyuncs.com/cf6bece970f6da ...
Posted by greenie__ on Fri, 27 Sep 2019 09:22:08 +0200
Kubernetes GPU Cluster Automation Deep Learning Training
Reference Blog: http://www.infoq.com/cn/articles/kubernetes-gpu-cluster-to-automate-deep-learning-trainin
2018.2.4, if you change the source, you can not turn over the wall.Update reference https://github.com/EagleChen/kubernetes_init
#Cluster:
Maste ...
Posted by bobbfwed on Thu, 22 Aug 2019 04:22:26 +0200
centos7 installs and deploys Kubernetes (1.15.2) cluster based on kubeadm
I. What is Kubernetes
Kubernetes is an open source container cluster management system of Google (Borg). It provides application deployment, maintenance, extension mechanism and other functions. Kubernetes can easily manage container applications running across machines. It can realize automatic deployment, automatic expansion and maintenance ...
Posted by chawezul on Sun, 18 Aug 2019 15:11:48 +0200