mirror of https://github.com/istio/istio.io.git
updated link to appswitch (#14115)
This commit is contained in:
parent
9f3d2cf4a6
commit
8cf6b850b9
|
|
@ -24,7 +24,7 @@ In my belief, optimizing something is a poor fallback to removing its requiremen
|
|||
|
||||
I see the same pattern repeat itself with the connectivity of microservices, and networking in general. The network has been going through the changes that physical servers have gone through a decade earlier. New set of layers and constructs are being introduced. They are being baked deep into the protocol stack and even silicon without adequately considering low-touch alternatives. Perhaps there is a way to remove those additional layers altogether.
|
||||
|
||||
I have been thinking about these problems for some time and believe that an approach similar in concept to containers can be applied to the network stack that would fundamentally simplify how application endpoints are connected across the complexity of many intermediate layers. I have reapplied the same principles from the original work on containers to create [AppSwitch](http://appswitch.io). Similar to the way containers provide an interface that applications can directly consume, AppSwitch plugs directly into well-defined and ubiquitous network API that applications currently use and directly connects application clients to appropriate servers, skipping all intermediate layers. In the end, that's what networking is all about.
|
||||
I have been thinking about these problems for some time and believe that an approach similar in concept to containers can be applied to the network stack that would fundamentally simplify how application endpoints are connected across the complexity of many intermediate layers. I have reapplied the same principles from the original work on containers to create [AppSwitch](https://appswitch.readthedocs.io). Similar to the way containers provide an interface that applications can directly consume, AppSwitch plugs directly into well-defined and ubiquitous network API that applications currently use and directly connects application clients to appropriate servers, skipping all intermediate layers. In the end, that's what networking is all about.
|
||||
|
||||
Before going into the details of how AppSwitch promises to remove unnecessary layers from the Istio stack, let me give a very brief introduction to its architecture. Further details are available at the [documentation](https://appswitch.readthedocs.io/en/latest/) page.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue