vault-operator

command module
v0.0.0-...-b7605b0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2022 License: MIT Imports: 6 Imported by: 0

README

vault-operator

An example of writing Vault Operator for Kubernetes.

  • Just an opinionated, simple way of bootstraping a new operator.
  • Most Vault-related code is copied from vault-secret-operator. This serves like a Hello World template for writing a K8s operator.
  • I don't want to use Operator SDK since it's too complicated in my opinion.
  • kubebuilder, controller-gen is used for generating CRD.
  • ko is used for building multi-arch container image. Dockerfile is not used. SBOM generated by default so you can use cosign maybe to verify.

Usage

# install the CRD: kubectl create -f config/crd
make run

License

See LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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