# Scaffolding Tools !!! info "Architectural Context" Detailed reference for Scaffolding Tools in the context of Platform & Site Reliability. ## Standard Reference - [Wikipedia: Spring Roo](https://en.wikipedia.org/wiki/Spring_Roo) [COMMUNITY-TOOL] - [Atomist](https://go.atomist.com) [COMMUNITY-TOOL] - [Google Cloud Code](https://cloud.google.com/code) [COMMUNITY-TOOL] ## Cloud-Native Development ### Continuous Delivery #### Skaffold - [skaffold](https://skaffold.dev) [DE FACTO STANDARD] — Highly active open-source CLI utility by Google that automates the workflow for building, pushing, and deploying Kubernetes applications. Accelerates inner-loop cycles through continuous live-sync engine integration. ## Developer Experience ### Application Bootstrapping #### Kubernetes Configuration - **(2023)** [**Ambassador Edge Stack. K8S Initializer (scaffolding tool) 🌟**](https://blackbird.a8r.io) 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Ambassador K8S Initializer is a browser-based wizard that creates custom templates for ingress rules, TLS configurations, and Kubernetes manifests, lowering initial administrative hurdles. #### Scaffolding - [callicoder.com: Scaffolding your Spring Boot Application with Yeoman](https://www.callicoder.com/scaffolding-your-spring-boot-application) [GUIDE] [COMMUNITY-TOOL] [GUIDE] — Tutorial detailing Spring Boot bootstrapping with Yeoman. While historic, modern scaffolding architectures like JHipster and Spring Initializr have entirely replaced Yeoman for microservice projects. - [jhipster](https://www.jhipster.tech) [ADVANCED LEVEL] [DE FACTO STANDARD] — JHipster is a premier development platform to quickly generate, develop, and deploy modern web applications and microservice architectures. It automates containerization, CI/CD templates, and frontend-backend binding. ### IDEs and Editors #### Snippet Engines - **(2023)** [cloud.google.com: configuring_with_snippets 🌟](https://docs.cloud.google.com/code/docs/vscode/yaml-editing#configuring_with_snippets) [GUIDE] [COMMUNITY-TOOL] [GUIDE] — Official Google Cloud tutorial configuring Visual Studio Code with structural snippets, optimizing engineering speeds when deploying nested Kubernetes objects. ## Observability and Performance ### Performance Testing #### Microservices - [garden.io: Performance testing on a microservice architecture](https://docs.garden.io) [EN CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] — Official integration documentation for running non-disruptive, end-to-end performance tests within a modern microservices workflow. Emphasizes utilizing Garden's graph-based execution framework for local and CI load validation. --- 💡 **Explore Related:** [DevOps](./devops.md) | [Project Management Methodology](./project-management-methodology.md) | [Chaos Engineering](./chaos-engineering.md)