Posts tagged Payara Micro (5)
How to Run and Debug your Payara Micro Application with IntelliJ IDEA
Published on 18 Sep 2019
by Rudy De Busscher
Topics:
Payara Micro,
MicroProfile,
IntelliJ
|
6 Comments
*Update* - The IntelliJ IDEA Payara Tools Plugin has been released and offers a better alternative to the solution discussed in this blog. Read more here about the Plugin.
If you want to run and debug your application from within an IDE using Payara Micro, you need to take different steps and use a different configuration then when you run the application with Payara Server. With Payara Micro, you can start the runtime from a jar file with no previous installation step. In this blog, I'll show you the steps to use IntelliJ IDEA with Payara Micro and how you can perform a hot reload of the application.
Rolling Application Upgrades with Payara Micro and Kubernetes
Published on 27 Aug 2019
by Rudy De Busscher
Topics:
Payara Micro,
MicroProfile,
Kubernetes
|
0 Comments
Introduction
Application updates are required as part of the normal maintenance process of your application lifecycle management. These updates should be as smooth as possible, and especially for a micro-services environment, performed with zero-downtime of your Payara Micro application. The Kubernetes Rolling Upgrades feature can help you with this.
Using Kubernetes Secrets with Payara Micro
Published on 21 Aug 2019
by Rudy De Busscher
Topics:
Payara Micro,
Kubernetes
|
0 Comments
Payara Platform 2019 Roadmap - Update
Published on 06 Aug 2019
by Steve Millidge
Topics:
Payara Micro,
JakartaEE,
Payara Server
|
0 Comments
It's 6 months since I posted our last roadmap update and the team have been working hard to deliver what we promised at the beginning of the year and have released both our 191 and 192 releases since then. I therefore thought it was a good time to reflect on what we've delivered so far and what we've still got to do.
Business Benefits of Using Kubernetes with Payara Micro
Published on 09 Jul 2019
by Debbie Hoffman
Topics:
Payara Micro,
MicroProfile,
Kubernetes,
Payara Platform
|
0 Comments
The term “Kubernetes” comes from the Greek “kubernan,” which means to steer or guide. You can think of Kubernetes like a pilot for apps that are stored and run together in containers and other forms of workload distribution software. The Greek “kubernan” was transformed over the years to relate to the term “Govern”, which is another helpful comparison when trying to understand the full capacity of Kubernetes.
What Is Kubernetes and How Does It Relate to Docker?
Published on 14 Jun 2019
by Matthew Gill
Topics:
Payara Micro,
Docker,
Kubernetes
|
0 Comments
Kubernetes is most commonly used with Docker managed containers, although it doesn't strictly depend on it. Kubernetes defines a Container Runtime Interface (CRI) that container platforms must implement in order to be compatible. These implementations are colloquially known as "shims". This makes Kubernetes platform agnostic so that instead of Docker you're free to use other platforms with corresponding shims, such as CRI-O or KataContainers.
Announcing the Release of Eclipse MicroProfile 3.0
Published on 11 Jun 2019
by Debbie Hoffman
Topics:
Payara Micro,
MicroProfile,
Payara Platform 5
|
0 Comments
What's New in Payara Platform 192?
Published on 29 May 2019
by Arjan Tijms
Topics:
Payara Micro,
Payara Server 5,
Payara Platform,
New Releases
|
2 Comments
Scaling Payara Micro Applications with Kubernetes
Published on 14 May 2019
by Rudy De Busscher
Topics:
Payara Micro,
Kubernetes
|
2 Comments
When using Docker images as the way to deploy your application, many organizations use Kubernetes to manage the containerized version of their application. This blog gives you a short overview of Kubernetes and how to run your Payara Micro application in a scaled fashion by either defining the scaling manually, or automatically by the Horizontal Pod scaler.
Microservices for Java EE Developers
Published on 18 Apr 2019
by Fabio Turizo
Topics:
Payara Micro,
Microservices
|
13 Comments
Nowadays, the concept of microservices is more than a simple novelty. With the advent of DevOps and the boom of container technologies and deployment automation tools, microservices are changing the way developers structure their applications. With this article, our intention is to illustrate that microservices are a valid option for Java/Jakarta EE developers and how Payara Micro is a robust platform to reach that goal.