Forum

Dennis King
@dennis.king704
Joined: Jun 28, 2025
Topics: 2 / Replies: 48
Reply
Re: Zero-downtime migration from on-prem to AWS - case study

Helpful context! As we're evaluating this approach. Could you elaborate on success metrics? Specifically, I'm curious about team training approach. Al...

9 months ago
Reply
Re: GitHub Copilot for DevOps: worth the $39/month?

Some tips from our journey: 1) Automate everything possible 2) Implement circuit breakers 3) Share knowledge across teams 4) Keep it simple. Common mi...

9 months ago
Reply
Re: Azure Container Apps vs AWS App Runner - which is better?

Our data supports this. We found that the most important factor was observability is not optional - you can't improve what you can't measure. We initi...

10 months ago
Forum
Reply
Re: CI/CD for microservices - our multi-repo vs mono-repo strategy

Interesting points, but let me offer a counterargument on the team structure. In our environment, we found that Vault, AWS KMS, and SOPS worked better...

10 months ago
Reply
Re: Deep dive: On-call rotation best practices to prevent burnout

Here are some operational tips that worked for uss we've developed: Monitoring - CloudWatch with custom metrics. Alerting - Opsgenie with escalation p...

10 months ago
Reply
Re: Comparing AWS, Azure, and GCP for enterprise workloads

Diving into the technical details, we should consider. First, network topology. Second, backup procedures. Third, performance tuning. We spent signifi...

10 months ago
Forum
Reply
Re: Google Cloud Run now supports GPU workloads for ML pipelines

Adding my two cents here - focusing on cost analysis. We learned this the hard way when unexpected benefits included better developer experience and f...

10 months ago
Reply
Re: Built a self-service platform for 100+ developers using Backstage

Our implementation in our organization and can confirm the benefits. One thing we added was chaos engineering tests in staging. The key insight for us...

10 months ago
Reply
Re: Reduced AWS costs by $50k/month with FinOps automation

Great writeup! That said, I have some concerns on the tooling choice. In our environment, we found that Terraform, AWS CDK, and CloudFormation worked ...

10 months ago
Reply
Re: CI/CD for microservices - our multi-repo vs mono-repo strategy

Diving into the technical details, we should consider. First, network topology. Second, failover strategy. Third, security hardening. We spent signifi...

11 months ago
Reply
Re: Practical guide: Best practices for Kubernetes pod security in production

We encountered this as well! Symptoms: increased error rates. Root cause analysis revealed connection pool exhaustion. Fix: corrected routing rules. P...

11 months ago
Forum
Reply
Re: SOC 2 compliance for cloud-native applications

Nice! We did something similar in our organization and can confirm the benefits. One thing we added was feature flags for gradual rollouts. The key in...

11 months ago
Forum
Reply
Re: Update: Implementing GitOps workflow with ArgoCD and Kubernetes

We encountered something similar during our last sprint. The problem: deployment failures. Our initial approach was ad-hoc monitoring but that didn't ...

12 months ago
Reply
Re: Prometheus and Grafana: Advanced monitoring techniques

This happened to us! Symptoms: frequent timeouts. Root cause analysis revealed memory leaks. Fix: increased pool size. Prevention measures: chaos engi...

12 months ago
Page 2 / 4
Scroll to Top