Blog

Setup Cinder Enviroment

Cinder is the block storage service of the OpenStack cloud computing platform. Its main job is to manage and provide access to block storage devices to other services in the OpenStack environment. Essentially, Cinder is responsible for handling pers…

Cinder Architecture Overview

Table of Contents Openstack Architecture Overview Devstack Cinder System Architecture Openstack Architecture Overview     OpenStack is an open-source software platform for cloud computing that is primarily dep…

Rest API

Table of Contents API REST Why is RESTful API so popular? Basics Idempotent A REST implementation should be stateless. Pagination Versioning   I recently stumbled upon the ByteByteGo videos channel and I have to sa…