Kubernetes Resources
Kubernetes resources managed inside an Environment — namespaces, workloads, configs, secrets, and storage.
Last updated
Was this helpful?
Kubernetes resources managed inside an Environment — namespaces, workloads, configs, secrets, and storage.
Once an Environment is provisioned, you can create and manage Kubernetes resources inside it. These resources live within the Environment's EKS cluster and inherit its IAM and network boundaries.
Namespaces
Logical partitions within the cluster for organizing and isolating workloads.
All Kubernetes resources are scoped to an Environment. To create any of these resources, an Environment must already be provisioned.
Last updated
Was this helpful?
Was this helpful?

