SSSudershan Sharmaindesilog.com·Dec 3, 2022 · 1 min read5 EASIEST STEPS to Integrate Log4j2 with Spring Boot including JDBCAppenderBy default, Spring Boot uses logback, but you can easily integrate log4j2 with Spring Boot by removing the Starter logging library and adding the Spring Boot log4j2 library. I have created a youtube video including adding JDBC Appender. The video has...00
SSSudershan Sharmaindesilog.com·Aug 24, 2022 · 1 min readThe easiest way to Integrate Spring Boot with Prometheus, and add custom Metrics and LabelsWith Prometheus Integration you can easily monitor your Spring Boot Application. All you have to add is an actuator and micrometer libraries in your path. You can add the delivered @Timed tag on your controller and you are done. The full video I post...00
SSSudershan Sharmaindesilog.com·Jul 3, 2022 · 2 min readCI/CD -Connect to GCP MySQL using Private IP from GCP Cloud Run / App Engine - Part 2INTRODUCTION In Part 1, we created a simple Spring Boot application and deployed it in Cloud Run and App Engine using Cloud Build. We also used secrets that were created in Secret Manager in the pipeline. In this article, we will create a MySQL datab...00
SSSudershan Sharmaindesilog.com·Jun 27, 2022 · 3 min readCI/CD - Secure Deployment in GCP Cloud Run / App Engine using Cloud Build and Secret Manager - Part 1Introduction In this article, you will see how you can use CI/CD pipeline using Cloud Build and Secret Manager in GCP to deploy the application in Cloud Run or App Engine. In Part 2 we will connect to a MySQL database using Private IP. STEPS Create...00
SSSudershan Sharmaindesilog.com·Jun 6, 2022 · 3 min readHow to set up a VPN connection between GCP (HA) and Azure (Active-Active) with BGP?Introduction In GCP HA VPN and Azure Active-Active configuration, we need two separate peer VPN devices where each peer device has its own external IP address. The bandwidth of a GCP VPN tunnel is 3Gbps per tunnel while Azure is based on a gateway SK...00