Ask questions and see you at March 4th, 8 pm CET: youtube.com/c/bienadam
Also checkout recent episode:
Please keep the questions as short and as concise as only possible. Feel free to ask several, shorter questions. I will also cover some questions in my "shorts" youtube.com/@bienadam/shorts between the shows.
Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks
New: the airhacks.tv discord server: discord.gg/airhacks
Have you ever checked how the Kubernetes API works ?
I don't mean about the deployments, pods and all that "DevOps" stuff but the REST API itself.
What I see is like a nosql database, a high availability storage solution, a right management, an ability to stream events, an ability to have hooks on any action (can modify or forbid actions or perform side effects).
The idea of CRDs is actually great since that just from your data definition, you get a whole API designed already.
Do you think that, if we remove anything DevOps related from Kubernetes, the industry could use that instead of reinventing our old REST APIs again and again ? by Grimly, from airhacks discord server