Quantcast
Channel: DevOps tips & tricks
Viewing all articles
Browse latest Browse all 181

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

$
0
0

 HOWTO




GitHub


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.


Viewing all articles
Browse latest Browse all 181

Trending Articles