Introducing Micronaut Build, Test, and Deploy Java Microservices on Oracle Cloud

The microservice architecture has been adopted by many developer teams around the world. To be successful, it's crucial that you understand how to program a microservice and get it running in the cloud. This book will walk you through the process of how to build, test, and deploy a Java-based M...

Descripción completa

Detalles Bibliográficos
Otros Autores: Sharp, Todd Raymond, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2022.
Edición:1st ed. 2022.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009686033206719
Tabla de Contenidos:
  • 1. Creating a Micronaut Application & Getting Started with GitHub Actions
  • 2. Building & Publishing a JAR
  • 3. Running Tests and Publishing Test Reports
  • 4. Deploying a Microservice to the Oracle Cloud with GitHub Actions and the OCI CLI
  • 5. Deploying a Microservice to the Oracle Cloud with GitHub Actions and the OCI Gradle Plugin
  • 6. Adding a Persistence Tier to the Microservice
  • 7. Testing the Persistence Tier with Testcontainers
  • 8. Deploying the Microservice with a Tested Persistence Tier in Place
  • 9. Deploying the Microservice as a Docker Container
  • 10. Deploying the Microservice Docker Container to Kubernetes.