espejote

command module
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: BSD-3-Clause Imports: 1 Imported by: 0

README

a goopher standing in front of a big mirror
The Espejote tool ('big mirror' in Spanish) manages arbitrary resources in a Kubernetes cluster.
It allows a GitOps workflow while still being able to depend on in-cluster resources.

Espejote: An in-cluster templating controller

Installation

In-cluster using kubectl

kubectl apply -k config/crd
kubectl apply -k config/default
Image signature verification

Espejote images are signed using Cosign. Espejote uses the Keyless signing feature of Cosign using the GitHub Action token for attestation.

You can verify the image signatures using the Cosign CLI:

TAG=vX.X.X
cosign verify "ghcr.io/vshn/espejote:${TAG}" \
  --certificate-identity "https://github.com/vshn/espejote/.github/workflows/release.yml@refs/tags/${TAG}" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

CLI using Homebrew

Works on macOS and Linux.

brew install vshn/tap/espejote

CLI using go get

go install github.com/vshn/espejote@latest

Usage

Espejote manages resources by server-side applying rendered Jsonnet manifests to the cluster. It allows fine-grained control over external context used to rendering the resources and the triggers that cause the resources to be applied.

espejote CLI docs are available here.

API (CRD) documentation is available here.

espejote.libsonnet documentation is available here.

Annotated examples are available:

The original idea and design document is available here.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the espejote.io v1alpha1 API group +kubebuilder:object:generate=true +groupName=espejote.io
Package v1alpha1 contains API Schema definitions for the espejote.io v1alpha1 API group +kubebuilder:object:generate=true +groupName=espejote.io
tools
completions command
genclidoc command

Jump to

Keyboard shortcuts

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