In this post, I'll show you how to use an Oracle Cloud Vault as a secure, distributed config store with your Micronaut applications.
In this post, we'll revisit our microservice deployment and see how we can accomplish the same goal by using the OCI Gradle plugin.
In this post, we'll look at deploying our microservice to a VM in the Oracle Cloud with GitHub Actions using the OCI CLI.
In this post, we'll create and run some tests in our pipeline and publish our test reports as build artifacts.
In this post, we'll look at using GitHub Actions to build a publish a JAR file artifact from our microservice codebase.
In this post, we'll look at creating a simple microservice and getting started with GitHub Actions.
5 Best Practices for Kubernetes Security
Data driven Serverless functions might make database access. Although less costly than starting new Serverless container, database connection creation and tear...
Data driven Serverless functions might make database access. Although less costly than starting new Serverless container, database connection creation and tear down may cost tens or even hundreds of milliseconds depending on your DBMS environment. This problem is exacerbated with Serverless functions that are are short-lived and cannot afford such cost on every call. As connections cannot be pooled across containers, this blog post discusses the best practices for (i)...
Data driven Serverless functions might make database access. Although less costly than starting new Serverless container, database connection creation and tear down may cost tens or even hundreds of...
Every application has data that needs to be tracked. In this post, we'll look at how easy it is to persist your custom metrics data with the Java SDK and then...
Every application has data that needs to be tracked. In this post, we'll look at how easy it is to persist your custom metrics data with the Java SDK and then slice, dice and analyze that data directly within the Oracle Cloud console!
Every application has data that needs to be tracked. In this post, we'll look at how easy it is to persist your custom metrics data with the Java SDK and then slice, dice and analyze that...