How to access the host from within the docker container

Recently, I started envoy proxy, pulled the envoyproxy/envoy:latest image, and conducted a local test. However, when the proxy failed, I recorded the whole process. Configure agent Refer to envoyproxy official Front end agent sample configuration As a blueprint, it has changed to its own configuration. The contents are as follows: static_res ...

Posted by craigerjs on Tue, 02 Nov 2021 08:05:43 +0100

[Kubernetes] detailed description of monitoring management, log management and deployment efk [upgraded version of elk] of helm extension of k8s

explain A blog previously described the helm package of k8s in detail, as follows: [Kubernetes] k8s detailed description and operation of helm package management and application [helm installation, helm warehouse management and building private warehouse] Image and other files Monitoring management [prometheus] Frame description Dep ...

Posted by alsinha on Tue, 02 Nov 2021 07:27:29 +0100

How Kubernetes Controller Manager works

Original text connection: https://blog.ihypo.net/15763910382218.html This article is based on reading the source code of Kubernetes v1.16. The article has a certain source code, but I will try to describe it clearly through the drawings In the Kubernetes Master node, there are three important components: ApiServer, ControllerManager and Sched ...

Posted by Arrow on Mon, 01 Nov 2021 08:01:37 +0100

Qinglong panel multi container robot installation tutorial - update 2021.10.31 - FAQ tutorial

group   nine hundred and fifty-six million one hundred and twelve thousand eight hundred and twenty-five group   nine hundred and fifty-six million one hundred and twelve thousand eight hundred and twenty-five group   nine hundred and fifty-six million one hundred and twelve thousand eight hundred and twenty-five If you don' ...

Posted by shadowq on Sun, 31 Oct 2021 02:27:22 +0100

On the development history of container in java -- collection interface

In jdk 1. * version, the main containers are vector (implementing List interface) and hashtable (implementing Map interface). With the evolution of jdk version, in order to deal with transactions in high concurrency environment, jdk later added some containers suitable for high concurrency; Now let's follow the footsteps of history to explo ...

Posted by aaron_mason on Thu, 28 Oct 2021 19:11:35 +0200

The best article in Spring - AOP container

1, Concept of AOP ⭐ What is AOP Aspect oriented programming (aspect oriented), AOP can isolate each part of business logic, reduce the coupling between each part of business logic, improve the reusability of program, and improve the efficiency of development.That is, add new functions to the main functions without modifying the source ...

Posted by betazoid on Wed, 27 Oct 2021 01:49:04 +0200

Container service update and discovery of docker consumer

1, Consul overview (1) What is service registration and discovery Service registration and discovery is an indispensable component in microservice architecture. At first, services are single node, which does not guarantee high availability, and does not consider the pressure bearing of services. Calls between services are simply accessed t ...

Posted by MBDesktop on Mon, 25 Oct 2021 13:50:01 +0200

Dynamic modification of navigation bar in jsAPI mode

Introduction: Operation Guide: dynamically modify the navigation bar through jsAPI. After accessing the H5 container, many development students will deeply customize the navigation bar of the container. In addition to the customization of Native, there are many scenarios that use jsAPI to dynamically modify the navigation bar through jsAPI. ...

Posted by sbroad on Mon, 18 Oct 2021 03:49:05 +0200

Container principle (understand layerID, diffID, chainID, cache ID)

reference resources Docker core principle: image and containerLayerid diffid chainid cacheid relationship in docker file Overview Image directory and file description /var/lib/docker/image/overlay2 directory distribution directory Diffid by digest saves the mapping relationship between digest (layerid) - > diffidV2metadata by ...

Posted by emrys404 on Thu, 14 Oct 2021 08:03:48 +0200

Container & Service: installation and use of Helm Charts

Series of articles: Container & Service: opening, pressure and resources Container & Service: Docker construction practice of a Java application Container & Service: Jenkins construction of Docker application Container & Service: Jenkins construction of Docker application (II) Container & Service: K8s and Docker applica ...

Posted by londonjustin on Tue, 05 Oct 2021 04:40:42 +0200