Let's use this rails generator, instructions courtesy of ChatGPT, so we have the database models that mirror what our Kubernetes operator has done. Then we don't need to parse any logs, we don't need to query Kubernetes state after the operator finished with its job; we can just interact with the database. Surely nothing bad can happen if we make it like this.
Let's use this rails generator, instructions courtesy of ChatGPT, so we have the database models that mirror what our Kubernetes operator has done. Then we don't need to parse any logs, we don't need to query Kubernetes state after the operator finished with its job; we can just interact with the database. Surely nothing bad can happen if we make it like this.
🤞