The Art and Science of Vertical and Horizontal Scalability for DevOps
The Art and Science of Vertical and Horizontal Scalability for DevOps Scalability is something that looks easy to understand but is someth...
AgileOps — A perspective from the [Dev]Ops and SRE land
AgileOps — A perspective from the [Dev]Ops and SRE land In a world of chaos, simplicity is truly beautiful. I often use this phrase. However...
How to Recover Your OpenShift OKD Web Console
How to Recover Your OpenShift/OKD Web Console: Step-by-Step Guide The Oops Moment: When the Console Vanishes Imagine this: It's a regula...
Load Balancer vs. Reverse Proxy vs. API Gateway
Load Balancer vs. Reverse Proxy vs. API Gateway Understanding the Key Components for Efficient, Secure, and Scalable Web Applications. Are...
Automate Terraform with GitHub Actions
GitHub Actions is a powerful tool for automating workflows in your GitHub repositories. You can use it to build, test, and deploy your c...
Mutable vs. Immutable Infrastructure
Definitions of Mutable and Immutable Let’s start out by defining what we mean by mutable and immutable. From Merriam Webster: Definition of ...
Run Terraform only for a specific resource
The question is: It takes a long time to run terraform and wait. So I would like to run it to exclude rds that take the longest time to ex...
Terraform :: Custom Validation Rules
Custom Validation Rules This feature was introduced in Terraform CLI v0.13.0. This feature allows us to have more control over the validatio...
Make Ansible faster with Mitogen
What is Mitogen? From Mitogen’s docs Mitogen is a Python library for writing distributed self-replicating programs. [Mitogen] updates Ansi...