Skip to main content

WebLogic Server Certification For Kubernetes

  Oracle has certified the deployment of WebLogic Server 12.2.1.3 domains running on Kubernetes. Kubernetes, Docker, Oracle Linux host operating system versions and kernel versions that have been certified are described below. The WebLogic Server on Kubernetes certification includes and requires using the Flannel network fabric in Kubernetes.
WebLogic Server
JDK
Host OS
Kubernetes
Docker
Network Fabric
12.2.1.3
8
Oracle Linux 7  UEK 4
1.7.5 and 1.8.0
17.03-ce
Flannel  v0.9.1-amd64
 Oracle has certified and support the following WebLogic configurations and features:
• Running one or more WebLogic domains in a Kubernetes cluster
• Single or multiple node Kubernetes clusters
• WebLogic Managed Servers in Clustered and Non Clustered configurations
• WebLogic Server Configured Clusters (vs Dynamic Clusters). See documentation for details.
• Unicast WebLogic Server cluster messaging
• Load balancing HTTP requests using Træfik as Ingress controllers in Kubernetes clusters
• HTTP Session replication
• JDBC communication with external database systems
• JMS
• JTA
• JDBC store and File store using Persistent Volumes
• Inter Domain communication (JMS, Transactions, EJBs,…)
• Auto-scaling of a WebLogic cluster
• Integration with Prometheus monitoring using the WebLogic Monitoring Exporter
• RMI communication from outside/inside the Kubernetes cluster
• Upgrading Applications
• Patching WebLogic domain
• Service migration of singleton services
• Database leasing
In this certification of WebLogic Server on Kubernetes, the following configurations and features are not supported:
• WebLogic domains spanning Kubernetes clusters
• Whole Server Migration
• Use of Node Manager for WebLogic Servers lifecycle management (start/stop)
• Consensus leasing
• Dynamic Clusters (will add certification of Dynamic Clusters at a future date)
• MultiCast WebLogic Server cluster messaging
• Multitenancy
• Production Redeployment


Comments

Popular posts from this blog

Node Manager Username and Password for Oracle HTTP Server 12c in a Standalone Domain

Start the Ohs Instance for 12C F:\OHS\user_projects\domains\base_domain\bin>stopComponent.cmd ohs1 Step:1 Stop the OHS component F:\OHS\user_projects\domains\base_domain\bin>stopComponent.cmd ohs1 Stopping System Component ohs1 ... Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Reading domain from F:/OHS/user_projects/domains/base_domain Please enter Node Manager password: Connecting to Node Manager ... Successfully Connected to Node Manager. Killing server ohs1 ... Successfully killed server ohs1 Successfully disconnected from Node Manager. Exiting WebLogic Scripting Tool. Done Step:2   Invoke WLST offline F:\OHS\oracle_common\common\bin>wlst.cmd Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands wls:/offline> Step:3 Conne...

oracle.ohs.plugin.nodemanager.OhsProcessManagementPlugin$ProcessImpl buildIoException SEVERE: Failed to start the server ohs1 In New Installation of FMW 12.2.1.3 on Windows Server

Problem Summery: When we are trying start OHS instance it's failing with an error. Error: 29 Mar, 2018 10:30:22 PM IST> <INFO> <Server Implementation Class: weblogic.nodemanager.server.NMServer$ClassicServer.> <29 Mar, 2018 10:30:23 PM IST> <INFO> <Secure socket listener started on port 5556> <29 Mar, 2018 10:30:54 PM IST> <INFO> <base_domain> <ohs1> <Creating directory "F:\OHS\user_projects\domains\base_domain\system_components\OHS\ohs1\data\nodemanager"> Mar 29, 2018 10:30:54 PM oracle.ohs.plugin.nodemanager.OhsProcessManagementPlugin$ProcessImpl start INFO: Starting server ohs1 Mar 29, 2018 10:30:55 PM oracle.ohs.plugin.nodemanager.OhsRunCommand execute INFO: Running F:\OHS\ohs\bin\launch.exe F:\OHS\ohs\bin\httpd.exe -DOHS_MPM_WINNT -d F:/OHS/user_projects/domains/base_domain/config/fmwconfig/components/OHS/instances/ohs1 -f F:\OHS\user_projects\doma ins\base_domain\config\fmwconfig\c...

Avoid password prompt when using startComponent.sh to start OHS 12c

Step:1 Start Ohs With Password Prompt F:\OHS\user_projects\domains\base_domain\bin>startComponent.cmd ohs1 Starting system Component ohs1 ... Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Reading domain from F:/OHS/user_projects/domains/base_domain Please enter Node Manager password: Connecting to Node Manager ... Successfully Connected to Node Manager. Starting server ohs1 ... Successfully started server ohs1 ... Successfully disconnected from Node Manager. Exiting WebLogic Scripting Tool. Done Step:2 Store the password for avoid ohs password F:\OHS\user_projects\domains\base_domain\bin>startComponent.cmd ohs1 storeUserConfig Starting system Component ohs1 ... Initializing WebLogic Scripting Tool (WLST) ... Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Reading domain from F:/OHS/u...