📋 Configure Cluster
Give your cluster a unique identifier. This name will be used across the CloudNexus platform.
🌍 Select Region
Choose the deployment region closest to your users. All regions have full feature parity.
⚙️ Node Configuration
Define your node pools, compute resources, and storage for the cluster.
🔗 Networking
Configure your cluster's network topology, load balancers, and DNS.
🧩 Add-ons & Extras
Enable additional services and features for your cluster.
🔒 RBAC & Network Policies
Enforce role-based access control and pod network isolation
📊 Monitoring Stack
Prometheus + Grafana dashboards pre-configured
📝 Log Aggregation
FluentBit log collection with centralised storage
🌍 Global CDN Integration
Automatically connect cluster to CloudNexus CDN
🔐 Auto TLS / Cert-Manager
Automatic SSL certificate provisioning and renewal
🔄 Auto-Scaling
HPA & VPA with intelligent CPU/memory scaling policies
🛡️ DDoS Protection
Enterprise-grade DDoS mitigation at the node level
🚀 Review & Deploy
Review your cluster configuration before provisioning.
# Download the cluster config
curl https://api.cloudnexus.io/v1/cluster/prod-cluster/config \
-o ~/.kube/config \
-H "Authorization: Bearer $CN_API_KEY"
# Verify connectivity
kubectl get nodes \
--context cloudnexus-prod-cluster
# Check cluster health
kubectl get cs
# componentstatus
NAME STATUS MESSAGE ERROR
controller-manager Healthy ok
scheduler Healthy ok
etcdbs Healthy ok
⏳ Deploying Your Cluster
This usually takes 3-5 minutes. Please don't close this page.
Provisioning your cluster...
Initializing infrastructure
Cluster Deployed Successfully!
Your cluster prod-cluster is running and ready to use.
# Test it!
kubectl get nodes
NAME STATUS ROLES AGE VERSION
cn-wkr-abc123 Ready worker 2m v1.29.2
cn-wkr-def456 Ready worker 2m v1.29.2
cn-wkr-ghi789 Ready worker 2m v1.29.2