Questions tagged [kubernetes-custom-resources]

123 questions
-1
votes
1 answer

Control Loop Implementation - Kubernetes Alternatives

We are in the process of designing a cloud native application that needs a control loop to keep its objects (few thousands) in desired state. Other than implementing the application as a set of Kubernetes CRDs, we are wondering whether there are…
-2
votes
2 answers

Want to create a custom controller

I'm here to ask for a help. I want to create a custom controller for my custom resource and literally I have no idea how and from where to start, like from where golang script will run for controller and how my custom resource will be useful. So, I…
-2
votes
1 answer

k8s Operator SDK - how to get actual CRD state

I wish to compare the new spec to the actual state to see if I allow some change (say upgrade) I found this example from etcd operator and i was wondering if there are more common ways to retrieve some resource of my CRD (statefulset) : podList, err…
Mika R
  • 105
  • 1
  • 7
1 2 3
8
9