项目作者: microbean

项目描述 :
A toolset for writing Kubernetes controllers, or operators, in Java.
高级语言: Java
项目地址: git://github.com/microbean/microbean-kubernetes-controller.git
创建时间: 2017-11-10T07:58:21Z
项目社区:https://github.com/microbean/microbean-kubernetes-controller

开源协议:Apache License 2.0

下载


microBean Kubernetes Controller

Build Status
Maven Central

The microbean-kubernetes-controller project contains an idiomatic
Java implementation of the Kubernetes controller
framework
. This lets you write
controllers—sometimes known as operators—in Java,
using the fabric8 Kubernetes client.

There is a hopefully useful eleven-part series of blog posts on the
subject
.