Killinchu / UDS — full injection
UDS Core compatible ZARF-packaged DOCTRINE v11 LOCKED · 749 · 14 · 163 · SLSA L1 honest (L2 in progress) · Λ Conjecture (not a theorem)
/uds › /uds/zarf

ZARF — air-gap deploy

Killinchu ships as a ZARF package (declarative, air-gap-native) that deploys onto any CNCF-certified Kubernetes cluster — including a disconnected k3s/RKE2 node behind a data diode. The bundle, its signature, and its Rekor anchor are public and verifiable.

zarf v0.51.0
package format
killinchu-bundle
v0.3.1
k3s / RKE2
air-gap target
UDS Core compatible
Istio · Pepr · NeuVector

Build, sign, and inspect

# build the killinchu ZARF package (from uds-bundles/PER_BUNDLE/killinchu)
zarf package create . --confirm

# inspect the published Warhacker bundle definition
zarf package inspect definition bundle.tar.zst
#   -> governance components: a11oy / amaru / sentra / killinchu / rosie

Air-gap deploy demo (disconnected node)

# 0) carry bundle.tar.zst + cosign.pub + bundle.tar.zst.rekor.bundle across the gap
# 1) integrity
sha256sum -c bundle.tar.zst.sha256                 # -> OK
# 2) authenticity (offline, no tlog egress)
cosign verify-blob --key cosign.pub --insecure-ignore-tlog=true \
  --signature bundle.tar.zst.sig bundle.tar.zst    # -> Verified OK
# 3) initialize Zarf on the disconnected cluster
zarf init --confirm
# 4) deploy the killinchu package
zarf package deploy bundle.tar.zst --confirm
# 5) confirm the deployment is Available (chart waits up to 180s)
kubectl -n killinchu rollout status deploy/killinchu-bundle

The package's zarf.yaml declares the killinchu namespace (Istio injection + UDS Core labels), the helm chart killinchu@0.3.1, and the image ghcr.io/szl-holdings/killinchu:uds-v0.3.1, with an onDeploy wait for readiness.

Live air-gap verify endpoint

The Space exposes a signed-inventory air-gap check (never fail-open): POST /api/killinchu/uds/v1/airgap/verify-deploy, and a Big Bang parity map at /api/killinchu/uds/v1/big-bang/parity (HTTP 200).

Verifiable evidence

ADDITIVE · self-contained · Doctrine v11 LOCKED 749/14/163 · Λ Conjecture 1 · every cited link curl-verified HTTP 200 · sign: Yachay <yachay@szlholdings.dev> · Co-Authored-By: Perplexity Computer Agent