Tag kubernetes

 Like

Liked a post on Twitter
Post details

 Note

Has anything changed with the way that JSON Patch works in #Kubernetes recently? Seeing some failed interactions due to missing the /data/ in the path, and requiring it to be a list of operations. Not quite sure why my code has ever worked tbh 😅

 Like

Liked a post on Twitter
Post details

 Note

#Kubernetes peeps - is there a way to mount a Secrets volume as read-write and allow an application to write to it? I'm migrating code that expects a filesystem to persist secret changes to and am not sure if I'm trying to avoid rewriting too much?

 Note

Is anyone using #gitlab's Auto DevOps with a Maven/Gradle multimodule project? Thinking about maybe giving it a go, with deployment to GKE for ease of management of my services, but wanna find out if its suitable first, and how to pass secrets that would be in an application.properties on the host. Or I guess, do I need to rewire the app instead?