How to manually trigger Kubernetes CronJob (like kubectl create job --from=cronjob/) from Java using YAKC.Trigger Kubernetes CronJob manually from Java using YAKC2021-01-04 in Java tagged Java / JBang / DevOps / Kubernetes / REST / YAKC by Marc Nuri
How to perform rollout restarts like kubectl for Deployments, DaemonSets, and StatefulSets from Java using YAKC.Rollout Restart Kubernetes Deployment from Java using YAKC2020-10-12 in Java tagged Java / Kubernetes / REST / YAKC by Marc Nuri
Introduction to Spring MVC testing framework, highlighting the advantages of using MockMvc instead of regular unit tests. The post shows three ways of setting up MockMvc and how using standaloneSetup has the advantages of unit and integration testing.MockMvc – Spring MVC testing framework introduction: Testing Spring endpoints2018-06-02 in Java tagged Agile / Automation / JUnit / Mockito / MockMVC / REST / Spring Framework / Spring Boot / Testing by Marc Nuri