5G Edge and Cloud Native Architectures
618 浏览 5 years, 10 months
2 Edge Computing
版权声明: 转载请注明出处 http://www.codingsoho.com/Multi-access edge computing (MEC), formerly mobile edge computing, is a network architecture concept that enables cloud computing capabilities and an IT service environment at the edge of the cellular network and, more in general at the edge of any network.
open source edge software stacks are : Akraino, StarlingX, MobileEdgeX and EdgeX
VMware Integrated OpenStack (VIO) is an OpenStack distribution supported by VMware, optimized to run on top of VMware’s SDDC infrastructure. https://blogs.vmware.com/openstack/vmware-integrated-openstack-4-0/
VMware NSX-T is integrated with the VMware Photon Platform which is the cloud centric operating system that VMware developed from the ground up with the likes of the current vCenter server running atop this platform. https://www.vembu.com/blog/vmware-nsx-v-vs-nsx-t-comparison/
Cloud Native
What is it?
Cloud-native architecture is an architecture or system that has been built specifically to run in the cloud.
Why it?
Cloud-native architectures have the benefit of more flexibility over legacy systems that were built to run on a particular hardware infrastructure, and may be difficult to migrate to the cloud later.
How it works?
Cloud-native architecture makes use of the cloud philosophy of distributed systems. It is not built on physical servers residing on a particular enterprise site, because it is deployed in the cloud, and often through multi-cloud implementations, so that one part of the system may be on one vendor’s servers, and another part may be on some other vendor’s servers.
As a result, cloud-native architectures are forced to take advantage of the newest and best technologies around distributed systems. For example, container virtualization has been hailed as a marvel of efficiency for virtualized systems. Cloud-native architectures develop these resources into platforms that can withstand more change, and manage looser or less centralized sets of resources. In a sense, cloud-native architectures that are well designed actually make use of the versatility and scalability benefits made possible by the cloud, while other implementations may not. All of this leads companies to consider the use of cloud-native solutions in IT upgrades.