Envy [3] migrating from HAProxy to envy proxy

brief introduction This scenario is designed to support you to migrate from HAProxy to Envoy Proxy. It will help you apply any previous experience and understanding of HAProxy to Envoy. You will learn how to: Configure Envoy proxy server configuration and settings.Configure the Envoy agent to proxy traffic to external services.Configure acce ...

Added by Spaceman-Spiff on Tue, 16 Nov 2021 11:44:04 +0200

Chapter 6 Advanced Shell script programming

4.2.4 while loop Format: while COMMANDS; do COMMANDS; done while CONDITION; do Circulatory body done explain: CONDITION: cycle control CONDITION; Make a judgment before entering the cycle; Judgment will be made again after each cycle; If the CONDITION is "true", a loop is executed; The loop is terminated until the CONDITION ...

Added by easethan on Sun, 07 Nov 2021 01:01:19 +0200

GitOps Delivery Based on KubeVela

Author Dong Tianxin (Fog) Review & proofreading: streams, beads Edit & Typography: Wen Yan KubeVela is a simple, easy-to-use, highly scalable cloud native application management and delivery platform that allows developers to quickly and easily define and deliver modern micro-service applications on Kubernetes without having to know an ...

Added by anthonyw17 on Sat, 06 Nov 2021 22:54:01 +0200

The third day of spring cloud learning is the Silicon Valley version

11 zuul routing gateway After skipping ~ a brain map will be sent, and zuul gateway can be seen on the brain map 12 Gateway next generation gateway 12.1 introduction First, create a new module cloud gateway gateway 9527 pom <dependencies> <!--gateway--> <dependency> <groupId>org.sp ...

Added by peeps on Sat, 06 Nov 2021 15:54:18 +0200

Kubernetes Pod horizontal automatic expansion and contraction

Horizontal Pod Autoscaler (HPA) can automatically scale the number of pods in ReplicationController, Deployment, ReplicaSet and StatefulSet based on CPU utilization. In addition to CPU utilization, automatic scaling can also be performed based on custom metrics provided by other applications. Pod auto scaling is not applicable to objects that c ...

Added by IcedEarth on Thu, 04 Nov 2021 21:36:54 +0200

Prometheus Monitoring Practice Series II: installation and deployment

Prometheus supports a variety of operating systems, such as Linux, Windows and Max OSX. An independent binary file is provided on the product official website for downloading. You can download the corresponding tar package and install and deploy it on the server of the corresponding system. Of course, as a monitoring system closely related to c ...

Added by marc2000 on Sun, 31 Oct 2021 11:51:26 +0200

Prometheus monitoring system

Prometheus monitoring system Introduction to Prometheus Prometheus is an open source system monitoring and alarm toolkit, originally built on SoundCloud. Since its establishment in 2012, many companies and organizations have adopted Prometheus, which has a very active developer and user community. It is now an independent open source project, i ...

Added by gibbo1715 on Fri, 29 Oct 2021 18:18:44 +0300

Dubbo 3 in-depth analysis - know you through the source code | HD network disk

Link: https://pan.baidu.com/s/1d6YONkCi4u7T1ZBm1yZLYg Extraction code: iamh Author - \ / 307570512 Introduction to Dubbo 3 Apache Dubbo is a high-performance, lightweight open source service framework. Apache Dubbo 3.0.0 was officially released - fully embracing cloud native Since Apache Dubbo opened its source in 2011, it has accumulated ...

Added by Salis on Thu, 21 Oct 2021 07:21:25 +0300

If you don't understand envoyfilter, you can say that you are proficient in istio series - ratelimit istio ratelimit complete manual

   Welcome to my official account.   At present, I have just started writing for one month, and I have written a total of 18 original articles. The article directory is as follows: istio multi cluster exploration. I have reached the conclusion after deploying 50 multi clusters istio multi cluster link tracking, with practica ...

Added by mimcris on Thu, 07 Oct 2021 07:34:12 +0300

Extreme fox GitLab SaaS internal test mild experience

Thank you very much for your support GitLab(SaaS) Localization efforts, but also thank brother Ma for his internal test qualification. Recently, I suddenly came up with an idea to use a private image warehouse. Extreme fox GitLab provides a container image library, which is just a light experience with CICD. Container image library Containe ...

Added by Loki_d20 on Fri, 01 Oct 2021 03:55:51 +0300