Projects & Managed Kubernetes Clusters
Manage multi-tenant isolation boundaries, physical and virtual Kubernetes cluster registrations, and resource allocation quotas.
1. Project Namespace Isolation
Each Vyntech Cloud Project corresponds to an isolated namespace on the underlying Kubernetes cluster. Creating a project automatically provisions:
- ResourceQuota: Restricts total vCPU cores, memory, and persistent volume storage.
- LimitRange: Enforces default request/limit sizing on pods to prevent noisy-neighbor starvation.
- NetworkPolicy: Isolates cross-project pod communication while allowing ingress and DNS resolution.
2. Register Managed Cluster (Admin)
Platform administrators can attach dedicated Kubernetes clusters using encrypted kubeconfig manifests:
POST /v1/cloud/clustersAuth
Request
POST/v1/cloud/clusters
Response