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
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
Open
WIP: Kubernetes autoscaling
wetzel/spesb:7-kubernetes-autoscaling
into
main
Overview
0
Commits
5
Pipelines
0
Changes
15
Open
Benedikt Wetzel
requested to merge
wetzel/spesb:7-kubernetes-autoscaling
into
main
4 years ago
Overview
0
Commits
5
Pipelines
0
Changes
15
Expand
Enable Kubernetes autoscaling:
metric provisioning (metrics-server, prometheus adapter)
autoscaling based on kubernetes hpa2
add more config parameters to the execution scripts
Edited
2 years ago
by
Sören Henning
0
0
Merge request reports
Compare
main
version 3
e2ed3e3d
3 years ago
version 2
e2ed3e3d
4 years ago
version 1
e2ed3e3d
4 years ago
main (base)
and
latest version
latest version
e2ed3e3d
5 commits,
2 years ago
version 3
e2ed3e3d
5 commits,
3 years ago
version 2
e2ed3e3d
5 commits,
4 years ago
version 1
e2ed3e3d
5 commits,
4 years ago
15 files
+
196
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
execution/infrastructure/horizontal-pod-autoscaler/custom-hpa.yaml
0 → 100644
+
25
−
0
Options
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