#infrastructure #kubernetes #sealed #control #tool #better

bin+lib sealedinfra

Better infrastructure for better control and code

2 releases

0.1.1 Oct 3, 2024
0.1.0 Oct 3, 2024

#2 in #sealed

Download history 242/week @ 2024-10-03 13/week @ 2024-10-10

255 downloads per month

MIT license

195KB
3K SLoC

Rust 2.5K SLoC // 0.1% comments SQL 179 SLoC // 0.1% comments HCL 117 SLoC // 0.0% comments Shell 57 SLoC // 0.3% comments

Sealed Infrastructure

Sealed Infrastructure is a tool for managing Kubernetes infrastructure. It is designed to be used with the Sealed Kubernetes project.

Getting Started

To get started with Sealed Infrastructure, you need to have the following prerequisites:

CLI

The CLI is built with clap and tokio.

To build the CLI, run the following command:

cargo build --release

Or from source:

RUST_LOG=debug cargo run -- --root $PWD --settings ./config/config.yaml docker --repo git@bitbucket.org:financialpayments/tupay.git -b origin/eol/upgrade  build

Dependencies

~115MB
~2M SLoC