2 مستودعات
Infrastructure resources defined via code attributes or traits instead of external configuration files.
Distinct from Infrastructure Deployment Provisioning: Distinct from general deployment provisioning by specifically using application-level attributes/traits for resource definition.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Attribute-Based Provisioning. Refine with filters or upvote what's useful.
karpenter-provider-aws is a Kubernetes node autoscaler and infrastructure provider for AWS. It serves as a node lifecycle manager and cluster cost optimizer that automatically provisions and removes compute instances based on the resource requirements of pending pods. The project distinguishes itself through advanced AWS spot instance orchestration and price-capacity optimized selection to reduce cloud spend. It minimizes costs by consolidating underutilized nodes and prioritizing spot or reserved instances over on-demand capacity, while proactively migrating workloads before cloud provider i
Selects the most appropriate instance types by matching requirements against hardware attributes like CPU, memory, and storage.
Shuttle is a cloud platform for Rust backends that automates infrastructure provisioning and deployment. It functions as an infrastructure-as-code framework where managed databases and cloud resources are defined directly within application logic using code attributes rather than external configuration files. The platform provides a command line interface to manage the full project lifecycle, from local development with live reloading to remote cloud publishing. It includes a managed database provider that automatically provisions and attaches storage to applications during the deployment pro
Provides infrastructure provisioning defined directly within application code using Rust attributes.