Files
awesome-kubernetes/v2-docs/scaffolding.md

3.5 KiB

Scaffolding Tools

!!! info "Architectural Context" Detailed reference for Scaffolding Tools in the context of Platform & Site Reliability.

Standard Reference

Cloud-Native Development

Continuous Delivery

Skaffold

  • skaffold [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

Scaffolding

  • callicoder.com: Scaffolding your Spring Boot Application with Yeoman [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 [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 🌟 [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 [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 | Project Management Methodology | Chaos Engineering