Azure Services -5.25-summary

news/2024/11/25 15:27:07/

文章目录

  • 1. Resources
  • 2.Data processing process
  • 3.Virtual network and public ip address
  • 4. Kubernetes services
  • 5. Yaml file

first , we enter the homepage of microsoft azure, and we can see a lot of servicse provided by the microsoft azure ,

在这里插入图片描述

1. Resources

account -> subscription-> resources group-> resources
Each account corresponds to one subscription, multiple resource groups under a subscription, and multiple resources in the resource group
(one thing we need to know is that there are several factors we have to divide all the resources to different group , such as environment(prod, dev , non-prod and so on ),BU(THA , VNM,sgp, hkg, jp and so on ), project and so on )
common kinds of resources :

  1. virtual network , public network ,
    在这里插入图片描述
    在这里插入图片描述

  2. disk , virtual machine ,
    在这里插入图片描述

  3. storage accounts(gen 2 (Azure data lake storage )(is for collecting data, which is from the Data factory(ADF Azure data factory ) )) , sql databases(the same as storage accounts ,but the different point is that the data is from data bricks, there are two databases , sql server and Azure Synapse Analytics (DW)) ,
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述

  4. data bricks(data bricks is a company and also is a service provide by this company , and the service is based on the platform of the azure , namely , Azure integrates with Data Bricks ) , data factory(ADF, to process the data and add the processed data to the sql databases
    ) ,
    在这里插入图片描述
    在这里插入图片描述

  5. network security group
    在这里插入图片描述

  6. acr(azure container register, this resource is dedicated to storing images, and is to facilitate the deployment of the project on the platform of aks)

  7. aks (azure kubernetes )
    在这里插入图片描述

2.Data processing process

Data processing process diagram
在这里插入图片描述
the data come from different country 's database or project
or anything else , and we use tools to ingest the data to the gen2 , there are two tools we mainly used , ingest real-time data with Kafka and get batched data through the Data Factory, and the data will go through the gen2 and then go the data bricks(there are sparks or some things to process the data ) , and then the data will get to the database(two of them ) , and finally the data will be used by some visualization tools to turn it into more valuable picture information

3.Virtual network and public ip address

在这里插入图片描述
from the picture above , we know that the request from public get to the gateway and the gateway have a table
, the table have already stored the key value, the key is the host , and the value is the virtual network 's ip,
在这里插入图片描述
and we should know the thing that a virtual network we apply for is divided into subnet ,
在这里插入图片描述
and then we know the request through gateway and turn to aks , and will get the service by the ip , and there come to another point is that the service we deploy in aks hava two ip address , the first one provided by aks for the communication between pod and pod , the second one is the subnet IP from the virtual network we applied for on the Azure platform , these ip address can be recognized by gateway , thus we need two ip address in one service .
在这里插入图片描述
and the gateway has a public ip address .

4. Kubernetes services

在这里插入图片描述
there are some factors push us to divide the space of the aks .
namespace -> service -> nodepool -> node -> pod

在这里插入图片描述
as we know , azure kubernetes have lots of aks cluster , and if we enter the internal of the cluster , we can see lots of node ,and we can get their status ,
在这里插入图片描述
we can point the connect button ,and use powershell or bash to connect to the cluster , and do some operations , .
the learning of operations cancan see my other published articles。

5. Yaml file

Official website demo在这里插入图片描述

replicas:  Number of replicas
#if there is dev environment  , the value
# normally will be 1 . 
#else the value  will be  2 or 3 
#based on the requirement
image : the image's address in acr 
kind: the type of the  resource 
# there two type specical type 
# cluster (without subnet ip  address )
# loadbalaced  has subnet ip address 
port: the azure  port of  application
target port : the origin port of application  

http://www.ppmy.cn/news/83504.html

相关文章

嘉兴桐乡技能培训-平面设计入门看过来

想要当一个设计师,首先要确定自己是否有学习的耐心和勇气。所有学科的新人成长都需要一个过程,这自然要从模仿开始。要多看优秀的设计作品,学习人家作品中优秀的地方,并且多多练习,不断地进步,不断地提高自…

Mac 原神电脑版下载安装使用教程,MacBook 上也可以玩原神了

最近发现了一个很棒的工具,他可以让你的 Mac 苹果电脑运行原神,而且画质和流畅度都是在线的,今天分享给大家 软件名字叫 playCover ,根据作者的介绍这款软件最初就是国外的一位博主想在 Mac 上玩原神特意开发的一款软件&#xff…

uniapp实现微信小程序的电子签名

签名页的效果如图下所示&#xff1a; 封装的组件代码如下所示&#xff1a; <template><view><view class"wrapper"><view class"handBtn"><button click"handleReset" class"delBtn">清除</button&…

版图设计工具解析-virtuoso的display.drf文件解析

1. display.drf文件解析 virtuoso的版图颜色定义分析 下图为virtuoso的版图颜色&#xff0c;包括填充&#xff0c;轮廓&#xff0c;彩点&#xff0c;线形 本文以smic18mmrf的display.drf文件进行解析 smic18的PDK包下存在display.drf文件 打开文件display.drf文件后看到如下…

Python学习之pygame模块介绍并制作代码雨

前言 对Python游戏有所了解的朋友都知道&#xff0c;在2D的游戏制作中&#xff0c;经常会用到一个模块pygame&#xff0c;他能帮助我们实现很多方便使用的功能&#xff0c;例如绘制窗口&#xff0c;反馈键盘鼠标信息&#xff0c;播放音频文件&#xff0c;渲染图片文字等等功能…

AI智能照片编辑:AI Photo for Mac

AI Photo是一款Mac平台上的智能照片编辑软件&#xff0c;它基于人工智能技术&#xff0c;可以帮助用户快速、轻松地对照片进行编辑和美化。AI Photo提供了多种智能修复和美化功能&#xff0c;包括自动调整色彩、对比度、亮度、清晰度等&#xff0c;使得照片的质量得到有效提升。…

「OceanBase 4.1 体验」|连续多年支撑双11的国产原生分布式数据库

目录 前言 正文 1. OceanBase 4.1发布 2.部署oceanbase 安装环境 2.1下载 all-in-one 安装包 2.2解压安装包 2.3执行安装脚本 2.4设置环境变量 2.5查看文件位置 2.6快速启动demo环境 2.7访问数据库 3.oceanbase的优点 4.oceanbase与 Oracle 兼容性 5.oceanbase与…

“小白也能玩转Python数据分析,快速掌握技巧!

最近收到好几条私信&#xff0c;想要了解数据分析方面的学习教程。 Python如今势头很猛&#xff0c;但是结合市场环境来说&#xff0c;Python开发岗位的需求还是要低于其他后端语言&#xff0c;但是Python爬虫和数据分析的技能确是实实在在可以用到很多工作中去&#xff0c;所…