You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/howto-deploy-java-liberty-app.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ This article demonstrates how to:
14
14
15
15
* Run your Java, Java EE, Jakarta EE, or MicroProfile application on the Open Liberty or WebSphere Liberty runtime.
16
16
* Build the application Docker image using Open Liberty or WebSphere Liberty container images.
17
-
* Deploy the containerized application to an AKS cluster using the Open Liberty Operator.
17
+
* Deploy the containerized application to an AKS cluster using the Open Liberty Operator or WebSphere Liberty Operator.
18
18
19
-
The Open Liberty Operator simplifies the deployment and management of applications running on Kubernetes clusters. With the Open Liberty Operator, you can also perform more advanced operations, such as gathering traces and dumps.
19
+
The Open Liberty Operator simplifies the deployment and management of applications running on Kubernetes clusters. With the Open Liberty or WebSphere Liberty Operator, you can also perform more advanced operations, such as gathering traces and dumps.
20
20
21
21
For more information on Open Liberty, see [the Open Liberty project page](https://openliberty.io/). For more information on IBM WebSphere Liberty, see [the WebSphere Liberty product page](https://www.ibm.com/cloud/websphere-liberty).
22
22
@@ -148,10 +148,10 @@ Now that you've gathered the necessary properties, you can build the application
148
148
cd<path-to-your-repo>/java-app
149
149
150
150
# The following variables will be used for deployment file generation into target.
0 commit comments