OpenLiberty / blogs

Blog posts for https://openliberty.io
https://openliberty.io/blog/
Other
10 stars 71 forks source link

Summary blog on Liberty and Azure #2969

Open GraceJansen opened 1 year ago

GraceJansen commented 1 year ago

Short summary post of the options we have for Azure

git4rk commented 1 year ago

On Azure we have two offerings:

GraceJansen commented 2 months ago

Hi @git4rk is blog this something you could help us to write up?

git4rk commented 2 weeks ago

Deploy your cloud-native or monolithic Java applications on Azure AKS and ARO

Cloud-native development is at the heart of modern enterprise application architecture, providing the flexibility and scalability needed to meet today's dynamic demands. WebSphere Liberty and Open Liberty are both lightweight, highly modular, and flexible Java application server provided by IBM that is ideal for modern cloud-native microservices and traditional monolithic applications, but they differ slightly in terms of their scope and licensing. WebSphere Liberty is part of the commercial WebSphere family and is suitable for large enterprises requiring enterprise-grade security, performance, and IBM’s global support services. Open Liberty is an open-source variant that is best for development teams or businesses looking for a lightweight, cloud-native Java runtime without needing enterprise features or support. Developers can deploy WebSphere Liberty and Open Liberty on Kubernetes and OpenShift.

IBM provides solutions to simplify the deployment and management of cloud-native Java apps on cloud platforms like Azure Kubernetes Service (AKS) and Azure Red Hat OpenShift (ARO). Just by providing few configuration settings, in a wizard-driven UI, developers can setup a working AKS and ARO environment with a choice of their application or a sample application running on it.

WebSphere Liberty/Open Liberty on Kubernetes

WebSphere Liberty/Open Liberty on OpenShift

In summary, WebSphere Liberty and Open Liberty provide an ideal runtime environment for cloud-native and monolithic applications. IBM solutions, like, WebSphere Liberty/Open Liberty on Kubernetes and WebSphere Liberty/Open Liberty on OpenShift allows developers to setup AKS and ARO environment and deploy their applications with few clicks. Refer to What are solutions to run the WebSphere family of products on Azure? for other IBM solutions provided on Azure.

git4rk commented 2 weeks ago

@GraceJansen Is this what you are looking for: https://github.com/OpenLiberty/blogs/issues/2969#issuecomment-2425115131 ?