美文网首页
Azure 中一些Security, Route 相关的内容

Azure 中一些Security, Route 相关的内容

作者: 芒鞋儿 | 来源:发表于2020-11-01 17:46 被阅读0次
NSG vs. Azure firewall major difference:

NSG is L4 firewall , which is only concern about source and destinations, stateless firewall,

Azure firewall is L4 & L7 firewall, source, destination and application, stateful firewall

Kubernets vs. Azure Service Fabric major difference:

the difference between kubernet and service fabric

Microsoft may have eaten their own dogfood internally, but the growing popularity of Azure Kubernetes Service implies that Service Fabric is may not be an ideal choice for running container-based applications.
这篇文章说其实kubernetes出来之后已经取代了service fabric,微软内部各个部门之间也有此消彼长的竞争。

Concepts related to routing setting:
  • Nic
  • Service endpoints
  • NSG
  • ASG
  • Firewall
  • WAF
  • Front door
  • Private Link
Build up Securing Vnet with Azure firewall and NSG:

https://thomasthornton.cloud/2020/03/20/securing-your-virtual-network-with-azure-firewall-and-network-security-groups/

The relation between NSG and ASE:

NSG define the routing rule for subnet while ASE is bound with subnet,

Private Link:

Azure Private Link provides private connectivity from a virtual network to Azure platform as a service (PaaS), customer-owned, or Microsoft partner services. It simplifies the network architecture and secures the connection between endpoints in Azure by eliminating data exposure to the public internet.

private_link.jpg

Besides, private endpoint maps specific PaaS resource to an IP address, not the entire service

Azure Friday | private link
Azure Networking - #11 - Azure Private Link

Azure firewall vs. Azure application gateway
AppGateway_Firewall.jpg

Ref (Video):
Azure - NSG & azure firewall comparison !!!
Get started with firewall
Azure - How to config Azure firewall end 2 end

相关文章

网友评论

      本文标题:Azure 中一些Security, Route 相关的内容

      本文链接:https://www.haomeiwen.com/subject/gtkuvktx.html