HULL Tutorial 05: Defining Workload objects

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Harbor

    An open source trusted cloud native registry project that stores, signs, and scans content.

    To provide an example of a real life use case imagine you host all Docker images referenced in your Helm chart in one place - meaning in one Docker registry. Now you may want to switch Docker registry providers - and hence the endpoint - or you need to copy over all Docker images to an airgapped system and host them in a local secured registry such as Harbor. In both cases you may want to centrally change the registry servers address without having to configure each pod specs imagePullSecrets and each containers image individually.

  • dashboard-metrics-scraper

    Discontinued Container to scrape, store, and retrieve a window of time from the Metrics Server.

    ## Metrics Scraper ## Container to scrape, store, and retrieve a window of time from the Metrics Server. ## refs: https://github.com/kubernetes-sigs/dashboard-metrics-scraper metricsScraper: ## Wether to enable dashboard-metrics-scraper enabled: false image: repository: kubernetesui/metrics-scraper tag: v1.0.7 resources: {} ## SecurityContext especially for the kubernetes dashboard metrics scraper container ## If not set, the global containterSecurityContext values will define these values # containerSecurityContext: # allowPrivilegeEscalation: false # readOnlyRootFilesystem: true # runAsUser: 1001 # runAsGroup: 2001 # args: # - --log-level=info # - --logtostderr=true

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts