Skip to content

Research and implement ingress handling #2

Description

@riccardomc

We need a way to expose services outside of the cluster and wire the proper DNS entries to said services. Some implementation details will depend on the actual cloud infrastructure that we will end up using. On the other hand, we need a consistent way to track application usage in order to support the mechanism of:

  • Rate limiting - we don't want a few chatty applications to use up all the network, in ingress.
  • Bandwidth costs allocation - we will want to offload bandwidth costs to paying users at some point.
  • Scale to zero - applications that are unused should be scaled to zero to save resources.

Relevant items:

In the Free Tier we should have at least a coarse way of limiting incoming/outgoing bandwidth usage, not necessarily per application, in order to avert uncontrollable bandwidth costs.

Not relevant for PoC.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions