Azure Lei Zhang的博客

weibo: LeiZhang的微博/QQ: 185165016/QQ群:319036205/邮箱:leizhang1984@outlook.com/TeL:139-161-22926

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 8 9 10 ··· 49 下一页

2021年8月23日

摘要: 《Windows Azure Platform 系列文章目录》 我们在搭建Kubernetes集群的时候,需要搭建控制节点(Master)和工作节点(Node),在每个节点上都会安装不同的组件 Master: 集群的控制平面,负责集群的决策 - ApiServer : 资源操作的唯一入口,接收用户输 阅读全文
posted @ 2021-08-23 16:51 Lei Zhang的博客 阅读(1611) 评论(0) 推荐(0) 编辑

2021年8月18日

摘要: 《Windows Azure Platform 系列文章目录》 本文介绍的是由世纪互联运维的Azure China。 1.首先我们打开Visual Studio 2019. 2.选择:File > New > Project 3.选择:ASP.NET Web Application(.NET Fra 阅读全文
posted @ 2021-08-18 16:36 Lei Zhang的博客 阅读(317) 评论(0) 推荐(0) 编辑

2021年8月4日

摘要: 《Windows Azure Platform 系列文章目录》 最近有一个客户需求,需要批量导出虚拟网络的IP地址、子网和子网的网络安全组NSG (Network Security Group) 设置。 我花了一点时间,写了一个PowerShell脚本,发布在我的GitHub上: https://g 阅读全文
posted @ 2021-08-04 21:48 Lei Zhang的博客 阅读(131) 评论(0) 推荐(0) 编辑

2021年7月15日

摘要: 《Windows Azure Platform 系列文章目录》 1.客户遇到了Azure VM密码无法重置的问题,如下图: 2.检查发现,VMAccess Extension被误删除。如下图: 3.我们通过Azure PowerShell可以Reset这个VM Extension #登录Azure 阅读全文
posted @ 2021-07-15 11:01 Lei Zhang的博客 阅读(130) 评论(0) 推荐(0) 编辑

2021年7月14日

摘要: 《Windows Azure Platform 系列文章目录》 我们在使用Azure虚拟机的时候,会经常使用Linux SSH 22或者Windows RDP 3389端口号,访问微软云上的虚拟机。 但是把22端口或者3389端口暴露在Internet上是非常危险的,黑客会通过攻击这些端口号对Azu 阅读全文
posted @ 2021-07-14 15:03 Lei Zhang的博客 阅读(632) 评论(0) 推荐(0) 编辑

2021年6月28日

摘要: 《Windows Azure Platform 系列文章目录》 在Azure AKS中,可以挂载Azure File作为存储卷。 主要分为三个步骤: 1.创建Azure 存储账户,Azure File和AKS Secret 2.创建PV和PVC 3.创建pod并挂载Azure File 1.首先,我 阅读全文
posted @ 2021-06-28 19:08 Lei Zhang的博客 阅读(697) 评论(0) 推荐(0) 编辑

摘要: 《Windows Azure Platform 系列文章目录》 创建完Azure AKS后,可以SSH登录到AKS Node上。这里使用的Node是Linux操作系统 1.我们首先执行下面的命令,查看AKS Node kubectl get nodes -o wide 执行结果: 2.可以查看到,A 阅读全文
posted @ 2021-06-28 18:39 Lei Zhang的博客 阅读(371) 评论(0) 推荐(0) 编辑

2021年6月26日

摘要: 《Windows Azure Platform 系列文章目录》 之前做项目正好遇到,在这里记录一下。 以下这几种情况,都具备跨租户间的vnet peering使用场景: 1.当我们的母公司和子公司,使用2个不同的Azure 租户。在特殊情况下,需要通过内网互联传输数据。 2.当我们的第三方运维公司的 阅读全文
posted @ 2021-06-26 21:57 Lei Zhang的博客 阅读(600) 评论(0) 推荐(0) 编辑

2021年6月24日

摘要: 《Windows Azure Platform 系列文章目录》 有关Azure Custom Role的入门材料,可以参考:Azure ARM (17) 基于角色的访问控制 (Role Based Access Control, RBAC) - 自定义Role 自定义Azure Custome Ro 阅读全文
posted @ 2021-06-24 14:39 Lei Zhang的博客 阅读(110) 评论(0) 推荐(0) 编辑

2021年5月25日

摘要: 《Windows Azure Platform 系列文章目录》 本文在CentOS 6.10安装Nginx 1.开始安装Nginx (2)安化妆openssl, zlib, gcc依赖 yum install -y gcc zlib zlib-devel pcre pcre-devel openss 阅读全文
posted @ 2021-05-25 23:15 Lei Zhang的博客 阅读(115) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 49 下一页