Developer Platform Glossary
Learn what all of the terms used throughout the Developer Platform mean.
| Term / Abbreviation | Description |
|---|---|
| Partner | The NewDay Technology tenants, or it could be referred to as the client environments. Within this yaml file, we include the feature applicable to the tenant and the environment information. |
| Feature | Represents an entire fleet of clusters and applications that are required for a tenant. |
| Cluster | Cluster is master resource group which will contain your compute, databases and storage and will come in default with network security group, subnet and key vault. |
| Product | Represents two types: a cluster or an app. |
| Pulumi stack | In Pulumi, a stack is a concept used to manage and organize the deployment of infrastructure and applications. A stack represents a specific instance of your infrastructure and application resources within a Pulumi project. We create one Pulumi stack per cluster. |