architect

command module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

README

CircleCI

architect

architect is a highly opinionated tool used at Giant Swarm for building and deploying services.

architect is used as part of the Giant Swarm release workflow, to build services. The latest release is fetched automatically during builds (running on CircleCI), and then executed to perform the build. This allows us to update one tool, and affect all builds.

On master merges, architect is also used to trigger a deployment of the built service. It creates an event that is picked up by a companion tool draughtsman, which runs inside an installation and pulls and deploys the service.

architect runs all build steps in Docker containers, to allow for portability and reproducibility.

To download the latest build of architect, run:

wget -q $(curl -sS https://api.github.com/repos/giantswarm/architect/releases/latest | grep browser_download_url | head -n 1 | cut -d '"' -f 4)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
Package helmtemplate provides functions for templating helm charts
Package helmtemplate provides functions for templating helm charts
Package pipeline provides functionality for moving artifacts between different stages in the deployment process.
Package pipeline provides functionality for moving artifacts between different stages in the deployment process.
pkg
Package template provides functions for templating Kubernetes resources, with standard G8S configuration.
Package template provides functions for templating Kubernetes resources, with standard G8S configuration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL