Files
awesome-kubernetes/v2-docs/cloud-asset-inventory.md
Nubenetes Bot 19b7b44e20 feat(v2): restore in-page search/tag filter & drop redundant Markdown TOC
Fix: the per-page resource search box with maturity tag-pills stopped
appearing after navigation.instant was enabled (DOMContentLoaded fires only
on first SPA load). Reworked v2_filter.js to init via Material's document$
observable with a DOMContentLoaded fallback, guard double-injection, bind the
clickable-tag delegation once, and add a no-results state. Cache-bust ?v=2.9.12.

Change: removed the duplicated Markdown "## Table of Contents" from all 156 V2
content pages and from v2_optimizer.py — it forced hundreds of links of scroll
on large pages. Replaced by Material's native sticky "On this page" TOC
(removed toc.integrate, added toc.follow). tags.md keeps its TOC (it is an index).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 18:49:15 +02:00

6.9 KiB

Cloud Asset Inventory

!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.

!!! info "Architectural Context" Detailed reference for Cloud Asset Inventory in the context of Architectural Foundations.

Cloud Infrastructure and Orchestration

Asset Management and Governance

Cloud Analytics

  • (2026) cloudquery.io: Cloud Query: The open-source cloud asset inventory powered by SQL [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — An open-source high-performance security and asset discovery tool that parses cloud configuration APIs into standard SQL databases. Enables infrastructure teams to perform complex auditing, compliance mapping, and security reporting.
  • (2026) steampipe [GO CONTENT] [COMMUNITY-TOOL] — An extensible open-source command-line framework that translates APIs and cloud inventories into virtual SQL tables. Enables DevOps engineers to construct real-time dashboards and audit configuration profiles on multi-cloud hosts.
  • (2023) cloudquery.io: Building an Open-Source Cloud Asset Inventory with CloudQuery and Grafana [SQL CONTENT] [COMMUNITY-TOOL] [GUIDE] — Step-by-step implementation guide detailing how to ingest cloud infrastructure state via CloudQuery and visualize data patterns within Grafana. Outlines pipeline construction, scheduling, and database optimization.
  • (2022) Querying AWS at scale across APIs, Regions, and accounts [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Enterprise guide mapping performance configurations designed to query massive multi-account, multi-region AWS environments. Analyzes API latency limitations, concurrency protocols, and security audits utilizing SQL query abstractions.

Public Cloud Administration

AWS Fundamentals

  • (2023) AWS Cloud Practitioner - Curso Completo 2023 [SPANISH CONTENT] [COMMUNITY-TOOL] — Comprehensive Spanish instructional syllabus targeting the AWS Certified Cloud Practitioner domain. Details key global infrastructure components, core services (EC2, S3, RDS, VPC), billing architectures, and foundational security frameworks.

Azure Architecture

  • (2025) Transitioning an Existing Azure Environment to the Azure Landing Zone Reference Architecture [N/A CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [LEGACY] — Architectural migration playbook addressing transitioning legacy cloud setups to formal Microsoft Azure Landing Zones. Covers organizational tier hierarchies, network architectures, and systemic governance patterns.
  • (2025) Subscription Vending Implementation Guidance [BICEP CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] — Automated governance framework detailing Azure Subscription Vending models. Outlines how to programmatically create subscription structures incorporating secure routing, virtual network configurations, policies, and role-based access management.

Serverless Architecture

Case Studies

Storage and Databases

Distributed Block Storage

  • (2026) ==Ceph: A Distributed Object, Block, and File Storage Platform== 16707 [C++ CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — An enterprise-grade, highly scalable distributed storage ecosystem providing object, block, and file system storage on a single unified cluster. Widely adopted as the primary storage layer backing cloud platforms and Kubernetes orchestration (Rook-Ceph).

Infrastructure as Code

Architecture

Diagrams

  • (2024) CloudCanvas - Diagramming for Cloud Infrastructure [TYPESCRIPT CONTENT] [EMERGING] — CloudCanvas is an emerging interactive workspace tool tailored for designing cloud topologies and auto-generating infrastructure-as-code manifests. By linking architectural nodes directly to API-driven configurations, it helps bridge the gap between architectural diagramming and operational execution.

💡 Explore Related: Demos | Kubernetes | Cloud Arch Diagrams