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
- Host: GitHub
- URL: https://github.com/abhirockzz/javaee-on-azure-kubernetes
- Owner: abhirockzz
- Created: 2019-12-09T12:57:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T00:01:36.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T16:32:36.088Z (about 1 year ago)
- Topics: docker, javaee, kubernetes
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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