Skip to main content

Building Blocks

The SweetOps solution by Cloud Posse is a powerful framework for DevOps, designed with multiple building blocks that offer various levels of abstraction. This modular approach allows for complete customization to meet the unique requirements of any business, ensuring a tailored solution that aligns with specific needs and objectives. To understand how it works, it's important to know how these parts work together: Geodesic, Atmos, Terraform Components (root modules), Terraform Modules, and GitHub Actions.

Geodesic

Your DevOps Toolbox

Geodesic is the ultimate DevOps toolbox, encapsulated within a Docker image. It eliminates the need for individual installations of Terraform, Kubernetes, Helmfile, AWS CLI, and other core tools in the SweetOps methodology. Geodesic is versatile, serving as an interactive cloud automation shell, a base image for other containers, or a crucial element in CI/CD workflows.

Atmos

Your Workflow Automation Conductor

Atmos takes the reins as a DevOps workflow automation tool, adept at managing large-scale and intricate infrastructures. It empowers users to manage DRY configurations hierarchically, foster team collaboration, and enforce guardrails through policies as code. Atmos relies on YAML configuration and supports multiple inheritance, simplifying the process of defining and reusing logical groups of configuration. We usually run Atmos inside of Geodesic, but it's not a requirement.

Terraform Components

Blueprints for Infrastructure Patterns

Terraform Components (Root Modules) act as the foundational Terraform configurations for high-level infrastructure elements, such as Kubernetes clusters or VPCs. These root modules enable reusability across different environments, and frequently leverage Terraform child modules, streamlining infrastructure management.

Terraform Modules

Bricks of Infrastructure Business Logic

Terraform Modules are smaller building blocks of infrastructure that are invoked by components to dictate the business logic associated with configuring infrastructure resources. These versatile modules can be shared among multiple Terraform configurations, allowing for the creation, updating, and deletion of infrastructure resources.

GitHub Actions

Your Deployment Automation Platform

GitHub Actions play a pivotal role as the CI/CD tool, automating software workflows to build, test, and deploy code changes. This powerful platform integrates seamlessly with Geodesic, Atmos and Terraform components and modules, automating deployment to infrastructure environments.

TL;DR

The various building blocks we leverage are Geodesic as a comprehensive DevOps toolbox, Atmos as a workflow automation conductor, Terraform components and modules as the architects of infrastructure elements and resources, and GitHub Actions as the deployment automation platform. This unified approach empowers teams to efficiently manage and scale their cloud infrastructure.