Vignesh Kumar S
unread,Dec 14, 2024, 8:42:16 AM12/14/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Operator Framework
Hi, Im trying to build a kubernetes operator, which analyses the data from the pod and tell us why the pod failed. So basically when the kub admin creates a CRD (a request to debug the pod), this operator comes to play and takes the necessary info from the pod and modifies the data so that no sensitive info is leaked, and then via a ChatGPT api we get the response and display the ChatGPT response to user so that he/she can quickly resolve the issue.
I'm planning to create this using Operator SDK, Im very new to this space, so need help in designing and where to start.