Skip to content

How to react to external resources outside of K8S #3633

Discussion options

You must be logged in to vote

Hi @AndreasBergmeier6176,

It's essential to fully understand the context to provide the best design solution. Additionally, it might be challenging for anyone here to come up with a domain-specific design solution. Controllers in Kubernetes primarily watch and observe changes in resources within the cluster, not outside. When a resource in the cluster is changed, created, or deleted, the reconciliation process is triggered. Ideally, your solution should run until the desired state declared in the reconciliation becomes the actual state.

However, you can explore options like:

Using Go for HTTP Requests: Leverage Go to make HTTP requests to any API/server. There are multiple approaches:

  • Yo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by camilamacedo86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants