Repositories
v1v
Published by: Kubernetes3Updated

Cluster Resources in Kubernetes provide foundational constructs for organizing and managing workloads within a cluster. They include Namespaces for resource isolation, ensuring efficient multi-tenancy and access control. These resources help structure Kubernetes environments, enabling better organization, security, and policy enforcement. Configuration templates are available in this version.

v1
Enter
  • Namespace

    Under development

    The Namespace template in ConfigFacets provides a straightforward way to create Kubernetes Namespace resources, which are used to divide cluster resources between multiple users or projects. It offers a simple yet flexible structure for defining Namespace metadata, supporting basic organizational needs in Kubernetes clusters.