Binary cluster deployment: 8ks high

K8s binary high availability deployment Say in front Relevant codes and note addresses in this chapter: a plane ticket πŸš€ 🌍Github: πŸš€ Java supernatural path:[ πŸ” Study notes of Java full ecological technology, let's be supernatural together πŸ”] πŸͺCSDN: πŸš€ Java supernatural path:[ πŸ” Study notes of Java full ecological technology, let's ...

Posted by CaptianChaos on Thu, 17 Feb 2022 22:21:56 +0100

CEPH CSI source code analysis RBD driver nodeserver analysis

Kubernetes CEPH CSI analysis directory navigation CEPH CSI source code analysis (5) - RBD driver nodeserver analysis (Part I) When the driver type specified when the CEPH CSI component is started is rbd, the services related to rbd driver will be started. Then, according to the parameter configuration of controllerserver and nodeserver, decid ...

Posted by bobohob on Thu, 17 Feb 2022 14:23:41 +0100

Using OpenYurt to manage WasmEdge | lightweight edge computing solution

OpenYurt, Vivian Hu (WasmEdge) Edge calculation It is a distributed application architecture that places computing resources (such as CPU and storage) close to the data source. In this way, it provides low latency, high performance and strong security for various applications. However, similar to cloud computing in data center, edge computi ...

Posted by timcapulet on Wed, 16 Feb 2022 12:02:58 +0100

How does OpenTelemetry do this: just detect the application once and send the data to any backend

OpenTelemetry (also known as OTel) is an open source observable capability framework, which is composed of a series of tools, API s and SDK s, enabling IT teams to detect, generate, collect and export remote monitoring data for analysis and understanding software performance and behavior. Popular ones include Zipkin from Spring Cloud, CAT fr ...

Posted by Firestorm3d on Tue, 15 Feb 2022 12:45:31 +0100

[Zhao Yuqiang] deploy Kubernetes cluster with binary package

In the private environment of some enterprises, external networks may not be connected. If you want to deploy Kubernetes clusters in such an environment, you can collect Kubernetes and install them offline. That is: deploy Kubernetes cluster with binary installation package, and the version adopted is Kubernetes v1 18.20. The following steps de ...

Posted by Griffin on Sun, 13 Feb 2022 15:49:36 +0100

Building kubernetes cluster with kubedm

1, Deploying kubernetes with kubedm kubernetes node architecture diagram: kubernetes component architecture diagram: 1. Prepare the basic environment We will use kubeadm to deploy the Kubernetes Cluster with three nodes. The node information is as follows: host name IP address role OS assembly Minimum configuration master 192.1 ...

Posted by neridaj on Sun, 13 Feb 2022 11:50:43 +0100

k8s study notes

Note: the content of this study note is from the dark horse k8s video, The video link is as follows: Dark horse k8s video The purpose of recording is to apply relevant knowledge in work and retrieve it quickly Chapter 1 Introduction to Kubernetes 1.1 evolution of deployment mode Physical machine deployment Virtual machine deployment ( ...

Posted by geoffs on Sun, 13 Feb 2022 02:39:55 +0100

Simple Label has such a great effect

Label: classify and group various resources in k8s, and add a label with special attributes Selector: find the resource corresponding to the tag through a filtered syntax Label is an important concept in k8s. A key value pair of a label with key=value can be attached to various resources. After the summary, we will explain: Matching rules ...

Posted by nextman on Sat, 12 Feb 2022 02:07:48 +0100

Introduction to Kubernetes using Yunxi database

Why KubernetesContainers are a great way to package and run applications. In a production environment, we need to manage the containers that run our applications and ensure that they don't go down. If one container fails, you need to start another container. If the system handles this behavior, will it be more convenient? This is the value of K ...

Posted by phpnewbie25 on Fri, 11 Feb 2022 14:56:58 +0100

[Cloud Native Theme-38]: K8S - Core Concepts - Storage Abstraction - Configurable Size Directory Mount PV+PVC

Author Home Page ( Silicon-based Workshop for Potato Sugar): Blog of Potato Sugar (Wang Wenbing)_ Silicon-based Workshop for Potato Sugar_ CSDN Blog Website address: https://blog.csdn.net/HiWangWenBing/article/details/122832783 Catalog Chapter 1 Overview of PV+PVC 1.1 Problems with NFS Network File System Introduction of 1.2 PV+PVC Chapt ...

Posted by scbmx on Fri, 11 Feb 2022 06:00:33 +0100