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
Connecting the public cloud Kubernetes cluster through kubectl
Kubectl is a command-line tool for Kubernetes cluster. Through kubectl, the cluster itself can be managed and the container application can be installed and deployed on the cluster. It can not only deploy master and node nodes, but also manage Kubernetes on other machines.
Official documents: https://kubernetes.io/docs/tasks/tools/install-kube ...
Posted by mikesab on Fri, 20 Sep 2019 01:23:57 -0700
K8S Practice_(Helm)
Summary of Helm
1.Helm introduction
helm is similar to package management tools under Linxu system, such as yum, apt, etc. It is mainly used to create, package, publish and manage local and remote Chart repositories for Kubernetes application Chart.
2.Helm component
helm: Local client tool, mainly used for the creation/packaging/publishing ...
Posted by Chris-the dude on Tue, 17 Sep 2019 06:49:34 -0700
Rapid deployment of kubernetes cluster through RKE
RKE:Ranchar Kubernetes Engine https://github.com/rancher/rkeBecause RKE is written by golang, download the binary files of the corresponding system directly.Download address: https://github.com/rancher/rk...
preparation in advance
1. Ubuntu 16.04.3 LTS version is recommended; if CentOS 7 is used, version 7.3 or more is recommended.2. The hostna ...
Posted by yame conoces on Sun, 15 Sep 2019 22:08:16 -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 Series] Part 3 Kubernetes Cluster Installation and Deployment
This article describes how to deploy a highly available k8s cluster through Kubespray. The k8s version is 1.12.5.
1. Deployment Manual
Code Warehouse: https://github.com/kubernetes-sigs/kubespray
Reference documents: https://kubespray.io/#/
2. k8s master machine configuration
3. Installation steps of k8s cluster
Step 1: Set up Secret-Free Log ...
Posted by novice_php on Tue, 10 Sep 2019 04:34:35 -0700
Super practical! Six Open Source Tools K8s Developers Must Know
Source: Yunnan Native Laboratory, Click to view the original text.
Guide: Kubernetes, as the "operating system" of the cloud native era, is familiar with and used as a necessary skill for every User. If you are working on Kubernetes, you ...
Posted by HSM on Mon, 09 Sep 2019 03:41:12 -0700
K8s cluster building (kubeadm scheme)
1. Minimum 3 CentosA, at least 2 cores CPU+2G memory+20G hard diskB. Must be in the same network segmentThe assignments in this example are:
Master: 192.168.20.245
Worker1: 192.168.20.167
Worker2: 192.168.20.166
2. ip addr confirms whether an IPV4 address is assigned.Without nmtui, Automatically connect is ticked
3. Connect with SSH
4. Disabl ...
Posted by shailendra on Thu, 05 Sep 2019 10:15:23 -0700
k8s practice: Volumes and Persistent Storage
Environmental description:
host name
Operating System Version
ip
docker version
kubelet version
To configure
Remarks
master
Centos 7.6.1810
172.27.9.131
Docker 18.09.6
V1.14.2
2C2G
master host
node01
Centos 7.6.1810
172.27.9.135
Docker 18.09.6
V1.14.2
2C2G
Node node
node02
Centos 7.6.1810
172.27.9.136
Docker 18.09.6
V1.14.2
2C2G
Node ...
Posted by graphic3 on Thu, 05 Sep 2019 00:18:05 -0700