Skip to main content

Kubernetes Namespace

Provision a best practices Kubernetes Namespace on any Kubernetes Cluster.

View on GitHub

Reference

  • name Name of the Namespace to create.
  • schedule_pods_on_fargate When true, will create a Fargate Profile that matches all Pods in the Namespace. This means that all Pods in the Namespace will be scheduled on Fargate. Note that this value is only used if kubeconfig_auth_type is eks, as Fargate profiles can only be created against EKS clusters.