背景 我们有两个服务,分别为服务A(client),服务B(server) 服务A使用http请求,请求服务B, 业务部门反馈服务A请求服务B有时候需要500到1500 毫秒之内才能返回结果; 业务部门在服务B上打印日志发现请求很快就能处理完,最长的耗时才100ms;所以他们说问题出在网络上 排查过程 思考 既然业务部门说问题发生在网络上,那么我们要找出来实际耗时到底是不是发生在网络上,那我们
开启ACR镜像扫描 Microsoft Defender for Cloud 登录Azure portal —> Microsoft Defender for cloud —> setpu 按照上面的图片提示打开安全镜像扫描,打开之后我们在对应的资源组下面创建的对应container register,然后我们上传镜像到这个之后就会被自动的安全扫描; 获取ACR 漏洞扫描的列表 在A
Create a new docker networkdocker create network mailserverSetting Up SSL MailServer ServiceTo ensure secure communication, we will create a self-signed certificate for the mail server and store it i
需求 Azure cloud bind role to vm Create role login Azure portal —> subscriptions —> subscriptions name —> Access control(IAM)—> Add —> Add custom role 有3种方式创建Role,我们这边创建Role 的name 为rhb-t
配置 创建证书 创建CA证书私钥和公钥 openssl req -newkey rsa:2048 -nodes -keyout ca_rsa_private.pem -x509 -days 36500 -out ca.crt -subj "/C=SG/ST=BJ/L=BJ/O=COM/OU=NSP/CN=CA/emailAddress=rhb@wiz.ai" 创建生成g
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号