Skip to content

auser/sealedinfra

Repository files navigation

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

Run from installed binary:

si --root $PWD --settings ./config/config.yaml docker --repo git@bitbucket.org:financialpayments/tupay.git -b origin/eol/upgrade  build

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

About

Kind of a heroku, but mostly not

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages