https://github.com/philippart-s/
"""Get a Kubernetes cluster version"""
import pulumi
import pulumi_ovh as ovh
config = pulumi.Config();
service_name = config.require('serviceName')
print(service_name);
my_kube_cluster = ovh.cloudproject.get_kube(service_name=service_name,
kube_id="xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx");
pulumi.export("version", my_kube_cluster.version)
“The Operator pattern aims to capture the key aim of a human operator who is managing a service or set of services. Human operators who look after specific applications and services have deep knowledge of how the system ought to behave, how to deploy it, and how to react if there are problems.”
“People who run workloads on Kubernetes often like to use automation to take care of repeatable tasks. The Operator pattern captures how you can write code to automate a task beyond what Kubernetes itself provides.”
➡️ Élément central de la définition du pattern contrôleur
“In Kubernetes, controllers are control loops that watch the state of your cluster, then make or request changes where needed. Each controller tries to move the current cluster state closer to the desired state.”
https://en.wikipedia.org/wiki/Java_version_history
https://unsplash.com
https://pixabay.com/
https://github.com/bots-garden/snippets
https://slidesk.github.io/slidesk-doc/
https://quarkus.io/
https://quarkus.io/guides/qute
https://docs.langchain4j.dev/
https://www.pulumi.com
https://www.jbang.dev/
https://www.jenkins.io/
https://javaoperatorsdk.io/
https://picocli.info/
https://www.graalvm.org/
![]() | ![]() | ![]() |
Slides https://ovh.to/G6fx3Xg | Feedbacks https://ovh.to/Zz5my4m | Sources https://ovh.to/FEMVhbs |