Full‑stack CI/CD tool maps
Practitioner stacks are converging: AWS‑native flows use CodeCommit, CodeBuild, CodePipeline, CodeDeploy and CloudFormation with EKS/ECS/Lambda and CloudWatch for ops (x.com). Azure/.NET pipelines show heavy use of Docker, Kubernetes on AKS and IaC/security, while simple modern stacks lean on Git, Docker, K8s, CI (GHA/Jenkins), Terraform and Prometheus/Grafana for monitoring (x.com) (x.com).
The Cloud Native Computing Foundation’s 2024 survey found cloud‑native adoption at an all‑time high of 89% and reported that roughly 80% of respondents have deployed Kubernetes in production. (linuxfoundation.org) Grafana Labs’ 2024 Observability Survey shows 98% of respondents use open‑source observability tools and lists Prometheus and Grafana among the most commonly cited technologies for metrics and dashboards. (grafana.com) HashiCorp’s State of Cloud Strategy survey (nearly 1,200 respondents) reports only 8% of organizations qualify as “highly mature” in cloud practices, while 67% of highly mature programs deliver shared infrastructure and security services via platform teams. (hashicorp.com) JetBrains’ 2025 CI/CD research identifies GitHub Actions as the most popular choice for personal projects, and GitHub’s Octoverse shows continued platform growth with billions of commits and expanding Actions usage year‑over‑year. (blog.jetbrains.com) The Jenkins project and CD Foundation reported a 79% growth in Jenkins Pipeline jobs between June 2021 and June 2023, underlining that Jenkins remains a major CI backbone despite rising cloud‑native managed services. (cd.foundation) Microsoft’s Azure documentation and tutorials demonstrate common.NET deployment flows that build Docker images, push to Azure Container Registry, and deploy to Azure Kubernetes Service (AKS) using Azure Pipelines. (learn.microsoft.com) A string of recent supply‑chain incidents—most notably attacks tied to the Trivy/TeamPCP campaign that touched Docker Hub and GitHub workflows—has repeatedly shown how CI/CD toolchains that combine container registries and hosted workflows can be used to exfiltrate or tamper with builds. (bleepingcomputer.com) Tooling for automated infrastructure mapping and visualization, such as open‑source projects that parse Terraform/Docker/Kubernetes manifests to generate interactive maps, has gained traction as teams try to document and govern converging CI/CD stacks. (github.com)