AUTHOR behnam

Cloud / DevOps / Linux System Administration
Ceph introduction
What is Ceph? Ceph is an open source software-defined storage solution designed to address the block, file and object storage needs of modern enterprises. Its highly scalable architecture sees it being adopted […]
Introduction to Keystone
Keystone is an OpenStack service that provides API client authentication, service discovery, and distributed multi-tenant authorization by implementing OpenStack’s Identity API. Keystone is organized as a group of internal services exposed on one or […]
DevOps Orchestration
[box]Orchestration is the automated configuration, management, and coordination of computer systems, applications, and services. Orchestration helps IT to more easily manage complex tasks and workflows.[/box] IT teams must manage many servers and […]
kubernetes
[box]Kubernetes—also known as ‘k8s’ or ‘kube’—is a container orchestration platform for scheduling and automating the deployment, management, and scaling of containerized applications.[/box] As containers proliferated—today, an organization might have hundreds or thousands […]
What is a software artifact?
A software build contains not only the developer’s code also includes a range of software artifacts. A DevOps artifact is a by-product produced during the software development process. It may consist of […]