Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Tool for creating a Kubernetes Operator from a Helm Chart

License

NotificationsYou must be signed in to change notification settings

operator-framework/helm-app-operator-kit

Repository files navigation

This project is deprecated. Its functionality has been integrated into theOperator SDK as of v0.3.0. To get started developing a Helm operator with the SDK, see theHelm operator user guide.

Overview

This project is a component of theOperator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in theintroduction blog post.

This repository serves as a template for easily creating managed stateless applications that run Helm charts. It was inspired by theLostromos project. The underlying Operator was created using theoperator-sdk new command.

While theOperator Lifecycle Manager can only manage Operators, not all applications require developers to write a custom Operator.TheHelm App Operator Kit makes it possible to leverage a pre-existing Helm chart to deploy Kubernetes resources as a unified application.

Clone the project

mkdir -p$GOPATH/src/github.com/operator-frameworkcd$GOPATH/src/github.com/operator-frameworkgit clone https://github.com/operator-framework/helm-app-operator-kitcd helm-app-operator-kit

Getting Started

See thehelm-app-operator subdirectory for more details about how to build and deploy a custom operator with Helm App Operator Kit or follow along with a simpletomcat-operator example.

About

Tool for creating a Kubernetes Operator from a Helm Chart

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors16


[8]ページ先頭

©2009-2025 Movatter.jp