DevOps Glossary
DevOps Glossary
- VinothKumar P
This document covers almost all tools which are used in DevOps culture.
Some of the tools are useful when it comes with legacy code / Projects, Most
of them are open source.
IaaS / PaaS
Application Deployment
Application Servers
Behavior-Driven Development Testing
Code Inspection / Code Quality
Configuration Management
Containerization Tools
Continuous Integration & Deployment
Databases
Linux OS Installation
Logging
Monitoring, Alerting, and Trending
Network (also see Software Defined Networking)
OS
Process Supervisors
Queues, Caches, etc.
Security
Software Defined
Test and Build
Test Automation
Version Control / Branch Management
Virtualization Platforms
Web Servers
Workflow Management, Agile Project Management
I have created an infographic career map for DevOps and highlighted few of
the important tools which are in market and used by majority of DevOps
engineers.
Other Tools
/in/pvinothkumar/ DevOps Tools: A Quick Glossary
IaaS / PaaS
Amazon Web Services (AWS) – Long the market leader in cloud services,
Amazon continues to dominate the commodity cloud computing providers.
Performance was high in 2014 with few outages, and Amazon adds new
services all the time.
Azure – Microsoft’s public cloud. Azure can work well for those on the
Microsoft stack, but was also plagued by notable outages and customer
communication challenges in 2014.
Cloud Foundry – Open source PaaS provider, Cloud Foundry was originally
devised by a team at Google, and is now a joint venture between EMC, GE,
and VMWare.
Eucalytpus – Another private, open source alternative to the big public clouds
like AWS and Rackspace, Eucalyptus sits quietly in the background, offering
non-proprietary PaaS services while they wait for the market demand to
swing towards a free/open-source model.
OpenStack – Widely considered to be the main enterprise open-source
response to for-profit cloud providers, Openstack has received heavy
sponsorship by many big blue-chip companies, but has also met with adoption
challenges amid complaints of heavy maintenance needs and design-by-
committee syndrome.
Rackspace – Long a dominant provider of physical infrastructure, it’s no
surprise that Rackspace quickly entered the world of cloud infrastructure.
Application Deployment
Capistrano - is an open source tool for running scripts on multiple servers,
mainly used for deploying web applications.
Microsoft Team Foundation Server – TFS provides a full-spectrum tool
environment for building and releasing projects and applications. Built to
support agile practices.
Application Servers
WildFly (formerly JBoss) – Developed by Red Hat, JBoss was formerly known
as JBoss AS but is now called “WildFly.” It is available as an open-source
product but Red Hat also offers a paid enterprise version. WildFly provides
a nice range of application server features.
Tomcat - Open-source web server and servlet container developed by
Apache. Tomcat implements several Java EE specifications including Java
Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a "pure
Java" HTTP web server environment for Java code to run in.
Jetty – is a pure Java-based HTTP (Web) server and Java Servlet container.
While Web Servers are usually associated with serving documents to people,
Jetty is now often used for machine to machine communications, usually
within larger software frameworks. Jetty is developed as a free and open
source project as part of the Eclipse Foundation.
Configuration Management
Ansible – A somewhat new kid on the block in the world of configuration
automation, Ansible is gaining popularity due to its easy, intuitive usage
and its powerful enterprise solutions.
CFEngine – An early but powerful open source tool, CFEngine provides
automated configuration and maintenance of large-scale systems and
unified management of servers, desktops, embedded networked
devices, mobile smartphones, and tablets with an operating system-
independent interface to Unix-like host configuration. It requires some
expert knowledge to deal with peculiarities of different operating
Containerization Tools
Docker – Docker made waves in the DevOps community right away, with its
easy-to-use near- universal ability to containerize and deploy applications
across any environment or OS with only a tiny Linux kernel to get it started.
LXC – Linux Containers (LXC) is a well-known containerization toolset that
uses OS virtualization. It can be used in conjunction with Docker, and relies on
Linux kernel cgroups functionality that was released in version 2.6.24
Solaris Containers – An implementation of operating system-level
virtualization technology for x86 and SPARC systems, first released publicly in
February 2004 in build 51 beta of Solaris 10
project.
Team Foundation Server – Microsoft’s development platform for Agile
projects and deployment.
Databases
Cassandra Oracle
MongoDB Percona
Server
MS SQL Postgre
SQL
MySQL HBase
OpenLDAP
Linux OS Installation
Cobbler – Linux provisioning server that facilitates and automates the
network-based system installation of multiple computer operating systems
from a central point using services such as DHCP, TFTP, and DNS.[
Fai – FAI (Fully Automatic Installation) is a non-interactive system to install,
customize and manage Linux systems and software configurations on
computers as well as virtual machines and chroot environments, from small
networks to large infrastructures and clusters.
Kickstart – Red Hat’s Kickstart installation is used primarily, but not
exclusively, by the Red Hat Enterprise Linux operating system to
automatically perform unattended operating system installation and
configuration. Red Hat publishes Cobbler as a tool to automate the Kickstart
configuration process.
Logging
PaperTrail – Lets you track changes to your models' data. It's good for
auditing or versioning. You can see how a model looked at any stage in its
lifecycle, revert it to any version, and even undelete it after it's been
destroyed.
Logstash – Tool for managing events and logs. You can use it to collect logs,
parse them, and store them for later use (i.e. searching).
Loggly – Loggly provides enterprise-class cloud-based solutions for log
management, allowing users to solve operational problems faster.
Splunk – Captures, indexes and correlates real-time data in a searchable
repository from which it can generate graphs, reports, alerts, dashboards
and visualizations.
SumoLogic – Cloud-based log management and analytics service that
leverages machine- generated big data to deliver real-time IT insights.
Features an elastic petabyte scale platform that collects, manages, and
analyzes enterprise log data, reducing millions of log lines into operational
and security insights in real time.
OS
Linux (RHEL, CentOS, Ubuntu, Debian) – Without Linux there might
not be any DevOps.
Mac OS X – Sometimes you have to think different.
Unix (Solaris, AIX, HP/UX, etc.) – When plain old Linux just isn’t good
enough.
Windows – They say it’s a Windows world.
Process Supervisors
Blue Pill - Simple process monitoring tool written in Ruby.
god – Ruby process manager.
Monit – Free, open source process supervision tool for Unix and Linux. With
Monit, system status can be viewed directly from the command line, or via the
Security
Snorby Threat Stack – Ruby on rails web application for network security
monitoring that interfaces with popular intrusion detection systems
(Snort, Suricata and Sagan). Designed around simplicity, organization and
power. The project goal is to create a free, open source and highly
competitive application for network monitoring for both private and
enterprise use.
Tripwire – Portland-based security tools company co-founded by DevOps
evangelist and Phoenix Project author Gene Kim. The original open source
Tripwire is a free security and data integrity tool useful for monitoring and
alerting on specific file change(s) on a range of systems.
Snort – Free, open source network intrusion prevention system (NIPS) and
network intrusion detection system (NIDS) created by Martin Roesch.
Test Automation
Ranorex – Provides comprehensive test automation of your applications in
any environment and on any device. Powerful automated options for
verifying and building in quality.
Team Foundation Server – For those on the Microsoft stack, TFS provides
many of the same features as Git and Github, and provides support for
integrating with both.
Virtualization Platforms
KVM - (Kernel-based Virtual Machine) is a virtualization infrastructure for the
Linux kernel that turns it into a hypervisor.
VMware – The biggest mainstream virtualization provider made a big mark
in cloud computing history when they made their basic virtualization tool
free around 2008.
Vagrant – Creates/configures virtual development environments. Used as a
wrapper around virtualization software such as VirtualBox, KVM, VMware
and around configuration management software such as Ansible, Chef,
Salt or Puppet.
VirtualBox – Virtualization software package for x86 and AMD64/Intel64-
based computers from Oracle.
Xen - Hypervisor using a microkernel design, providing services that allow
multiple computer operating systems to execute on the same computer
hardware concurrently.
Web Servers
Nginx – Free open source web server, with known strengths around load
balancing, static catch and reverse Proxy
Apache – The web server’s web server.
IIS – Internet Information Services (formerly Server) is a modular
product from Microsoft.
Kanban Tool – Another online tool for visually managing project work,
Kanban tool offers subscription options by number of users, rather than
based on events.
Version One – One of the early Agile project management tools, VersionOne
continues to be a big player for enabling teams to manage their agile
projects.
JIRA – JIRA is a popular tool for issue tracking and agile project
management support.
Rally – Rally’s agile project management tools are designed to enable efficient
and successful agile practices in the enterprise environment.
Team Foundation Server (Azure DevOps) – Microsoft designed TFS to be a
full-service collaboration platform for developing and deploying Agile
projects on the Microsoft stacks.