Health Check of k8s

Powerful self-healing capability is an important feature of container orchestration engines such as Kubernetes. The default way to implement self-healing is to automatically rekindle the failing container. In addition, users can use Liveness and Readines detection mechanism to set up more detailed health checks, and then achieve the following ...

Posted by dinger on Thu, 10 Oct 2019 11:54:38 -0700

Kubernetes Series II: Architectural Design and Deployment of Kubernetes

1. Architectural design and environmental design 1.1. Architectural design Deploy Haproxy to provide Endpoint access entry for Kubernetes The Endpoint entry address is set to Virtual IP using Keepalived, and redundancy is achieved by deploying multiple nodes. Deploy highly available Kubernetes clusters using kubeadm, specifying Endpoint IP as ...

Posted by Darkmatter5 on Mon, 30 Sep 2019 16:32:14 -0700

The inconsistent version number of kubelet kubeadm causes the worker status to remain NotReady

I. Questions When installing kubelet kubeadm on master and worker nodes, it happens to update the version of k8s. Previously, the default installation was adopted. When the worker node joined the master node, the node was always in notReady state. Installation of the specified version number 2.1 Check So Version Number $ yum list kubelet kubead ...

Posted by ihcra on Mon, 30 Sep 2019 08:05:12 -0700

CentOS 7 deploys Kubernetes 1.13.10 cluster using binary

CentOS deploys Kubernetes 1.13.10 cluster using binary 1. Installation environment preparation: Deployment node description IP address host name CPU Memory disk 192.168.250.10 k8s-master01 4C 4G 50G 192.168.250.20 k8s-node01 4C 4G 50G 192.168.250.30 k8s-node02 4C 4G 50G k8s installation ...

Posted by rostros on Mon, 23 Sep 2019 03:11:24 -0700

Kubernetes 1.16.0 Fast Upgrade

Kubernetes 1.16.0 has been officially released. Quick upgrade (including domestic mirror quick download links) includes three main steps: updating kubeadm/kubectl/kubelet version, pulling mirror and upgrading Kubernetes cluster. Reference Locked version of software on Ubuntu is not updated > Install a specific DockerCE version. ...

Posted by rUmX on Sun, 22 Sep 2019 23:51:50 -0700

Kubernetes Operations and Maintenance Using Prometheus Overall Monitoring K8S

Catalog: Prometheus architecture K8S Monitoring Indicators and Realization Ideas Deployment of Prometheus on K8S Platform Configuration Analysis Based on K8S Service Discovery Deployment of Grafana on K8S Platform Monitoring Pod, Node, Resource Objects in K8S Cluster Visualization of Prometheus monitoring data using Grafana Warning Rul ...

Posted by jason257 on Sun, 15 Sep 2019 07:20:29 -0700

An article takes you through the communication mechanism between components of kubernetes

    [This column is published synchronously [headlines], [knows] and can focus on subscribing to related articles with the same name account and updating them regularly every week] [This article totals 6129 words, which takes about 17 minutes ...

Posted by JimmyD on Thu, 12 Sep 2019 03:53:46 -0700

Kubernetes Installation Handbook-kubeadm

10. Kubernetes Practice Papers 10.1) Three ways to install Kubernetes (officially available) 10.1.1)minikubeMinikube is a tool that allows you to quickly run a single Kubernetes locally and try it out with Kubernetes or users of everyday development.It cannot be used in a production environment. Official documents: https://kubernetes.io/docs/ ...

Posted by Spikey on Sun, 25 Aug 2019 11:15:58 -0700

ACK Container Service Virtual Node uses Aliyun Log Service to collect business container logs

According to this article Bowen In this paper, virtual nodes can be deployed on ACK cluster by Helm to improve the resilience of cluster. Now, the example of ECI elastic container deployed by virtual node also supports the unified management of stdout output and log files synchronized to Aliyun Log Service (SLS). All logs can be collected in th ...

Posted by mahaguru on Mon, 22 Jul 2019 00:51:04 -0700

Installation of Kubernetes 1.15 full version under centos7

Introduction to Kubernetes Kubernetes (K8S) is an open source container cluster management system, which can realize the functions of automatic deployment, automatic expansion and maintenance of container cluster. It is not only a container layout tool, but also a new distributed architecture leading sc ...

Posted by mdkelly_komex on Sun, 21 Jul 2019 04:34:35 -0700