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

Operator SDK Java Plugin

License

NotificationsYou must be signed in to change notification settings

operator-framework/java-operator-plugins

Java Operator Plugin

Overview

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

Operators make it easy to manage complex statefulapplications on top of Kubernetes. However writing an operator today canbe difficult because of challenges such as using low level APIs, writingboilerplate, and a lack of modularity which leads to duplication.

License

Operator SDK is under Apache 2.0 license. See theLICENSE file for details.

Build and Install the Operator-SDK

go mod tidymake install

Now that the plugin is integrated with theoperator-sdk you can run theinit command to generate the sample java operator

  • Use the quarkus plugin flag
  • Pick the domain and project name as prefered.
operator-sdk init --plugins quarkus --domain xyz.com --project-name java-op

Once the operator is scaffolded check for the following files

.├── Makefile├── PROJECT├── pom.xml└── src    └── main        ├── java        └── resources            └── application.properties4 directories, 4 files

About

Operator SDK Java Plugin

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors16


[8]ページ先頭

©2009-2025 Movatter.jp