Open in app
Home
Notifications
Lists
Stories

Write
Nikhil Patil
Nikhil Patil

Home

Nov 17, 2020

Deploying Ceph cluster using Cephadm

What is Ceph? Ceph is open source, software-defined storage maintained by RedHat. It’s capable of block, object, and file storage. The clusters of Ceph are designed in order to run on any hardware with the help of an algorithm called CRUSH (Controlled Replication Under Scalable Hashing). This algorithm ensures that all the data…

Ceph

5 min read

Deploying Ceph cluster using Cephadm
Deploying Ceph cluster using Cephadm

Sep 15, 2020

Introduction to Docker Swarm -Part 2

Service: Run the command below from the manager node only: docker service create — name myhttpd — replicas 1 -p 18080:80 httpd v17zrxurtjq6tqhc5htcrnjuu overall progress: 1 out of 1 tasks 1/1: running [=====================================>] verify: Service converged The docker service create command creates the service. The — name flag names the…

Docker

2 min read

Introduction to Docker Swarm -Part 2
Introduction to Docker Swarm -Part 2

Sep 15, 2020

Introduction to Docker Swarm(Part-1)

What is Docker Swarm? Docker swarm is Container orchestration tool, meaning that it allows the user to manage multiple containers deployed across multiple host machines. There are 2 main components of Docker Swarm: Swarm Manager Worker Node Swarm Manager:- Swarm manager purpose is to receive commands on behalf of the…

Docker

3 min read

Nikhil Patil

Nikhil Patil

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable