Spring Tips: Spring and Kubernetes, Redux (2022)
Вставка
- Опубліковано 6 лют 2025
- Hi, Spring fans! In this installment, Josh Long (@starbuxman) looks at some of the amazing opportunities for building Spring Boot applications intended for production in Kubernetes in mid 2022.
code: github.com/spr...
It's a pleasure to watch you code
Great video. Got to know a lot of concepts around spring and kubernates. Thanks Josh!
Awsome tips as always, Thank you Josh
Thanks.! There is always something new.
Why is Redux in title of video?
Btw, great video with couple really interesting things.
Thanks for this informative video😄
Amazing!
Great video!
Thank you
After building the image in 13:17 the customer names are all messed up, while there' where OK with the native build. It seems that the image builder is somehow broken.
It could be that the binary or the native compilation, currently doesn't support the encoding or locale options from the maven build
Thanks!
If you could deal with that echo, it would be awesome, thanks.
You have some excellent font for your Intellij, would you mind giving its name? I too would like to use it.
Font: Fira Code . ;)
@@sanomadoyan Thanks 😊
Hi Joshua
Great! One question, when you perform the tests (junit, spock, etc..), those are done using the native applications or just using the JVM? I would like to know if after creating the native application this has broken something in my application.
That can easily be seen in whichever command ends up running the tests. The IDEs end up running a command under the hood not only for a maven module that can be compiles as native but any java or binary code. There is also a JUnit initiative (I don't know if is GA yet, if it's part of JUnit for Spring or still in beta)
I like Josh Long, but I personally prefer Josh Short
Fantastic video. But I cringe every time there is some type of Apple hoop to jump through.