Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
126 views
in Technique[技术] by (71.8m points)

kubernetes - Physical security configuration with ServiceMesh

Introducton

Service mesh products such as Istio use a software approach to provide powerful network control capabilities. You can fully control not only the inside of the mesh, but also the communication from the outside to the inside of the mesh and the communication from the inside to the outside of the mesh.

These are completely infrastructure environments when viewed from the application, but conversely they are application environments when viewed from the VM level such as nodes.

Question

My question is, in general, how should network security be configured for pure physical layers such as VMs and nodes?

Taking Istio as an example, communication between services is via an Envoy proxy that is inserted as a sidecar. This communication can span nodes. Communication from outside the mesh is controlled using Gateway. The port and protocol used can be controlled.

Ideally, the VM and node level network settings should be widely open for communication inside the mesh (ports used by Envoy for internal communication are automatically assigned and I don't want to control them) and outside the mesh. I understand that you only need to configure the communication you need.

However, these can be a significant administrative burden.

question from:https://stackoverflow.com/questions/65913930/physical-security-configuration-with-servicemesh

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...