Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
HCL helm-chart Projects
-
Project mention: Enabling GPU Nodes for PyTorch Workloads on EKS with Autoscaling | dev.to | 2023-09-12
## (https://github.com/aws-ia/terraform-aws-eks-blueprints) ## ... [other Terraform code] ## Cluster Configuration module "eks" { # ... [other configuration] self_managed_node_groups = { gpu_node_group = { node_group_name = "gpu-node-group" ami_type = "AL2_x86_64_GPU" capacity_type = "ON_DEMAND" instance_types = [ "g4dn.xlarge", "g4dn.2xlarge", ] # ... [other configuration] taints = { dedicated = { key = "nvidia.com/gpu" value = "true" effect = "NO_SCHEDULE" } } # ... [other configuration] } } }
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
HCL helm-charts related posts
- Enabling GPU Nodes for PyTorch Workloads on EKS with Autoscaling
- Is there any advantage to running Karpenter and CordDNS in Fargate?
- Ideal setup for EKS deployment?
- How do you initially upload your docker image to an ECR
- Terraform Code for Amazon EKS Quick Start Reference Deployment. Please help me with complete end to end terraform code for this architecture diagram. Thank you community. I have written something but I am facing some errors and after lot of retires I came here for help.
- Self managed Apache Airflow with Data on EKS
- Need advice about strategy to migrate GKE to EKS
-
A note from our sponsor - InfluxDB
www.influxdata.com | 26 Sep 2023
Index
Project | Stars | |
---|---|---|
1 | terraform-aws-eks-blueprints | 2,169 |