An open API service indexing awesome lists of open source software.

https://github.com/abhirockzz/javaee-on-azure-kubernetes

Deploy Java EE application on Kubernetes
https://github.com/abhirockzz/javaee-on-azure-kubernetes

docker javaee kubernetes

Last synced: 12 months ago
JSON representation

Deploy Java EE application on Kubernetes

Awesome Lists containing this project

README

          

## JavaEE on Azure

We will run the Java EE app as a Docker container on [Azure Kubernetes Service](https://docs.microsoft.com/azure/aks/?WT.mc_id=azuremedium-blog-abhishgu). The example used in this blog is a simple three-tier application that uses Java EE 8 specifications such as JAX-RS, EJB, CDI, JPA, JSF, Bean Validation. We will use the Payara Server to deploy the application and use PostgreSQL as the relational database