Comments on: Local Application Development on Kubernetes with Gefyra https://piotrminkowski.com/2023/09/01/local-application-development-on-kubernetes-with-gefyra/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 05 Sep 2023 08:31:31 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2023/09/01/local-application-development-on-kubernetes-with-gefyra/#comment-2115 Tue, 05 Sep 2023 08:31:31 +0000 https://piotrminkowski.com/?p=14479#comment-2115 In reply to Adam Ostrožlík.

The answer probably is: it depends. It depends on your app, on the approach in your org etc. Kubernetes may addresses many challenges in your org or on the other hand it may just exists and may just be used to run containers ewith apps.

]]>
By: Adam Ostrožlík https://piotrminkowski.com/2023/09/01/local-application-development-on-kubernetes-with-gefyra/#comment-2110 Sun, 03 Sep 2023 07:37:49 +0000 https://piotrminkowski.com/?p=14479#comment-2110 These technologies like Skaffold, Telepresence and Geryfa are very nice but I still need to find a reason why to locally develop against k8s. As a developer my local environment looks like this: I have containers for external systems (databases, queues, caches, …) and I only care about development of an application and writing a dockerfile. That dockerfile is the only thing what my operation team wants from me and I have to be sure that the container built from my image simply works. The need to develop against local k8s does not make sense to me, maybe only in situations where you are also an operations guy managing the cluster too. Am I seeing it wrong?

]]>