Exploring VS Code plugin for Kubernetes
Crafting yaml by hand is not ideal.Install VS Code:https://linuxize.com/post/how-to-install-visual-studio-code-on-centos-7/the simply type "code" ( I could not find the shortcut in...
View ArticleKubernetes cheat sheet 3
Network Policieskubectl get networkpolicykubectl describe networkpolicyName: payroll-policyNamespace: defaultCreated on: 2019-03-08 08:47:51 +0000 UTCLabels: <none>Annotations: <none>Spec:...
View ArticleQuarkus Kubernetes and Katacoda
https://quarkus.io/guides/kubernetes-guideI open a Katacoda lab with minikube in it https://www.katacoda.com/courses/kubernetes/launch-single-node-clusterFirst step:...
View Articlegood presentation of Azure Kubernetes
https://youtu.be/gmN732qN1GgThe session is available also here https://myignite.techcommunity.microsoft.com/sessions/65005and here...
View ArticleKubernetes Java client to generate yaml files for you
If you - like me - hate having to type YAML by hand, you can take advantage of a pre-build K8S Model and YAML serialization...
View Articleyipee.io, the online kubernetes yaml generator
I agree with every word written here:https://yipee.io/wp-content/uploads/2018/10/yipee-whitepaper-oct-2018.pdfbeyond a very basic deployment, working directly with yaml files is suicidal.I will explore...
View ArticleIntelliJ, Eclipse and Java 11
https://blog.jetbrains.com/idea/2018/06/java-11-in-intellij-idea-2018-2/you must install IDEA 2018.2 or greater. 2018.1 will not work, it supports only Java 10. It's a 500 MB monster so be...
View ArticleQuarkus and Microservices
I receive this email from my friend Rob and I gladly publish it:I see a lot of migration work going on in the future from existing JEE solutions, broken down to microservices and moving to native k8s...
View ArticleRunning Windows in Windows
You can download an .ova appliance for VirtualBox here https://developer.microsoft.com/en-us/windows/downloads/virtual-machines , unzip it, then open it in VistualBox , create a "shared" folder to...
View ArticleJava 11 Streams
You don't need a book to learn this stuff, just go through the package javadoc https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/stream/package-summary.htmlInteresting examples...
View ArticleJava 12 is out
Download : https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.htmlDocumentation :https://docs.oracle.com/en/java/javase/12/quick "what's new in Java 12" my the good Marco...
View Articlespotbugs former findbugs
https://spotbugs.readthedocs.io/en/latest/maven.html#goals-of-spotbugs-maven-plugin<plugin><groupId>com.github.spotbugs</groupId><artifactId>spotbugs-maven-plugin</artifactId...
View ArticleBook: java by comparison by Simon Harrer, Jörg Lenhard, Linus Dietz
Interesting book, concise and a breeze to readhttps://pragprog.com/book/javacomp/java-by-comparisonSource code is here https://pragprog.com/titles/javacomp/source_codeMy first (not very functional)...
View ArticleHelm tutorials on Katacoda
I have been through some youtube tutorials on Helm but I found them too blablaistic. I like essential, crisp and down to earth presentations, not all-encompassing philosophical sermons....
View ArticleCamel rediscovered
https://cleverbuilder.com/articles/camel-tutorial/testing rest with...
View ArticleJava EE 8 Application Development book
David R. Heffelfinger - Java EE 8 Application Development-Packt Publishing (2017)I am going through the examples of the book, using WLS 12.2.1.3 (it supports only Java EE 7, unfortunately), and...
View ArticleBest Spring books
reblogging for my own reference, I am planning to read all those 5 books...https://javarevisited.blogspot.com/2018/04/5-spring-framework-books-experienced-Java-developers-2018.html- Spring in Action 5-...
View Articlegit synchronize repositories
It happens that an external Git repository has to be mirrored internally in a corporate git repository. This cloning and mirroring should include branches, tags, commit history etc. and be one-way...
View ArticlePriceless String manipulation Intellij plugin
ctrl-alt-S, then "Plugins" search for "String Manipulations"; install and reboot.for instance, if you need to "escape XML" (that is transform reserve chars in "% bla ;" sequences :File/new scratch file...
View Article