Hi Ashish Choudhary,
I'm trying to understand the relationship between Kubernetes, Skaffold, and Spring-Boot.
From my understanding, Skaffold is a great tool for microservices development. It helps us build, push, and deploy steps for Kubernetes applications.
In the book description, you also mentioned that we will learn how to deploy Spring Boot apps to cloud platforms using Skaffold.
My question is, what is the relationship between Kubernetes and Spring-Boot? Seems like both of them can be used to build applications?
Thanks.