The Payara Platform and Kubernetes
Kubernetes allows you to automate the deployment, scaling, and operations of application containers across clusters of hosts. It’s a management tool used to maintain and track a lot of Docker Containers. Kubernetes also handles all kinds of clouds, virtual machines, and physical machines in a uniform way to make it easy to deploy your application to any of them or even a combination deployment on clouds, virtual machines, and/or physical machines. It is also possible to use Kubernetes while running your application using Payara Micro.
Check out the following resources to learn more about using the Payara Platform with Kubernetes.
Using Containers with the Payara Platform – Datasheet

The Payara Platform is designed as a cloud-native open source server runtime, with container-friendly features built-in. In this datasheet you’ll learn why you should use containers and the container-friendly features of Payara Platform and how to improve portability of your applications.
How to Use Payara Micro with Kubernetes

This guide explains the basic concepts of Kubernetes, how you can interact with the Kubernetes Cluster using the kubectl program and how you can run your application using Payara Micro.
Scale and Cluster Payara Micro on Kubernetes

This guide will take you through more advanced Kubernetes concepts and show you how to scale and cluster an application with Payara Micro on Kubernetes.
How to Use Payara Micro with Kubernetes via Amazon Web Services EKS

Learn how to create a new Kubernetes cluster in Amazon Web Services and to set up a deployment using a sample WAR application running on Payara Micro.
Using Payara Micro with Kubernetes on Azure AKS

This guide shows you how to create a new Kubernetes cluster in Microsoft Azure and to set up a deployment using a sample WAR application running on Payara Micro.
Containers and the Payara PlatformHow to Migrate to the Payara Platform
From the Blog
Securing Microservices with Auth0 and MicroProfile in Kubernetes without a hassle 30 Mar 2020
In this day and age, securing enterprise platforms is a challenge that developers and consultants tackle in an uninformed manner, producing subpar solutions in most cases. To combat this pattern, third-party security services such as Auth0 have been devised to externalize the security of services, and they focus on stable implementations of common enterprise use cases (identity management, OAuth compatibility, and so on), and platforms such as Eclipse MicroProfile allow for their easy integration with enterprise Java microservices. Moreover, in combination with Kubernetes, MicroProfile is a very powerful tool to simplify securing microservices, monitoring them and creating reproducible deployments.
Using Container Orchestration Tools with Payara Platform 30 Sep 2019
Introduction With Container orchestration tools like Kubernetes and Docker Swarm, you can add instances quite easily. Depending on the type of clustering you need or use for your application, some scenarios are easier to implement than others.
Rolling Application Upgrades with Payara Micro and Kubernetes 27 Aug 2019
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 21 Aug 2019
In this blog, I'll discuss the basics around Kubernetes ConfigMaps and Secrets and give two examples of how you can use them in combination with Payara Micro.
Business Benefits of Using Kubernetes with Payara Micro 09 Jul 2019
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? 14 Jun 2019
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.