Management

person writing on the notebook

How to do Effective Capacity Planning in Scrum?

Reading Time: 3 minutes Scrum is the most widely used Agile framework. In Scrum, the work is divided into smaller goals which can be completed within time-boxed iterations called sprints. The length of each sprint is fixed and is normally between one week and one month, with two weeks being the most common.  Unfortunately, many scrum projects are not successful as teams ignore or miscalculate their capacity to do the Continue Reading

Simple Things You Can Learn From Cassandra Nodetool (Monitor/Manage) For DC/OS

Reading Time: 4 minutes Cassandra native tool called nodetool is used for monitoring and managing cassandra cluster for dcos

Ansible

Getting Started with Ansible

Reading Time: 4 minutes What is Configuration Management? Before starting with Ansible let’s discuss what configuration management is. Configuration Management (CM) is the process of handling changes in any system systematically, and it maintains the consistency of the product. It retains its consistency because it is applied over the entire lifecycle of the system. Configuration Management provides the capability of controlling and monitoring the performance of the system. Using Continue Reading

Introduction to Ansible

Reading Time: 4 minutes Ansible is an open-source automation engine that automates software provisioning, configuration management, and application deployment. It lets you control and configure nodes from a single machine. What makes it different from other management software is that Ansible uses  SSH infrastructure. It uses push mode, where the configuration is pushed from a master machine to nodes. Architecture Ansible has two types of servers: controlling machines and Continue Reading