Skip to content
@blanketops

blanketops

BlanketOps logo

BlanketOps

Deterministic software delivery for Kubernetes.

Entropy reduction through governed state progression.

Website CLI Release License


What it does

Two phases, one platform:

  1. BlanketOps Environments — turns a git push into a running, TLS-terminated Kubernetes service. Nine typed, composable primitives (Environment, GitRepository, GitHubEvent, Build, Package, Deployment, ServiceUnit, Route, Domain), each owning one concern and reconciling toward a declared intent instead of a script that quietly patches around failures. If a stage can't legally proceed, it fails visibly. → environments-cli
  2. Secure Software Supply Chain — drives build → scan → sign → attest → publish on every push, via Tekton and Sigstore. Treats your pipeline as infrastructure, not a script. → secure-software-supplychain

Setup and usage for each are covered in their own repo's README — that's the source of truth, not this page.

Repositories

Repo What it is
environments-cli Zero-dependency, single-binary Kubernetes bootstrapper for BlanketOps Environments. No kubectl required. Built for air-gapped, bare-metal, and immutable environments.
environments-install Declarative install manifests (CRDs, RBAC, controller-manager) as Kustomize overlays, published as a single install.yaml per release.
environments-api The canonical Kubernetes API contracts (CRDs) for BlanketOps Environments.
environments-contract Canonical Go contracts shared across the platform's controllers and tooling.
secure-software-supplychain A Kubebuilder operator for the Secure Software Supply Chain phase — build → scan → sign → attest → publish, via Tekton and Sigstore.

Tech stack

  • Language: Go
  • Runtime: Kubernetes (CRDs, controllers, Kubebuilder)
  • CI/CD engine: Tekton Pipelines + Triggers
  • Packaging & lifecycle: Carvel kapp-controller
  • Eventing: Argo Events
  • Builds: Shipwright, Buildah
  • Serverless: Knative Serving + Kourier
  • Infra orchestration: Crossplane
  • Secrets: External Secrets Operator
  • Supply chain security: cosign, Sigstore (Fulcio/Rekor), Trivy, SLSA provenance attestation

Links


Building predictable, entropy-reducing delivery for Kubernetes — one governed state transition at a time.

Popular repositories Loading

  1. environments-cli environments-cli Public

    BlanketOps Environments CLI is a self-contained, zero-dependency Kubernetes bootstrapper. One binary installs your entire software delivery environment

    Go

  2. environments-contract environments-contract Public

    Defines the canonical contracts for BlanketOps Environments.

    Go

  3. environments-install environments-install Public

    Blanketops Environments Install provides the declarative installation manifests for BlanketOps Environments.

    Shell

  4. environments-api environments-api Public

    Defines the canonical Kubernetes API contracts for BlanketOps Environments.

    Go

  5. secure-software-supplychain secure-software-supplychain Public

    A Kubernetes operator that manages a full software supply chain pipeline from two CRs. Built with Kubebuilder, powered by Tekton, secured by Sigstore.

    Go

  6. .github .github Public

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…