Kubernetes Operator
Manage QNSI resources as Kubernetes custom resources.
Manage QNSI resources as Kubernetes custom resources.
Installation
The Kubernetes Operator is not shipped in this repo.
If you need a supported Kubernetes integration for managing QNSI resources, contact support for the deployment bundle and operator documentation.
Configuration
Create credentials secret:
apiVersion: v1
kind: Secret
metadata:
name: qnsi-credentials
namespace: qnsi-system
type: Opaque
stringData:
tenantId: "your-tenant-uuid"
serviceId: "your-service-id"
serviceSecret: "your-service-secret"
Custom Resources
Custom Resources (CRDs) shown here are examples only and may differ across operator versions.
Status
Check resource status: Refer to the operator documentation provided with your deployment bundle.