Skip to content

Provider Concept

Providers in IronCore are implementors of the IronCore RuntimeInterfaces. They are responsible for managing the lifecycle of resources, such as compute instances, storage volumes and buckets, across various backends. The IRI and the provider concept allow IronCore to be extensible and adaptable to different environments. By using gRPC as the communication protocol, providers can be implemented in any language.

As described in the RuntimeInterface documentation, providers can be implemented for those three resource groups:

  • Compute
  • Block Storage
  • Object Storage

One special case of a provider are Brokers. Brokers implement the RuntimeInterface of a specific resource group but instead of creating/reserving physical resources, they broker the resource to another API server.

EU and German government funding logos

Funded by the European Union – NextGenerationEU.

The views and opinions expressed are solely those of the author(s) and do not necessarily reflect the views of the European Union or the European Commission. Neither the European Union nor the European Commission can be held responsible for them.