Skip to content

kubernetes-sigs/kubebuilder-declarative-pattern

Folders and files

NameName
Last commit message
Last commit date
Jan 29, 2025
Jan 29, 2025
Dec 19, 2022
Sep 24, 2024
Jan 29, 2025
Feb 10, 2025
Jan 29, 2025
Jul 2, 2024
Jan 29, 2025
Jan 29, 2025
Mar 15, 2025
Oct 16, 2021
Feb 1, 2023
Sep 17, 2022
Feb 19, 2019
May 23, 2024
Nov 17, 2020
Feb 19, 2019
Feb 19, 2019
Feb 19, 2019
Aug 29, 2022
Jan 29, 2025
Sep 24, 2024
Jul 2, 2024
Feb 11, 2025
Sep 24, 2023
Aug 29, 2022

kubebuilder-declarative-pattern

kubebuilder-declarative-pattern provides a set of tools for building declarative cluster operators with kubebuilder. Declarative operators provide a fast path to orchestrating Kubernetes deployments to enable domain experts to focus on their component instead of re-answering questions like 'How do I get this YAML into the cluster?' or 'How do I update it?'.

Development

Running Smoke Tests

Smoke tests are provided to ensure basic functionality of the framework against example operators. They should be run as part of significant code changes. The tests require a running Kubernetes cluster to be targeted from the local machine and write access to a GCR bucket.

cd hack
IMG=<a writeable image path, eg, gcr.io/my-project/controller:latest> go run smoketest.go

Documentation

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.