上一页 1 2 3 4 5 6 7 8 9 10 ··· 53 下一页
摘要: 流量治理的原理 —— 概念和原理 一、流量治理是什么? https://cloud.tencent.com/developer/article/2185478 流量治理:顾名思义流量治理就是针对流量就行治理,这里面有两个关键字,流量和治理。 流量从位置来看通常分为南北向流量和东西向流量。 这两个概念 阅读全文
posted @ 2023-11-28 14:02 左扬 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 一个简单的例子 首先登录统一身份认证服务:https://console.huaweicloud.com/iam。获取 Access Key ID 和 Secret Access Key。 创建一个新文件,名称叫 main.tf(tf 是 Terraform,Terraform 代码大部分是 .tf 阅读全文
posted @ 2023-11-22 16:06 左扬 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 如何安装 Terraform 一、Operating System https://developer.hashicorp.com/terraform/install Manual installation: [root@JumperServer:~] # git clone https://git 阅读全文
posted @ 2023-11-22 13:20 左扬 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 为什么使用 Terraform 一、什么是基础设施即代码? https://aws.amazon.com/cn/what-is/iac/ 亚马逊 Amazon Web Services(AWS)最早提出了基础设施即代码(Infrastructure as Code,简称IaC)的概念。基础设施即代码 阅读全文
posted @ 2023-11-22 10:12 左扬 阅读(79) 评论(0) 推荐(0) 编辑
摘要: Istio 的主要组件 https://github.com/istio/istio#introduction Istio 主要由控制面组件和数据面组件组成。 Istio 当前最新版:(https://github.com/istio/istio/releases/download/1.20.0/i 阅读全文
posted @ 2023-11-20 17:24 左扬 阅读(608) 评论(0) 推荐(0) 编辑
摘要: Istio 架构 https://istio.io/latest/docs/ops/deployment/architecture/ Istio 服务网格在逻辑上分为数据平面和控制平面。 The data plane is composed of a set of intelligent proxi 阅读全文
posted @ 2023-11-20 14:48 左扬 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 服务治理的形态 通常认为,服务治理的演变至少经过了以下三种形态。 一、第1种形态:治理逻辑和业务代码耦合 在微服务化的过程中,服务拆分后,基本的业务连通都成了问题。如下图 服务调用方的微服务怎么找到对端的服务实例?怎么选择一个对端实例发出请求,等等,都需要业务开发者写代码来实现。 这种方式简单,对外 阅读全文
posted @ 2023-11-20 11:07 左扬 阅读(39) 评论(0) 推荐(0) 编辑
摘要: Istio 能做什么? 下面通过一个天气预报应用展示 Istio 的服务访问形式。其中有两个服务:forecast 和 recommendation。forecast 由 Node.js 开发而成,recommendation 由 Java 开发而成。这两个服务之间通过最简单的服务名进行调用,在代码 阅读全文
posted @ 2023-11-20 09:41 左扬 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Istio中的概念介绍 一、流量管理 https://istio.io/latest/docs/concepts/traffic-management/ Istio’s traffic routing rules let you easily control the flow of traffic 阅读全文
posted @ 2023-11-17 09:35 左扬 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 项目搭建 一、环境准备 软件名称 软件版本 node v20.9.0 npm 10.1.0 Windows 10 专业版 22H2 vue 3.3.4 vue/cli 5.0.8 vue-router 4.2.5 vite 4.4.11 vitest 0.34.6 pinia 2.1.7 vue-t 阅读全文
posted @ 2023-11-15 10:16 左扬 阅读(203) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 53 下一页
levels of contents