Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stage 2 and replace w/ a static docker registry implementation in rust #948

Merged
merged 58 commits into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from 46 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
1774317
port static registry fn
Noxsios Oct 27, 2022
40319a2
temporary release script to create even smaller rust binaries
Noxsios Oct 27, 2022
844b428
start modifying the injector process to use the new multi-use stage1
Noxsios Oct 27, 2022
98626a1
break the zarf injector into two fn
Noxsios Oct 27, 2022
91b8a41
remove unused dev dep
Noxsios Oct 27, 2022
6e678dc
fix compiler issue
Noxsios Oct 27, 2022
0eabbbc
build for aarch64
Noxsios Oct 27, 2022
b70a135
no more build-injector
Noxsios Oct 27, 2022
5324eb7
dont need to grab the binary anymore
Noxsios Oct 27, 2022
e528716
remove references to zarf-registry
Noxsios Oct 27, 2022
f8f2a73
remove std::io, no more logging :(
Noxsios Oct 27, 2022
3918884
re-add logging, size differential was miniscule
Noxsios Oct 27, 2022
cdba8e5
re-add some refs
Noxsios Oct 28, 2022
645cbd3
remove injectZarfBinary refs
Noxsios Oct 28, 2022
c875cba
handle HEAD request + `library` namespace request
Noxsios Oct 28, 2022
157c7f5
handle HEAD
Noxsios Oct 28, 2022
bcb8a22
deps changed in cargo
Noxsios Oct 28, 2022
794a5d4
more verbose logging
Noxsios Oct 28, 2022
d7c1fb4
ITS WORKING
Noxsios Oct 28, 2022
3ab94aa
rework release script to only use stable rust
Noxsios Oct 28, 2022
d9a6db2
delete stage2
Noxsios Oct 28, 2022
cf0c0c5
checkout before install-tools
Noxsios Oct 28, 2022
5094dd7
use custom binary to test ci
Noxsios Oct 28, 2022
0b2179f
some cleanup
Noxsios Oct 28, 2022
6a6c085
more cleanup
Noxsios Oct 28, 2022
8f3dd43
apply some suggestions from `cargo clippy`
Noxsios Oct 28, 2022
5fd06c3
fix index oob when run w/o a second arg
Noxsios Oct 28, 2022
b87f78f
docs go brrr
Noxsios Oct 28, 2022
7e8ee0a
pin serde
Noxsios Oct 28, 2022
3df9dc6
Merge branch 'master' into rust-stage-2
jeff-mccoy Oct 29, 2022
262f85d
Merge branch 'master' into rust-stage-2
jeff-mccoy Oct 29, 2022
4e809e4
update nerd notes
Noxsios Oct 29, 2022
69d7221
initial adr addition
Noxsios Oct 29, 2022
da341a1
prettier adr 7
Noxsios Oct 29, 2022
4678bcd
Merge branch 'master' into rust-stage-2
Noxsios Oct 30, 2022
4a408f6
remove temp release.sh and move into README
Noxsios Oct 30, 2022
8e72664
Merge branch 'master' into rust-stage-2
Racer159 Oct 31, 2022
65e31e6
update rust injector to serve OCI layout
Noxsios Oct 31, 2022
1e797f0
docs
Noxsios Oct 31, 2022
e3e5f38
tar seed-image contents, shift sha calculation to match, reformat OCI…
Noxsios Oct 31, 2022
1af4279
Update adr/0007-use-rust-binary-for-both-injection-stages.md
Noxsios Oct 31, 2022
569ceee
Update adr/0007-use-rust-binary-for-both-injection-stages.md
Noxsios Oct 31, 2022
e2e9ce1
docs
Noxsios Oct 31, 2022
b3685d9
extract into fn
Noxsios Oct 31, 2022
84dfc57
return 406 if header does not have OCI accept param
Noxsios Nov 1, 2022
400b20a
Merge branch 'master' into rust-stage-2
jeff-mccoy Nov 1, 2022
80b34a3
Merge branch 'master' into rust-stage-2
jeff-mccoy Nov 2, 2022
606fb01
test w/ latest binary build
Noxsios Nov 2, 2022
e0945d1
forgot to build binary w/ `v.0` naming convention
Noxsios Nov 2, 2022
1d6d715
unable to remove seed-image.tar for now due to `src/internal/packager…
Noxsios Nov 2, 2022
045fcfc
Merge branch 'master' into rust-stage-2
jeff-mccoy Nov 4, 2022
2d52e71
properly handle args in rust
Noxsios Nov 7, 2022
84a581d
Merge branch 'master' into rust-stage-2
Noxsios Nov 7, 2022
ac07a88
Merge branch 'master' into rust-stage-2
jeff-mccoy Nov 9, 2022
bd9e5a8
Breaking injector things (#984)
jeff-mccoy Nov 9, 2022
3350371
dont panic on wrong args
Noxsios Nov 10, 2022
e699899
Merge branch 'main' into rust-stage-2
jeff-mccoy Nov 13, 2022
85e8178
bump injector version
Noxsios Nov 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-rust-injector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
build-injector:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repo"
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branchName }}

- name: Install tools
uses: ./.github/actions/install-tools

Expand All @@ -24,11 +29,6 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
sudo apt install build-essential -y

- name: "Checkout Repo"
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branchName }}

- name: "Build Rust Binary for x86_64"
working-directory: src/injector/stage1
run: |
Expand Down
18 changes: 6 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,34 +68,28 @@ build-ui: ## Build the Zarf UI
npm ci
npm run build

build-cli-linux-amd: build-injector-registry-amd check-ui ## Build the Zarf CLI for Linux on AMD64
build-cli-linux-amd: check-ui ## Build the Zarf CLI for Linux on AMD64
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="$(BUILD_ARGS)" -o build/zarf main.go

build-cli-linux-arm: build-injector-registry-arm check-ui ## Build the Zarf CLI for Linux on ARM
build-cli-linux-arm: check-ui ## Build the Zarf CLI for Linux on ARM
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="$(BUILD_ARGS)" -o build/zarf-arm main.go

build-cli-mac-intel: build-injector-registry-amd check-ui ## Build the Zarf CLI for macOS on AMD64
build-cli-mac-intel: check-ui ## Build the Zarf CLI for macOS on AMD64
GOOS=darwin GOARCH=amd64 go build -ldflags="$(BUILD_ARGS)" -o build/zarf-mac-intel main.go

build-cli-mac-apple: build-injector-registry-arm check-ui ## Build the Zarf CLI for macOS on ARM
build-cli-mac-apple: check-ui ## Build the Zarf CLI for macOS on ARM
GOOS=darwin GOARCH=arm64 go build -ldflags="$(BUILD_ARGS)" -o build/zarf-mac-apple main.go

build-cli-windows-amd: build-injector-registry-amd check-ui ## Build the Zarf CLI for Windows on AMD64
build-cli-windows-amd: check-ui ## Build the Zarf CLI for Windows on AMD64
GOOS=windows GOARCH=amd64 go build -ldflags="$(BUILD_ARGS)" -o build/zarf.exe main.go ## Build the Zarf CLI for Windows on AMD64

build-cli-windows-arm: build-injector-registry-amd check-ui ## Build the Zarf CLI for Windows on ARM
build-cli-windows-arm: check-ui ## Build the Zarf CLI for Windows on ARM
GOOS=windows GOARCH=arm64 go build -ldflags="$(BUILD_ARGS)" -o build/zarf-arm.exe main.go ## Build the Zarf CLI for Windows on ARM

build-cli-linux: build-cli-linux-amd build-cli-linux-arm ## Build the Zarf CLI for Linux on AMD64 and ARM

build-cli: build-cli-linux-amd build-cli-linux-arm build-cli-mac-intel build-cli-mac-apple build-cli-windows-amd build-cli-windows-arm ## Build the CLI

build-injector-registry-amd: ## Build the Zarf Injector Stage 2 for Linux on AMD64
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o build/zarf-registry-amd64 src/injector/stage2/registry.go

build-injector-registry-arm: ## Build the Zarf Injector Stage 2 for Linux on ARM
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="-s -w" -o build/zarf-registry-arm64 src/injector/stage2/registry.go

docs-and-schema: ensure-ui-build-dir ## Generate the Zarf Documentation and Schema
go run main.go internal generate-cli-docs
.hooks/create-zarf-schema.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Date: 2022-03-04

Accepted

Amended by [7. Use Rust Binary for Both Injection Stages](0007-use-rust-binary-for-both-injection-stages.md)

## Context

In order to create any workloads in K8s, an image has to exist on the node or be pulled in from an OCI Distribution server (docker registry). Local K8s distros such as KIND, K3D, K3S, Microk8s have CLI support for injecting or pushing images into the CRIs of cluster nodes. No standard or tool exists to do this generically in K8s as the CRI sits outside the problem of K8s beyond just communicating with it. For Zarf to push images into a K8s cluster that does not have a CLI option to inject the image, we have to establish some mechanism to create a temporary registry, use an existing one, or inject the image in the cluster. Zarf must also support unknown environments with no other dependencies; we cannot assume a registry exists. Typically when K8s pulls images from a remote registry, it sends the request to the CRI that then does the pull outside of the K8s context. The CRI runs at the host level on a per-node basis, so to access a private registry, the TLS trust needs to be modified on any host/node that would attempt to pull the image. The two primary ways to do this are modifying the node's root certificate authorities or the CRIs configuration if it has an option for TLS root CA. Lastly, as this is per node, all nodes in the cluster would need to be modified or some affinity/taint to force the pod to use a single node during bootstrapping.
Expand Down
30 changes: 30 additions & 0 deletions adr/0007-use-rust-binary-for-both-injection-stages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 7. Use Rust Binary for Both Injection Stages

Date: 2022-10-29

## Status

Accepted

Amends [3. Image injection into remote clusters without native support](0003-image-injection-into-remote-clusters-without-native-support.md)

## Context

In ADR 3, the decision was made to create a rust binary (`stage1`) that would re-assemble a `registry:2` image and a go registry binary (`stage2`) from a series of configmaps. While this solution works, it is overkill for the operations that `stage2` performs. The `stage2` binary is only responsible for 1. starting a docker registry in `rw` mode, 2. pushing the `registry:2` crane tarball into said registry, 3. starting the docker registry in `r` mode. This `registry:2` image is then immedietely consumed by the `zarf-registry` package, creating a true in-cluster docker registry. The injector pod is then destroyed. The overhead this operation creates:

- having to keep track of another binary (making the total number 3 for the zarf ecosystem)
- nearly doubling the amount of configmaps loaded into the cluster (makes init slower)
- having to compile the binary for each platform (adds to the build time + ci)
- using a full-featured docker registry to host a single image (wasteful)

## Decision

The rust binary is already being injected via configmap and unpacking the tarball. There is little need to bring everything but the kitchen sink to just serve a single image. Therefore the decision is to use the rust binary to perform the entire injection process. This required a few changes to the rust binary:

- not only re-assemble + unpack the tarball, but also unpack the `registry:2` image (stored as a [crane tarball format](https://github.com/google/go-containerregistry/tree/main/pkg/v1/tarball))
- transform the `registry:2` crane manifest to a docker v2 manifest
- spin up an HTTP server compliant with the v2 docker registry API to serve the `registry:2` image

## Consequences

The removal of the `stage2` binary makes the build process much simpler, and cuts down on make targets, as well as considerations needed during the build process. Additionally, the init process is faster, as the `stage2` binary is not injected anymore and the `registry:2` image is directly served instead of being pushed to an ephemeral registry, then served. There is a current risk to the new size of the `stage1` binary. Using stable compiler optimizations, the smallest it is able to come to is 868kb. While successfully tested on `k3s`, `kind`, and `k3d`, it is possible that the binary is too large for some Kubernetes distros (due to the potential interpretation of the configmap size limit). Additionally, the docker API implementation only serves a v2 manifest (most likely OCI in a future iteration) / image pull flow. This also greatly increases the lines of rust code and logic used within this repo, and future changes to this code will require more rust knowledge and experience, especially understanding the docker registry API and docker manifest formats.
18 changes: 8 additions & 10 deletions docs/6-developer-guide/3-nerd-notes.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
# Zarf Nerd Notes
# Zarf Nerd Notes

:::caution Hard Hat Area
This page is still being developed. More content will be added soon!
:::


Zarf is written entirely in [go](https://go.dev/), except for a single 400Kb binary for the injector system written in [rust](https://www.rust-lang.org/), so we can fit it in a [configmap](https://kubernetes.io/docs/concepts/configuration/configmap/). All assets are bundled together into a single [zstd](https://facebook.github.io/zstd/) tarball on each `zarf package create` operation. On the air gap / offline side, `zarf package deploy` extracts the various assets and places them on the filesystem or installs them in the cluster, depending on what the zarf package says to do. Some important ideas behind Zarf:
Zarf is written entirely in [go](https://go.dev/), except for a single 868Kb binary for the injector system written in [rust](https://www.rust-lang.org/), so we can fit it in a [configmap](https://kubernetes.io/docs/concepts/configuration/configmap/). All assets are bundled together into a single [zstd](https://facebook.github.io/zstd/) tarball on each `zarf package create` operation. On the air gap / offline side, `zarf package deploy` extracts the various assets and places them on the filesystem or installs them in the cluster, depending on what the zarf package says to do. Some important ideas behind Zarf:

- All workloads are installed in the cluster via the [Helm SDK](https://helm.sh/docs/topics/advanced/#go-sdk)
- The OCI Registries used are both from [Docker](https://github.com/distribution/distribution)
- Currently, the Registry and Git servers _are not HA_, see [#375](https://github.com/defenseunicorns/zarf/issues/376) and [#376](https://github.com/defenseunicorns/zarf/issues/376) for discussion on this
- To avoid TLS issues, Zarf binds to `127.0.0.1:31999` on each node as a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) to allow all nodes to access the pod(s) in the cluster
- Until [#306](https://github.com/defenseunicorns/zarf/pull/306) is merged, during helm install/upgrade a [Helm PostRender](https://helm.sh/docs/topics/advanced/#post-rendering) function is called to mutate images and [ImagePullSecrets](https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod) so the deployed resources use the NodePort binding
- Zarf uses a custom injector system to bootstrap a new cluster. See the PR [#329](https://github.com/defenseunicorns/zarf/pull/329) and [ADR](https://github.com/defenseunicorns/zarf/blob/master/docs/adr/0003-image-injection-into-remote-clusters-without-native-support.md) for more details on how we came to this solution. The general steps are listed below:
- Zarf uses a custom injector system to bootstrap a new cluster. See the PR [#329](https://github.com/defenseunicorns/zarf/pull/329) and [ADR](https://github.com/defenseunicorns/zarf/blob/master/adr/0003-image-injection-into-remote-clusters-without-native-support.md) for more details on how we came to this solution. The general steps are listed below:
Noxsios marked this conversation as resolved.
Show resolved Hide resolved
- Get a list of images in the cluster
- Attempt to create an ephemeral pod using an image from the list
- A small rust binary that is compiled using [musl](https://www.musl-libc.org/) to keep the size the max binary size of ~ 672 KBs is injected into the pod
- The mini zarf registry binary and `docker:2` images are put in a tar archive and split into 512 KB chunks; larger sizes tended to cause latency issues on low-resource control planes
- A small rust binary that is compiled using [musl](https://www.musl-libc.org/) to keep the max binary size as minimal as possible
- The `registry:2` image is placed in a tar archive and split into 512 KB chunks; larger sizes tended to cause latency issues on low-resource control planes
- An init container runs the rust binary to re-assemble and extract the zarf binary and registry image
- The container then starts and runs the zarf binary to host the registry image in an embedded docker registry
- The container then starts and runs the rust binary to host the registry image in an static docker registry
- After this, the main docker registry chart is deployed, pulls the image from the ephemeral pod, and finally destroys the created configmaps, pod, and service

<br />

<!-- TODO: @JPERRY I think this svg is out of date now that the 'Zarf agent' PR got merged.. -->
### Zarf Architecture
## Zarf Architecture

![Architecture Diagram](../.images/architecture.drawio.svg)
12 changes: 2 additions & 10 deletions packages/zarf-injector/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ components:
cosignKeyPath: ../../cosign.pub
files:
# Rust Injector Binary
- source: sget://defenseunicorns/zarf-injector:amd64-v0.21.3-8f0eb2
- source: sget://defenseunicorns/zarf-injector:amd64-v0.22.2-34-g794a5
target: "###ZARF_TEMP###/zarf-injector"
executable: true
# Go Registry Binary
- source: ../../build/zarf-registry-amd64
target: "###ZARF_TEMP###/zarf-registry"
executable: true

- name: zarf-injector
required: true
Expand All @@ -28,10 +24,6 @@ components:
cosignKeyPath: ../../cosign.pub
files:
# Rust Injector Binary
- source: sget://defenseunicorns/zarf-injector:arm64-v0.21.3-8f0eb2
- source: sget://defenseunicorns/zarf-injector:arm64-v0.22.2-34-g794a5
target: "###ZARF_TEMP###/zarf-injector"
executable: true
# Go Registry Binary
- source: ../../build/zarf-registry-arm64
target: "###ZARF_TEMP###/zarf-registry"
executable: true
2 changes: 0 additions & 2 deletions src/injector/sha256sum

This file was deleted.

Loading