Welcome to DevOps-Bot

Your all-in-one Infrastructure-as-a-Service tool.

DevOps-Bot Architecture

DevOps-Bot (DOB) is a multi-task automation tool designed for provisioning, configuration, CI/CD pipelines, and monitoring. It simplifies complex DevOps processes by offering an agentless, modular, and extensible framework with both CLI and UI support. Below is an overview of its architecture and key components:

Centralized DOB Server

Acts as the core hub, managing all interactions and processes. Handles metric scraping, configuration, provisioning, CI/CD, and task execution.

Key Features and Functions

  • Cloud Provisioning: Uses Cloud API Functions for instance creation. Injects SSH keys into instances during provisioning.
  • Configuration Management: Managed by the Infraset function. Uses injected SSH keys to connect and execute tasks on remote servers. Supports Bash, SH, and Python scripts.
  • CI/CD (Infracircle): Responsible for managing pipelines and deploying applications. Utilizes SH scripts for automating CI/CD tasks.
  • Kubernetes Deployment (DKS): Manages containerized application deployments. Interfaces with Kubernetes clusters.
  • Kubernetes Service (dks - DOB Kubernetes Service): DOB integrates Kubernetes orchestration using dks (DOB Kubernetes Service). This function allows users to manage Kubernetes clusters and deploy containerized applications, similar to services like AWS Elastic Kubernetes Service (EKS).
  • RBAC (Persona): Provides token-based authentication for secure task execution. Generates public/private keys and tokens for CLI users.
  • Monitoring (DOBP): Scrapes metrics from remote servers. Sends data over HTTP/HTTPS to the DOB Server for visualization. Provides graphical monitoring in the UI.
  • Webhooks: Allows external systems to trigger actions or receive updates.

User Interfaces

  • CLI: Enables users to execute tasks remotely via token authentication.
  • UI: Offers a graphical interface for task execution and monitoring.

Key Interactions

  • SSH: Injected into provisioned instances for secure connections.
  • HTTP/HTTPS: Used for monitoring data transmission from remote servers to the DOB Server.
  • Cloud APIs: Facilitate provisioning and management of cloud resources.

Summary

DevOps-Bot (DOB) simplifies automation, orchestration, and CI/CD with its agentless architecture, YAML-based configuration, and modular design. Its key components—such as screenplays, modules, plugins, and CI/CD pipelines—provide a unified solution for managing complex DevOps workflows. With support for major cloud providers, Kubernetes integration, real-time monitoring, and extensibility through custom plugins, DOB is a powerful tool for DevOps teams looking to automate infrastructure, deployments, and monitoring at scale.