Kubernetes StatefulSet for stateful service data persistence (automatic creation of PVC)
1. Kubernetes Stateless Service VS Stateful Service 1) Kubernetes Stateless Service Kubernetes stateless service charac...
Stateful set (stateful service) implementation of k8s
Statefullset introduction Problems encountered:
...
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...
The introduction and application of k8s storage mode
k8s storage: (persistent) docker containers have a lifecycle.volume 1. Storage class is a kind of k8s resource type. It ...
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...
Quick start to kubernetes series tutorial
Write before Kubernetes involves a lot of concepts, including all kinds of technologies in the cloud eco-community. The cost of learning is relativel...
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...
Kubeflow series: Solve one-click installation of kubeflow based on Ali cloud mirror in China
Environmental preparation kubeflow is very demanding for the environment. See the official requirements:at least one worker node with a minimum of: 4 ...
Kubeflow series: analysis of kubeflow components
As a big gift package of machine learning based on cloud native, kubeflow can be used as a good example of cloud native learning. At the same time, t...
k8s uses glusterfs to realize dynamic persistent storage
brief introduction This article introduces how to use glusterfs to provide k8s with the function of dynamic pv application. Glusterfs provides the un...
Kubernetes deployment: CA certificate production
Make CA certificate manually 1. Install CFSSL [root@node-01 ~]# cd /usr/local/src [root@node-01 src]# wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd...
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...
024. Master Pod-Deployment MongoDB
1. Pre-preparation 1.1 Preconditions Cluster deployment: Kubernetes cluster deployment reference 003-019. glusterfs-Kubernetes Deployment: Refer to Gl...