SpringCloud learning notes

Crazy God said spring cloud learning notes - KuangStudy - article 1.1 learning premise Proficient in using SpringBoot microservice rapid development frameworkLearned about Dubbo + Zookeeper distributed Foundation The configured memory of the computer is no less than 8g (my own is 16G) Let's see the memory overhead diagram of multiple serv ...

Posted by jaz529 on Sun, 13 Feb 2022 11:27:25 +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

Operator-SDK: Custom CRD for Node request information collection

Operator-SDK: Custom CRD for Node request information collection A demo for information collection, which writes a Controller custom CRD to implement Node's request information collection. The primary purpose is to obtain CPU and memory usage. Part of the code refers to the source implementation of describe in the kubectl command. Cluster ...

Posted by amit on Fri, 11 Feb 2022 01:09:07 +0100

Virtualization network theme - Namespace

Namespace Namespace is a global resource isolation scheme provided by the Linux kernel. Programs running in a specific namespace think that all resources in the system are exclusive, just like owning an independent physical machine. Processes in different namespace spaces are completely isolated, and processes in one namespace space are comple ...

Posted by Earnan on Thu, 10 Feb 2022 01:41:34 +0100

Use C # to obtain Kubernetes cluster resource information

Hello, I'm Yan Zhenfan, a researcher of Microsoft MVP laboratory in this issue. Today, I will share with you through code examples how to write components using Kubernetes API Server to obtain the resource object information of the cluster from K8S.Yan Zhenfan, Microsoft's most valuable expert, is currently learning about microservices. You can ...

Posted by Solarpitch on Wed, 09 Feb 2022 12:45:09 +0100

Principle Analysis of Execution Order of Spring Cloud Gateway Filter

Filter type GlobalFilter: A global filter that is valid for all routes. Create by implementing the GlobalFilter interface GatewayFilter: Gateway filters, also known as local filters or custom filters, only work for routes that have this filter configured. Created through GatewayFilterFactory. The filter is executed twice and is divided into ...

Posted by methyl_blue on Sun, 06 Feb 2022 19:30:27 +0100

Advanced Kubernetes concepts and Applications

1. K8S Storage Volume Abstract Volume By default: the temporary storage inside the mysql container is used to store data files when the container starts If mysql Pod is restarted, the mysql container will also be restarted, mysql will reinitialize the data file, and the original data file will be lost. apiVersion: apps/v1 ki ...

Posted by northcave on Fri, 04 Feb 2022 18:48:39 +0100

Kubernetes Installation Cluster and Deployment Application

Learning Video: Kubernetes (K8S) 3 hours fast start + practice, no waste pure dry goods Reference documents: https://k8s.easydoc.net/ Content description: What is kubernetes, when does it need to be, and its architecture.Install the kubernetes cluster in three different ways. Includes minikube, cloud platform and bare machine (3 serv ...

Posted by DjMikeS on Thu, 03 Feb 2022 19:19:38 +0100

Common deployment schemes of Kubernetes (XIV)

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python actual combat quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 1, Common deployment schemes Rolling update The service will not stop, but the old and new will coexist in the whole pod. Recreate ...

Posted by someone2088 on Sun, 30 Jan 2022 09:20:32 +0100

N skills to write more efficient Dockerfile | cloud effect engineer pointing North

Hello, I'm Chen Zefeng. I'm responsible for Flow pipeline arrangement and task scheduling engine in Yunxiao. Under the cloud effect product system, we have served enterprise users with various R & D scales and technical depth, and received a lot of user feedback. For users who use Flow to build on the cloud, the construction speed is a key ...

Posted by slamMan on Wed, 26 Jan 2022 16:14:58 +0100