Thursday, December 14, 2023

Alternatively create Persistent Volume domain - setup Weblogic Kubernetes ( k8s) Operator in GCP -

 HOWTO


GitHub


This is alternative to Model in image which is preffered solution

Domain on PV 

  • Set the domain resource domain.spec.domainHomeSourceType attribute to PersistentVolume.
  • Supply a WebLogic installation in an image and supply a WebLogic configuration as a domain home in a persistent volume.
  • Optionally supply the domain resource domain.spec.configuration.initialDomainOnPV section to provide information for the Operator to create the initial domain home.
  • Supply WebLogic applications in the persistent volume.
  • Update the WebLogic configuration using WLST, or the WebLogic Server Administration Console.
  • Optionally use configuration overrides supplied in a Kubernetes ConfigMap. Use this only if WLST, or the WebLogic Server Administration Console does not fit your deployment strategy.

No comments:

Post a Comment