K8S-Builder [0]

  1. VERSION
  2. BUILT
Deployment
Pattern: basic
resources
limits
requests
horizontal pod autoscaler
metrics
HorizontalPodAutoscaler
Budget-Based Generator
Tool
desiredReplicas = ceil[currentReplicas * ( currentMetricValue / desiredMetricValue )]
  • desired replicas: 1
  • scale down: 0
  • scale up: 0
CPU only
pod resource limits
budget

This is the amount of total resources you are willing to give to this workload. These will be adjusted in generation to at least cater for 2 pods.

  • max replicas = 2
Memory Only
pod resource limits
budget

This is the amount of total resources you are willing to give to this workload. These will be adjusted in generation to at least cater for 2 pods.

  • max replicas = 2
CPU & Memory
pod resource limits
budget

This is the amount of total resources you are willing to give to this workload. These will be adjusted in generation to at least cater for 2 pods.

  • max replicas = 2