1、云与操作系统
虚拟化与云计算的区别
虚拟化是将物理资源分配给多个虚拟机,提高硬件资源利用率,重点在于分配物理资源的能力
云计算通过管理众多云虚拟机对外提供服务,重点在于提供服务。并且能够多租户之间隔离,按需使用、按量计费
操作系统功能
云也被当成操作系统,因为它也提供了:资源抽象、资源分配与负载调度、应用生命周期管理、系统运维、人机交互
2、什么是openstack
OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface.
来源: https://www.openstack.org/software/
翻译:openstack是一个云操作系统,控制着一个大规模(数据中心级别)的资源池,资源池包含计算、存储和网络。给管理员提供一个仪表盘去控制资源池里所有资源,最终用户可以通过web页面下发(获得)这些资源。
Bare Metal:物理服务器 Virtual Machines:虚拟机 Containers:容器
Object Storage:对象存储 File Storage:文件存储 Block Storage:块存储
Dashboard(GUI):仪表盘 Monitoring & Tools:监控工具
YOUR APPLICATIONS:用户的程序
Control Plane:控制平面
标签:操作系统,虚拟机,Storage,华为,openstack,OpenStack,云中,资源 From: https://www.cnblogs.com/vorn/p/17561386.html