This is super work man, just amazing. need to dive deep into it to know more about the same
@mediahost22433 ай бұрын
Amazing presentation. Learned so much 👏
@zsiddiqi3 ай бұрын
Ctlptl is supposed to be pronounced as “cattle patrol” as per the project docs :)
@RyanBaxterJ3 ай бұрын
Thanks! Yes, I always struggle to remember what it stands for.
@jucosorin3 ай бұрын
Hi Ryan. Great presentation! Especially the parts around automating the non Java stuff. I have two questions: 1. Is there a GitHub repo with the sources? 2. Is Buildpacks able to crate arm containers? I briefly saw you’re using DaShaun’s builder, but I remember seeing somewhere that recently they’ve implemented that feature. Am I wrong?
@RyanBaxterJ3 ай бұрын
And as far as I know there is still no official buildpack support for arm, and DaShauns builder is the best option I know of
@duncanbrown13933 ай бұрын
Very interesting. Does this play well with Spring Cloud Kubernetes? Are they complimentary?
@RyanBaxterJ3 ай бұрын
Yes it will. I use Spring Cloud Kubernetes in the demo 😊
@mpetrasin2 ай бұрын
Hi Ryan, Where can I find the ryanjbaxter/spring-cloud-config-server-testcontainer:latest image?
@AshutoshKumar-jn2zz3 ай бұрын
Why Still Using RestTemplate ?
@RyanBaxterJ3 ай бұрын
@LoadBalanced only supports RestTemplate or WebClient at the moment. If you don't need the load balancer then you can use whatever HTTP client you would like.
@neromadpro72283 ай бұрын
@@RyanBaxterJbut latest spring versions has new RestClient, any plans to support loadbalanced annotation for it?