Open Stack Flashcards
What is Open Stack?
- OpenStack is an open-source cloud computing platform that provides a set of software modules for building and managing private and public cloud infrastructures. It offers a range of services to handle various aspects of cloud computing, including compute, storage, networking, and more.
- Nova (Compute):
a. Nova is the compute module that manages virtual machines (VMs) and provides the foundation for handling the compute resources of a cloud. It enables the creation, scheduling, and management of VM instances across a cluster of compute nodes.
- Neutron (Networking):
a. Neutron is the networking module responsible for managing networking resources in an OpenStack cloud. It provides the ability to create and manage virtual networks, routers, load balancers, and other network-related services.
- Cinder (Block Storage):
a. Cinder handles block storage services in OpenStack. It allows users to create and manage block storage volumes that can be attached to virtual machines for persistent storage.
- Swift (Object Storage):
a. Swift provides object storage capabilities, allowing users to store and retrieve large amounts of unstructured data, such as images, videos, and backups. It’s designed for scalability and data durability.