service-mesh
#infra
what is service mesh ?
... The term โservice meshโ describes both the type of software you use to implement this pattern, and the security or network domain that is created when you use that software.
์ด๋ค ํจํด์ ๊ตฌํํ๋๋ฐ ์ฌ์ฉํ ์ํํธ์จ์ด ์ ํ์ด๋ ๋ณด์ ๋คํธ์ํฌ ๋๋ฉ์ธ์ ๋ชจ๋๋ฅผ ์ง์นญํ๋ ๋ง
์ด๋ค ํจํด?
Modern applications are typically architected as distributed collections of microservices, with each collection of microservices performing some discrete business function.
๋ถ์ฐ ์ปฌ๋ ์
๊ฐ ์ปฌ๋ ์ ์ ๊ฐ๋ณ์ ์ธ ๋น์ฆ๋์ค ๊ธฐ๋ฅ์ ์ํํ๊ณ ์๊ณ ,
A service mesh is a dedicated infrastructure layer that you can add to your applications
์ ๋ฆฌํ์๋ฉด ์๋น์ค ๋งค์๋ ์ธํ๋ผ๊ณ์ธต์ ์ผ์ปซ๋ ๋ง
what is the benefit ?
. Routing this communication, both within and across application clusters, becomes increasingly complex as the number of services grow. Istio helps reduce this complexity while easing the strain on development teams.
์ ํ๋ฆฌ์ผ์ด์ ๊ฐ ํต์ ๋ผ์ฐํ ์ ๋ํ ๋ณต์ก๋๋ฅผ ์ค์ด๋ ๋ฐ ๊ธฐ์ฌํ๋ค.
Reference
https://istio.io/latest/about/service-mesh/
Last updated