Awesome
<!-- BEGIN_TF_DOCS -->Providers
Name | Version |
---|---|
<a name="provider_aws"></a> aws | n/a |
<a name="provider_kubernetes"></a> kubernetes | n/a |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
<a name="input_efs_pvc_namespace"></a> efs_pvc_namespace | The namespace of PVC should be deployed | string | "default" | no |
<a name="input_efs_storage_size"></a> efs_storage_size | Storage requested by kubernetes | string | "5Gi" | no |
<a name="input_name"></a> name | EFS file system name | any | n/a | yes |
<a name="input_security_group_ids"></a> security_group_ids | Kubernetes node security group id | list | [] | no |
<a name="input_subnet_ids"></a> subnet_ids | Subnet ID from Kubernetes VPC | list(list(string)) | [] | no |
<a name="input_tags"></a> tags | Tags to apply to all resources | map | {} | no |
<a name="input_vpc_cidr_block"></a> vpc_cidr_block | VPC CIDR block for allowing access in efs system | string | "" | no |
<a name="input_vpc_id"></a> vpc_id | EKS cluster vpc id | string | "" | no |
Resources
Name | Type |
---|---|
aws_efs_file_system.this | resource |
aws_efs_mount_target.this | resource |
aws_security_group.this | resource |
kubernetes_persistent_volume.this | resource |
kubernetes_persistent_volume_claim.this | resource |
kubernetes_storage_class.this | resource |
Outputs
Name | Description |
---|---|
<a name="output_efs_filesystem_id"></a> efs_filesystem_id | n/a |
🚀 Built by opsZero!
<a href="https://opszero.com"><img src="https://opszero.com/wp-content/uploads/2024/07/opsZero_logo_svg.svg" width="300px"/></a>
Since 2016 opsZero has been providing Kubernetes expertise to companies of all sizes on any Cloud. With a focus on AI and Compliance we can say we seen it all whether SOC2, HIPAA, PCI-DSS, ITAR, FedRAMP, CMMC we have you and your customers covered.
We provide support to organizations in the following ways:
- Modernize or Migrate to Kubernetes
- Cloud Infrastructure with Kubernetes on AWS, Azure, Google Cloud, or Bare Metal
- Building AI and Data Pipelines on Kubernetes
- Optimizing Existing Kubernetes Workloads
We do this with a high-touch support model where you:
- Get access to us on Slack, Microsoft Teams or Email
- Get 24/7 coverage of your infrastructure
- Get an accelerated migration to Kubernetes
Please schedule a call if you need support.
<br/><br/>
<div style="display: block"> <img src="https://opszero.com/wp-content/uploads/2024/07/aws-advanced.png" width="150px" /> <img src="https://opszero.com/wp-content/uploads/2024/07/AWS-public-sector.png" width="150px" /> <img src="https://opszero.com/wp-content/uploads/2024/07/AWS-eks.png" width="150px" /> </div> <!-- END_TF_DOCS -->