Azure Services -5.25-summary

news2025/1/9 1:46:08

文章目录

  • 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.coloradmin.cn/o/567851.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

SSM(SpringMVC篇)

SpringMVC SpringMVC简介 概述 SpringMVC是一种基于java的实现MVC设计模型的请求驱动类型的轻量级web框架,属于SpringFrameWork的后续产品,已经融合在Spring Web Flow中 SpringMVC已经成为目前最主流的框架之一,并且随着Spring3.0的发布&…

Excel高手与普通人之间的差距,全在这个比Access还简单的工具

用“Excel”还是用“Python”? 很多职场人,在工作的大部分时间都会和“Excel”打交道,普通人,我们用“Excel”的录入和统计等,很多功能是不会用的。 只有一部分人群,会“Excel”的高级操作,比…

毫米波雷达模块在自动驾驶系统中的关键功能

随着自动驾驶技术的快速发展,毫米波雷达模块作为一项关键技术,为自动驾驶系统提供了重要的感知和决策能力。毫米波雷达模块通过实时探测和跟踪周围环境中的车辆、行人和障碍物,提供精确的距离和速度信息,帮助自动驾驶车辆做出准确…

【干货】IPV6 知识点与OSPFv3 原理与配置

今天和海翎光电的小编咱们一起聊聊IPv6的报头。下图是IPV4和IPV6的对比图,个人感觉还是比较直观的,我们就以这张图来梳理IPv6的报头内容。 一、IPv4的报头内容 首先,我们先重新回顾一下IPv4的报头内容,对于这个内容比较熟悉的朋友…

第十二章 异常(Exception)

一、异常的概念(P444) Java 语言中,将程序执行中发生的不正常情况称为“异常”。(开发过程中的语法错误和逻辑错误不是异常) 执行过程中所发生的异常事件可分为两大类: (1)Error&…

Three.js--》实现3d圣诞贺卡展示模型

目录 项目搭建 初始化three.js基础代码 加载环境模型 设置环境纹理 添加水面并设置阴影效果 实现幽灵小球的运动 实现相机切换和文字切屏 实现漫天星星和爱心样式 今天简单实现一个three.js的小Demo,加强自己对three知识的掌握与学习,只有在项目…

QT 一个project调用另外一个project

1.随便建两个project, test888 (test888 里面随便写一个类如CHPerson), test999 2.把test888放在test999目录下 3.在test888里面手动创建一个test888.pri文件,里面内容如下: INCLUDEPATH $$PWDHEADERS \$$PWD/CHPerson.h \SOURCES \$$PWD/CHPerson.cpp \4.在tes…

集权设施攻防兵法:实战攻防之Exchange篇

一、黑客视角下的Exchange Microsoft Exchange Server是由微软开发的企业级邮件和协作平台。它提供了强大的电子邮件、日历、联系人和任务管理功能,使组织能够高效地进行沟通和协作。然而,它也时常受到攻击。 攻击者喜欢攻击Exchange服务器有两个重要原…

基于遗传算法的LQR控制器优化设计(matlab实现)

以下内容大部分来源于《MATLAB智能算法30个案例分析》,仅为学习交流所用。 5.1 理论基础 5.1.1 LQR控制 假设线性时不变系统的状态方程模型为 可以引入最优控制的性能指标,即设计一个输入量u,使得 为最小。其中,Q和R分别为状态变量和输…

JavaWeb ( 十 ) SpringMVC

4.Spring MVC Spring MVC是Spring提供的一个实现了Web MVC设计模式的轻量级Web框架。 三层架构分为表述层(或表示层)、业务逻辑层、数据访问层,表述层表示前台页面和后台servlet 4.1.Spring MVC优点: ① 基于原生的Servlet,通过…

10 款最常用的Sketch在线插件!

Sketch 是一款高效、小巧的界面设计工具,在设计领域广受设计团队喜爱,帮助设计师创造了许多令人惊叹的作品。在使用 Sketch 时,辅助使用一些插件可以更高效地完成设计任务。Windows 也能用的「协作版 Sketch」即时设计,可作为网页…

三、Go的常用命令以及Go的执行原理

Go的执行原理以及Go的命令 一、Go的源码文件 Go 的源码文件分类: 如上图,分为三类: 1、命令源码文件: 声明自己属于 main 代码包、包含无参数声明和结果声明的 main 函数。 命令源码文件被安装以后,GOPATH 如果…

1032 Sharing(35行代码+超详细注释+测试点4分析)

分数 25 全屏浏览题目 切换布局 作者 CHEN, Yue 单位 浙江大学 To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the words share the same sublist if they share the same suffix. For …

弘博创新2023读书会|“读”赢成长,“书”立未来

读万卷书,行万里路,以书会友,提升自我。 为了让大家在繁忙的工作中抽时间静下心来读书,与志同道合的人交流和分享自己的想法,弘博创新于5月21日举办了线下读书会活动,学友们都积极参加本次读书会。 参加读书…

JUC-JMM模型、CAS、AQS

JMM(Java内存模型),主要描述了一组规则,主要定义了程序执行过程中变量的访问方式来保证单线程、多线程下的正常执行。JVM运行的实体是线程,每个线程运行时,都会创建一个工作内存【栈空间(栈帧&a…

接口测试的测试要点

接口测试的测试要点,你知道都有哪些吗? 接口测试是软件测试中的重要组成部分,它的目的是评估接口的质量和可靠性,以保证系统的正常运行。在进行接口测试时,必须要考虑到以下几个方面: 测试用例的编写 测试…

安科瑞电力监控系统在虹科创新改造项目的应用

摘要:随着电力系统正向着高可靠性、高自动化、高信息化水平方向迅猛发展,对电网的监控已成为国内外高度重视的关键问题,特别是监控系统在电力系统中起着控制和监测等重要作用。本文针对开闭所供配电系统特点及供配电系统高可靠性的要求&#…

基于springboot+vue+elementui的健身房会员管理系统的

为了帮助用户更好的了解和理解程序的开发流程与相关内容,本文将通过六个章节进行内容阐述。 第一章:描述了程序的开发背景,程序运用于现实生活的目的与意义,以及程序文档的结构安排信息; 第二章:描述了程序…

可以在商场内部使用的导航地图?商场导览图怎么画?

可以在商场内部使用的导航地图?随着商业的发展,商场和商业综合体的规模越来越大,在注重消费者购物体验的时代,消费者想方便地找到心仪的品牌或美食,商场内具有“导示”作用的标志很重要。导示系统具有引导、说明、指示…

1. Ansible介绍,什么是Ansible?Ansible能用来做什么?

什么是Ansible?Ansible能用来做什么? 如果您是系统工程师或IT管理员,或者只是在IT部门工作的任何人,您可能会在环境中执行大量重复性任务, 无论是每天调整大小和创建新主机或虚拟机、 在其上应用配置、 修补数百台服务器&#xff6…