Kubernetes Operator
Manage QNSP resources as Kubernetes custom resources.
Kubernetes Operator
Manage QNSP resources as Kubernetes custom resources.
Installation
The Kubernetes Operator is not shipped in this repo.
If you need a supported Kubernetes integration for managing QNSP resources, contact support for the deployment bundle and operator documentation.
Configuration
Create credentials secret:
apiVersion: v1
kind: Secret
metadata:
name: qnsp-credentials
namespace: qnsp-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.