You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developers would like to be able to spin up cloud resources, for example, a PostgreSQL database that runs on AWS RDS.
From Bob the Ops Engineers perspective he wants to be able to do the following things:
Define a template for the resource that will be created so that Bob can define constraints for the resources that will be created. For example, the size of the database instance backing the database.
Provide a mechanism for viewing what resources are currently provisiond.
From Alice the Developers perspective she wants to be able to do the following things:
Create or delete cloud resources with an HTTP API.
View the status of a resources provisioning.
Inject configuration about the resource such as URL, Username and Password into her Kubernetes cluster.
The text was updated successfully, but these errors were encountered:
Developers would like to be able to spin up cloud resources, for example, a PostgreSQL database that runs on AWS RDS.
From Bob the Ops Engineers perspective he wants to be able to do the following things:
From Alice the Developers perspective she wants to be able to do the following things:
The text was updated successfully, but these errors were encountered: