Skip to content

Kubernetes Packages Dashboards

Muppy allows you to control your packages using Dashboards.

With Dashboards, it's easier for teams to control their Packages. Dashboards are simple GUI for Packages operationnal parameters (replicas, scaling, resources) that allows teams to efficiently share the administration of Workloads.

Dashboards are compatible with Helm and Muppy Packages.

Dashboards default values

You can define Dashboard's default value using Profiles (Tab 'Def. Values').

queues_workers:
  resources_requests_cpu: 100m
  resources_limits_cpu: 500m
  resources_requests_memory: 500M
  resources_limits_memory: 1.5G

  requested_replica_count: 2

  enable_auto_scaling: true
  scaling_min_replicas: 2
  scaling_max_replicas: 4
  scaling_target_cpu_pct: 59
  scaling_target_mem_pct: 61

  is_debug_mode_available: true
  circuit_breaker: false