Generates a deterministic cluster name based on app and environment. Format: {appName}-{deployEnvironment}
Application name
Deployment environment (e.g., 'staging-1', 'production')
Cluster name in format {appName}-{deployEnvironment}
{appName}-{deployEnvironment}
generateClusterName('ZarCore', 'staging-1');// → 'ZarCore-staging-1' Copy
generateClusterName('ZarCore', 'staging-1');// → 'ZarCore-staging-1'
Generates a deterministic cluster name based on app and environment. Format: {appName}-{deployEnvironment}