Skip to content

K8s CRD Plugin #58

@timsanwald

Description

@timsanwald

Describe the solution you'd like
Provide a plugin to track generic costs via CRD in opencost. This could be useful for tracking multiple cost scenarios e.g. Operating Costs ($100 per month per namespace), non-supported external assets (e.g. databases from third party).

Describe alternatives you've considered
Other options would be to provide plugins for each and every system, or dummy values in cloud cost specifications. None is really valueable.

Additional context

Simple example, values are not thought through, might be worth to look at some other specifications.

apiVersion: io.opencost/v1
kind: Cost
metadata:
  name: namespace-operations
  namespace: blueprint
spec:
  cost: 100
  currency: "$"
  recurring: "Monthly"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions