Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!7
WIP: Kubernetes autoscaling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
WIP: Kubernetes autoscaling
wetzel/spesb:7-kubernetes-autoscaling
into
main
Overview
0
Commits
5
Pipelines
0
Changes
15
Open
WIP: Kubernetes autoscaling
Benedikt Wetzel
requested to merge
wetzel/spesb:7-kubernetes-autoscaling
into
main
May 26, 2020
Overview
0
Commits
5
Pipelines
0
Changes
15
Enable Kubernetes autoscaling:
metric provisioning (metrics-server, prometheus adapter)
autoscaling based on kubernetes hpa2
add more config parameters to the execution scripts
Edited
Jul 15, 2022
by
Sören Henning
0
0
Merge request reports
Compare
main
version 3
e2ed3e3d
Jun 29, 2021
version 2
e2ed3e3d
May 28, 2020
version 1
e2ed3e3d
May 26, 2020
main (base)
and
version 2
latest version
e2ed3e3d
5 commits,
Jul 15, 2022
version 3
e2ed3e3d
5 commits,
Jun 29, 2021
version 2
e2ed3e3d
5 commits,
May 28, 2020
version 1
e2ed3e3d
5 commits,
May 26, 2020
15 files
+
196
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
execution/infrastructure/horizontal-pod-autoscaler/custom-hpa.yaml
0 → 100644
+
25
−
0
View file @ e2ed3e3d
Edit in single-file editor
Open in Web IDE
apiVersion
:
autoscaling/v2beta2
kind
:
HorizontalPodAutoscaler
metadata
:
name
:
titan-ccp-aggregation
namespace
:
default
spec
:
scaleTargetRef
:
apiVersion
:
apps/v1
kind
:
Deployment
name
:
titan-ccp-aggregation
minReplicas
:
1
maxReplicas
:
6
metrics
:
-
type
:
Object
object
:
metric
:
name
:
kafka_consumergroup_group_lag
selector
:
{
matchLabels
:
{
topic
:
input
}}
describedObject
:
#apiVersion: networking.k8s.io/v1beta1
kind
:
Service
name
:
kafka-lag-exporter-service
target
:
type
:
Value
value
:
1k
\ No newline at end of file
Loading