Skip to content

Commit c5ef290

Browse files
committed
Merge branch 'edburns-msft-4266-additional-scaling-blog-post-and-video' into 'release/4.0'
Edburns msft 4266 additional scaling blog post and video See merge request weblogic-cloud/weblogic-kubernetes-operator!4281
2 parents 1d03cd5 + b0ef124 commit c5ef290

File tree

1 file changed

+5
-0
lines changed
  • documentation/site/content/managing-domains/domain-lifecycle

1 file changed

+5
-0
lines changed

documentation/site/content/managing-domains/domain-lifecycle/scaling.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,16 @@ roleRef:
357357
---
358358
```
359359

360+
#### Horizontal Pod Autoscaler (HPA) using WebLogic Exporter Metrics
361+
Please read this blog post to learn how to scale a WebLogic cluster, based on WebLogic metrics provided by the Monitoring Exporter, using the Kubernetes Horizontal Pod Autoscaler (HPA). We will use the Prometheus Adapter to gather the names of the available metrics from Prometheus at regular intervals. A custom configuration of the adapter will expose only metrics that follow specific formats. [Horizontal Pod Autoscaler (HPA) using WebLogic Exporter Metrics](https://blogs.oracle.com/weblogicserver/post/horizontal-pod-autoscaler-hpausing-weblogic-exporter-metrics). See this corresponding video for a demonstation of the blog post in action. [WebLogic Kubernetes Operator support for Kubernetes Horizontal Pod Autoscaling](https://www.youtube.com/watch?v=aKBG6yJ3sMg).
362+
360363
#### Using a Prometheus alert action to call the operator's REST scale API
361364
In addition to using the WebLogic Diagnostic Framework for automatic scaling of a dynamic cluster,
362365
you can use a third-party monitoring application like Prometheus. Please read the following blog for
363366
details about [Using Prometheus to Automatically Scale WebLogic Clusters on Kubernetes](https://blogs.oracle.com/weblogicserver/using-prometheus-to-automatically-scale-weblogic-clusters-on-kubernetes-v5).
364367

368+
369+
365370
### Helpful tips
366371
#### Debugging scalingAction.sh
367372
The [`scalingAction.sh`](https://github.com/oracle/weblogic-kubernetes-operator/blob/{{< latestMinorVersion >}}/operator/scripts/scaling/scalingAction.sh) script was designed to be executed within a container of the

0 commit comments

Comments
 (0)