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...

КОМЕНТАРІ • 22

  • @sh-2426
    @sh-2426 2 роки тому

    It's a pleasure to watch you code

  • @shr_q
    @shr_q 2 роки тому

    Great video. Got to know a lot of concepts around spring and kubernates. Thanks Josh!

  • @onelastday2179
    @onelastday2179 2 роки тому +1

    Awsome tips as always, Thank you Josh

  • @StartedAtSeven
    @StartedAtSeven 2 роки тому

    Thanks.! There is always something new.

  • @TheSelectmax
    @TheSelectmax 2 роки тому +1

    Why is Redux in title of video?
    Btw, great video with couple really interesting things.

  • @gekal6290
    @gekal6290 2 роки тому

    Thanks for this informative video😄

  • @lukeshannon7525
    @lukeshannon7525 2 роки тому

    Amazing!

  • @dvdvasconcelos
    @dvdvasconcelos 2 роки тому

    Great video!

  • @HungHoang-dm4qw
    @HungHoang-dm4qw 2 роки тому

    Thank you

  • @itisabird
    @itisabird 2 роки тому +1

    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.

    • @ChrisB_Crisps
      @ChrisB_Crisps 2 роки тому

      It could be that the binary or the native compilation, currently doesn't support the encoding or locale options from the maven build

  • @sovrinfo
    @sovrinfo 2 роки тому

    Thanks!

  • @duartelucas8129
    @duartelucas8129 2 роки тому

    If you could deal with that echo, it would be awesome, thanks.

  • @Sam-AZ
    @Sam-AZ 2 роки тому

    You have some excellent font for your Intellij, would you mind giving its name? I too would like to use it.

    • @sanomadoyan
      @sanomadoyan 2 роки тому

      Font: Fira Code . ;)

    • @Sam-AZ
      @Sam-AZ 2 роки тому

      @@sanomadoyan Thanks 😊

  • @jitendrapandey176
    @jitendrapandey176 2 роки тому

    Hi Joshua

  • @javisartdesign
    @javisartdesign 2 роки тому

    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.

    • @ChrisB_Crisps
      @ChrisB_Crisps 2 роки тому +1

      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)

  • @hablahei1
    @hablahei1 2 роки тому +1

    I like Josh Long, but I personally prefer Josh Short

  • @LukasBradley
    @LukasBradley 2 роки тому

    Fantastic video. But I cringe every time there is some type of Apple hoop to jump through.