Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/operator-framework/operator-sdk-samples
Contains samples of operators built using the operator-sdk
https://github.com/operator-framework/operator-sdk-samples
kubernetes operator sdk
Last synced: 2 months ago
JSON representation
Contains samples of operators built using the operator-sdk
- Host: GitHub
- URL: https://github.com/operator-framework/operator-sdk-samples
- Owner: operator-framework
- License: apache-2.0
- Archived: true
- Created: 2018-04-04T18:02:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T18:49:10.000Z (about 4 years ago)
- Last Synced: 2024-10-16T09:15:36.083Z (3 months ago)
- Topics: kubernetes, operator, sdk
- Language: Shell
- Homepage:
- Size: 35.9 MB
- Stars: 236
- Watchers: 24
- Forks: 132
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [DEPRECATED] Operator SDK Samples
This repository has been deprecated. The sample operator projects have been moved to `testdata/` in [Operator SDK](https://github.com/operator-framework/operator-sdk/) repository. For more info see the [enhancement proposal](https://github.com/operator-framework/enhancements/blob/master/enhancements/samples-generation.md) for automatic sample generation using Go.
This project is a component of the [Operator Framework](https://github.com/operator-framework), an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in the [introduction blog post](https://coreos.com/blog/introducing-operator-framework).
Note that, the latest SDK released version used to update the samples is 1.1.0.
## Overview
This repo contains samples of operators built using the [operator-sdk][operator_sdk].
To view operators which leverage Go, Ansible, or Helm for deployment, see the [Go][go_examples], [Ansible][ansible_examples], or [Helm][helm_examples] samples sections, respectively.
**NOTE:** For examples of other operators, see the [Awesome Operators][awesome-operators] repo. However, note that not all of these operators were written using [operator-sdk][operator_sdk].
[operator_sdk]:https://github.com/operator-framework/operator-sdk
[go_examples]:./go/
[ansible_examples]:./ansible/
[helm_examples]:./helm/
[awesome-operators]:https://github.com/operator-framework/awesome-operators