CentOS 7.4 builds Kubernetes 1.8.5 cluster
Environment introduction
role operating system IP host ...
k8s introduction and cluster construction and deployment
About Kubernetes
Chinese document: http://doc...
Installing kubernetes from kubeadm
This article mainly explains the installation of kubentes under centos7
...
Getting started with kubernetes to real-world resource management and Qos
1. Pod Resource Management
1.1 re...
k8s installation tutorial, CentOS 7.5, ARM architecture server (Feiteng platform)
1 installation environment [root@k8s-master ~]# uname -a Linux k8s-master 4.14.0-49.12.ts7.aarch64 #1 SMP Tue Nov 12 19:...
CentOS7 installs kubernetes 1.18.1 and uses flannel;
1, Overview Building Kubernetes cluster by hand is a very tedious thing. In order to simplify these operations, there a...
Kubernetes v1.18.2 binary high availability deployment
1, Environment server information host name IP remarks k8s-master1 192.168.0.216 Master1,etcd1,node node k8s-mast...
Using Grafana and Arthas to automatically grab the thread stack of abnormal Java process
Preface
Recently, it is found that the timeou...
Core implementation of kubernetes container state synchronization mechanism
After the Pod is dispatched to a Node in K8s, the subsequent state maintenance information is maintained by the kubelet ...
Kubelet source code analysis -- startup
In the Kubernetes cluster, a Kubelet service will be started on each Node (also known as Minion). This process is used t...
#IT Stars Are Not Dreams#Illustrations Core Implementation of kubernetes Container Detection Mechanism
After a container is pulled up by kubelet in k8s, the user can specify the way of sniffing to check the health of the co...
Deploying multiple vk virtual nodes in a kubernetes cluster
Use vk virtual nodes to increase k8s cluster capacity and resilience The way of adding vk virtual node in kubernetes cl...
kubeadm deployment k8s cluster
Experimental environment:master node: 192.168.1.10 (master)Node 1: 192.168.1.20 (node01)Node2 node: 192.168.1.30 (node02...
kubeadm deployment k8s
The new version of kubeadm has changed some parameters, the installation method has changed, you can refer to the new version installation method [ku...
Kubernetes - profile directory structure
The configuration directories for Kubernetes include / etc/kubernetes, / home/supermap/.kube, and / var/lib/kubelet. Let's take a look at what fi...