Building a highly available Rancher cluster based on K3S

WeChat official account: operation and development story, author: Liu Daxian K3S Description: K3s (lightweight Kubernetes): similar to RKE, it is also a certified Kubernetes distribution. It is newer than RKE, easier to use and lighter. All components are in a binary file less than 100 MB. From Rancher v2 Starting from 4, the Rancher can be ...

Added by wiseass on Mon, 03 Jan 2022 23:32:20 +0200

Linux combat notes ----- configMap management, Secret management and Volumes management of k8s storage

1, Configmap configuration management Introduction: • Configmap is used to save configuration data in the form of key value pairs. • the configMap resource provides a way to inject configuration data into the Pod. • it aims to decouple the image from the configuration file in order to realize the portability and reusability of ...

Added by marli on Mon, 03 Jan 2022 21:32:35 +0200

Detailed explanation of Dockerfile instruction & an example of image construction

Dockerfile Usage Summary Dockerfile is a text file used to build an image, which contains instructions and instructions for building an image.Each layer instruction in the dockerfield file describes how to build this layer on the basis of the previous layer. Operating environment Alibaba cloud ubuntu 20.04 Building a simple instance of a mi ...

Added by dc2_jspec on Mon, 03 Jan 2022 20:19:50 +0200

Container resource constraints for Kubernetes(k8s)

Implementation of resource constraints Kubernetes' restriction on resources is actually controlled by cgroup, which is a set of related attributes of the container used to control how the kernel runs the process. There are corresponding cgroups for memory, CPU and various devices. By default, Pod runs without CPU and memory limits. This m ...

Added by robin01 on Mon, 03 Jan 2022 10:48:46 +0200

K8S builds an automated deployment environment and the whole process of building Harbor private warehouse

Dear leaders, the foregoing is as follows: K8S build automated deployment environment (I) install Kubernetes K8S build an automated deployment environment (II) install the K8S management tool Kuboard V3 K8S build automated deployment environment (III) Jenkins download, installation and startup K8S build automated deployment environment (IV ...

Added by dammitjanet on Mon, 03 Jan 2022 05:11:14 +0200

Actual deployment summary of Ruoyi front and rear end separated open source project - deployment test

This article is the second part of the introduction, packaging and deploying the project to the server, and modifying the relevant configuration. 192.168.38.132 -front end 192.168.38.133 -back-end 192.168.38.134 -back-end The three servers create the / root/workspace directory respectively 1, Front end 192.168.38.132 deployment Fir ...

Added by roxiroxi on Mon, 03 Jan 2022 04:26:52 +0200

K8S configuration center configMap and Secret

In the production environment, we often encounter the need to modify the configuration file. The traditional modification method will not only affect the normal operation of the service, but also the operation steps are very cumbersome. To solve this problem, the kubernetes project introduced the ConfigMap function from version 1.2 to separate ...

Added by terandle on Mon, 03 Jan 2022 01:34:47 +0200

Container cluster k8s from introduction to proficient cluster environment construction (Chapter 2)

Chapter II cluster environment construction This chapter mainly introduces how to build kubernetes cluster environment Environmental planning Cluster type kubernetes clusters are generally divided into two types: one master-slave and multi master-slave. One Master and multiple slave: one Master Node and multiple Node nodes are simple to bu ...

Added by Jtech inc. on Sun, 02 Jan 2022 23:29:25 +0200

Linux combat notes ---- Pod life cycle and controller

1, pod life cycle A Pod can contain multiple containers in which applications run. At the same time, a Pod can also have one or more containers Multiple Init containers started before the application container.The Init container is very similar to an ordinary container, except for the following two points: They always run to completion.Init ...

Added by sunilmadhav on Sun, 02 Jan 2022 21:00:47 +0200

Notes on deployment, migration and monitoring of offline CentOS 8 environment

Hi, I summarized and recorded the deployment notes of docker under the offline centos8 two days ago. Today is the last day of 2021. Today, I was sitting on the train home from this business trip. There was nothing to do on the train. It's not beautiful to summarize and record other processes of the installation of the offline centos8 environmen ...

Added by alwaysme on Sun, 02 Jan 2022 14:46:51 +0200