Posts tagged "devops"
17 articles
Infrastructure in 2035: Anton Babenko on Moving Beyond 'As-Code'
Anton Babenko, creator of terraform-aws-modules, shares his bold vision for how infrastructure management will evolve beyond code by 2035.
Announcing Feature Branch Configuration Overrides
Control which Terrateam configuration settings must come from the default branch versus feature branches
Embedding Feature Flags into a DevOps Workflow for Safer Releases
Learn how to integrate feature flags with CI/CD pipelines and GitOps workflows for progressive delivery.
Building Secure and Maintainable Terraform Modules
Learn how to structure Terraform modules for long-term maintainability, apply security best practices, and handle updates without breaking production. Covers versioning strategies, the moved block, migration patterns, and secure secret management.
AI in Infrastructure as Code: Justin O'Connor on Accelerating the Right Way
Justin O'Connor, Director at KPMG and Founder at Onward Platforms, on why AI will create more code, not fewer engineers, and the critical balance between speed and expertise.
AI in Infrastructure as Code: Kief Morris on Navigating the Limits of Automation
Kief Morris, Distinguished Engineer at Thoughtworks, shares insights on balancing AI's speed with infrastructure consistency, reliability, and governance.
AI in Infrastructure as Code: Petar Nikov on Avoiding AI Pitfalls
Petar Nikov, founder of Cloud Solutions, shares why AI should accelerate, not replace, infra decisions, and how teams can build better guardrails around speed.
Progressive Delivery Best Practices with Continuous Deployment
A technical guide to implementing safe deployment strategies like canary releases, blue-green deployments, and feature flags in enterprise CI/CD pipelines.
Managing Terraform Modules at Scale
Learn how to design, version, and automate Terraform modules for long-term maintainability. Covers module organization, lifecycle management, security patterns, and migration strategies for production infrastructure.
What is Terraform Cache?
This blog explores Terraform caching, offering insights on optimizing initialization, minimizing redundant downloads, and setting up a local cache for centralized projects.