Skip to content

Releases: oracle/weblogic-kubernetes-operator

Release version 1.0

07 May 18:02
Compare
Choose a tag to compare

Since release of the Technology Preview version, we have added the following functionality and support in this version of the WebLogic Server Kubernetes Operator and the WebLogic Server Kubernetes certification.

  • Support for Kubernetes versions 1.7.5, 1.8.0, 1.9.0, 1.10.0
  • We provide instructions in our Operator GitHub project on how to build, test, and publish the Docker image for the operator directly from Oracle Container Pipelines using the wercker.yml .
  • Support for Dynamic Clusters, and auto-scaling the WebLogic Server cluster with dynamic clusters. Please read blog for details.
  • Support for Apache HTTP Server and Voyager (HAPROXY-backed) Ingress Controller running within the Kubernetes cluster for load balancing HTTP requests across WebLogic Server managed servers running in clustered configurations. Integration with the Operator automates the configuration of these load balancers. Find documentation for Apache HTTP Server and Voyager Ingress Controller.
  • Support for Persistent Volumes (PV) in NFS storage for multi node environments. We provide in our project a cheat sheet to configure the NFS volume on OCI, and some important notes about NFS volumes and the WebLogic Server domain in Kubernetes.
  • The Delete WebLogic domain resources script, which permanently removes the Kubernetes resources for a domain(s) from a Kubernetes cluster. Please see “Removing a domain” in the README of the Operator project.
  • Improved Prometheus support. See Using Prometheus to Automatically Scale WebLogic Clusters on Kubernetes.
  • Integration tests posted to our WebLogic Server Kubernetes Operator GitHub project

Release version 0.2

09 Apr 12:31
Compare
Choose a tag to compare
Release version 0.2 Pre-release
Pre-release

This is a bug fix release and should still be considered a "technology preview" of the operator.

Themes of this release:

  • Consistent naming of artifacts from scripts to generated Kubernetes resources
  • Improved Domain resource status
  • Domain cleanup script
  • Plus many bug fixes and performance improvements...

Soon a Docker image matching this release will be available on the Oracle Container Registry as:

container-registry.oracle.com/middleware/weblogic-kubernetes-operator:0.2

Important: Because of the name changes, you will need to redeploy the operator and recreate and pre-existing WebLogic domains. The version 0.2 operator is not yet backwards-compatible. Our plan is to support production-quality backwards-compatibility by our version 1.0 release.