From 310fff287e47da0220b219c2ac4ca85d22f9da6b Mon Sep 17 00:00:00 2001 From: LarytheLord Date: Wed, 25 Feb 2026 22:20:31 +0530 Subject: [PATCH] docs: use precise ephemeral/replaceable infrastructure wording --- docs/foundations/introduction/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/foundations/introduction/README.md b/docs/foundations/introduction/README.md index e38d4f7b..0ccccb2e 100644 --- a/docs/foundations/introduction/README.md +++ b/docs/foundations/introduction/README.md @@ -46,7 +46,7 @@ The roadmap has a [multiphase industry-grade project](../../projects/hivebox) th ## DevOps Topology -This roadmap is designed for the cloud-native post-container era, which means it will mainly focus on modern practices like Cloud, Docker, and Kubernetes. That doesn't mean everything should be complex, but just about [treating your servers like cattle, not pets](https://www.hava.io/blog/cattle-vs-pets-devops-explained). For example, using Kubernetes doesn't always mean you need to create or manage Kubernetes clusters! Many serverless Kubernetes solutions are now like AWS EKS Fargate or GCP GKE Autopilot. So this roadmap doesn't claim one way of doing DevOps because DevOps already has many [implementations and topologies](https://web.devopstopologies.com/), but as mentioned, it focuses on modern practices and technologies. +This roadmap is designed for the cloud-native post-container era, which means it will mainly focus on modern practices like Cloud, Docker, and Kubernetes. That doesn't mean everything should be complex, but rather about [designing servers as ephemeral, replaceable infrastructure](https://www.hava.io/blog/cattle-vs-pets-devops-explained). For example, using Kubernetes doesn't always mean you need to create or manage Kubernetes clusters! Many serverless Kubernetes solutions are now like AWS EKS Fargate or GCP GKE Autopilot. So this roadmap doesn't claim one way of doing DevOps because DevOps already has many [implementations and topologies](https://web.devopstopologies.com/), but as mentioned, it focuses on modern practices and technologies. ## Soft Skills