Can you build custom controller for K8S using the java client API?
up vote
0
down vote
favorite
Can you use the K8S java client in order to create a custom controller that can react on Custom Resource Definition requests, similar to the one that you can create with the go client?
java kubernetes
add a comment |
up vote
0
down vote
favorite
Can you use the K8S java client in order to create a custom controller that can react on Custom Resource Definition requests, similar to the one that you can create with the go client?
java kubernetes
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Can you use the K8S java client in order to create a custom controller that can react on Custom Resource Definition requests, similar to the one that you can create with the go client?
java kubernetes
Can you use the K8S java client in order to create a custom controller that can react on Custom Resource Definition requests, similar to the one that you can create with the go client?
java kubernetes
java kubernetes
asked yesterday
kofucii
2,801113771
2,801113771
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Yes. It is possible.
Check this tutorial with official client: Building stuff with the Kubernetes API (Part 2) — Using Java
This example does not use official client: microbean-kubernetes-controller
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Yes. It is possible.
Check this tutorial with official client: Building stuff with the Kubernetes API (Part 2) — Using Java
This example does not use official client: microbean-kubernetes-controller
add a comment |
up vote
1
down vote
accepted
Yes. It is possible.
Check this tutorial with official client: Building stuff with the Kubernetes API (Part 2) — Using Java
This example does not use official client: microbean-kubernetes-controller
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Yes. It is possible.
Check this tutorial with official client: Building stuff with the Kubernetes API (Part 2) — Using Java
This example does not use official client: microbean-kubernetes-controller
Yes. It is possible.
Check this tutorial with official client: Building stuff with the Kubernetes API (Part 2) — Using Java
This example does not use official client: microbean-kubernetes-controller
answered yesterday
Emruz Hossain
84217
84217
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372204%2fcan-you-build-custom-controller-for-k8s-using-the-java-client-api%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown