Connect your existing Kubernetes infrastructure
kubectl version
)View detailed RBAC permissions
Prepare Your Kubeconfig
Access Import Interface
Upload Kubeconfig
Validate Connection
Configure Import Settings
Complete Import
Feature | Managed Clusters | Imported Clusters |
---|---|---|
Control plane management | ✓ Fully managed | ✗ Your responsibility |
Worker node provisioning | ✓ Automated options | ✗ Manual management |
Automatic updates | ✓ Handled by CNAP | ✗ You must update |
24/7 monitoring | ✓ Included | ~ Limited |
Auto-scaling | ✓ Available | ✗ Not supported |
Support level | ✓ Full infrastructure | ~ Application layer only |
Kubeconfig validation fails
kubectl cluster-info
Network connectivity issues
curl -k https://your-cluster-api:6443
Permission errors during import
kubectl auth can-i "*" "*" --all-namespaces
Products failing to deploy
kubectl get events --sort-by=.metadata.creationTimestamp
- Contact support with deployment
logs