This thought-provoking piece challenges the common "safety first" slogan in tech companies, arguing that true prioritization of safety is incompatible with organizational realities. It proposes a hypothetical definition of "safety first" where engineers can extend deadlines without consequences, highlighting the inherent tension between safety and production pressure in software development
https://surfingcomplexity.blog/2024/08/31/safety-first/
https://surfingcomplexity.blog/2024/08/31/safety-first/
Surfing Complexity
Safety first!
I’m sure you’ve heard the slogan “safety first”. It is a statement of values for an organization, but let’s think about how to define what it should mean explicitly. H…
👍5🎉1
Kube Startup CPU Boost is a controller that increases CPU resource requests and limits during Kubernetes workload startup time
https://github.com/google/kube-startup-cpu-boost
https://github.com/google/kube-startup-cpu-boost
GitHub
GitHub - google/kube-startup-cpu-boost: Kube Startup CPU Boost is a controller that increases CPU resource requests and limits…
Kube Startup CPU Boost is a controller that increases CPU resource requests and limits during Kubernetes workload startup time - google/kube-startup-cpu-boost
👍6
This exploration delves into managing AWS Systems Manager (SSM) Parameters using Terraform while accommodating external updates. It presents a solution to the challenge of maintaining SSM Parameters that are modified by other processes, ensuring that Terraform-managed infrastructure remains tracked and in sync with real-world changes
https://www.proactiveops.io/archive/managing-aws-ssm-parameters-with-terraform-with/
https://www.proactiveops.io/archive/managing-aws-ssm-parameters-with-terraform-with/
www.proactiveops.io
Managing AWS SSM Parameters with Terraform with External Updates
Learn to manage AWS SSM Parameters with Terraform while allowing external updates seamlessly!
💯2
This comprehensive article delves into five distinct solutions for cross-cluster communication in Kubernetes multi-cluster environments, comparing their principles, advantages, and limitations. It covers underlay networks, overlay CNIs, Submariner, Skupper, and KubeSlice, providing insights into their unique approaches to addressing the challenges of inter-cluster connectivity and communication
https://oilbeater.com/en/2024/05/24/five-kubernetes-multicluster-network/
https://oilbeater.com/en/2024/05/24/five-kubernetes-multicluster-network/
Oilbeater's Study Room
5 Solutions for Multi-Cluster Communication in Kubernetes | Oilbeater's Study Room
This comprehensive guide of LocalStack and Terraform for efficient local development of AWS-based applications. It demonstrates how to set up a local environment that emulates AWS services, enabling developers to work on Spring Boot and React applications without relying on actual AWS resources during initial stages
https://www.srvrlss.io/blog/localstack-terraform/
https://www.srvrlss.io/blog/localstack-terraform/
srvrlss.io
Local Serverless Development with LocalStack and Terraform|srvrlss
In the modern development landscape, efficiency and scalability are paramount. This blog post introduces a robust solution where LocalStack serves as …
👍1
The blogpost presents a solution for managing microservices in Kubernetes environments using a unified Helm chart approach. It addresses the challenges of maintaining consistent configurations across multiple services by centralizing templates and allowing for customization through dependencies and overrides
https://dev.to/calinflorescu/streamlining-microservices-management-a-unified-helm-chart-approach-59g7
https://dev.to/calinflorescu/streamlining-microservices-management-a-unified-helm-chart-approach-59g7
DEV Community
Streamlining Microservices Management: A Unified Helm Chart Approach
Introduction Hello, I want to discuss with you today a problem I recently encountered with...
👍4
This article discusses the challenges and solutions for managing large-scale self-hosted deployments using Docker and Kubernetes. It likely provides insights into streamlining processes and improving efficiency in handling complex infrastructure setups.
https://plane.so/blog/streamlining-self-hosting-managing-100k-docker-44000-kubernetes-deploys-ease
https://plane.so/blog/streamlining-self-hosting-managing-100k-docker-44000-kubernetes-deploys-ease
Plane
How we made self-hosting Plane a breeze for 100,000+ Docker + 44,000 Kubernetes deploys
Plane, like any other open-source B2B software, offers both a Cloud hosted edition and a self-managed one. While our Cloud users far outnumber our self-hosted users, it's nice to see for an early-stage start-up like ours an estimated 50,000+ active self-managed…
This author is using the AWS Cloud Control (AWSCC) provider in Terraform to manage AWS resources that may not be available in the standard AWS provider. It likely explains how AWSCC can help fill gaps in Terraform's AWS resource coverage, potentially improving infrastructure management for AWS users.
https://cloudonaut.io/are-you-missing-an-aws-resource-in-terraform-try-awscc-provider
https://cloudonaut.io/are-you-missing-an-aws-resource-in-terraform-try-awscc-provider
cloudonaut
Are you missing an AWS resource in Terraform? Try awscc provider!
Discover how the awscc Terraform provider leverages AWS Cloud Control API to address missing resources and streamline AWS infrastructure management. Learn to combine awscc with the standard aws provid
A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
https://github.com/kuasar-io/kuasar
https://github.com/kuasar-io/kuasar
GitHub
GitHub - kuasar-io/kuasar: A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container…
A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions. - kuasar-io/kuasar
👏4👍1
A Kubernetes controller and tool for one-way encrypted Secrets
https://github.com/bitnami-labs/sealed-secrets
https://github.com/bitnami-labs/sealed-secrets
GitHub
GitHub - bitnami-labs/sealed-secrets: A Kubernetes controller and tool for one-way encrypted Secrets
A Kubernetes controller and tool for one-way encrypted Secrets - bitnami-labs/sealed-secrets
Importance of integrating action items into incident reviews, arguing that learning and identifying improvements are inseparable aspects of the process. The author emphasizes that discussing potential actions during reviews can enhance understanding and lead to more effective system improvements, challenging the notion that focusing on actions detracts from learning.
https://incident.io/blog/why-i-like-discussing-actions-items-in-incident-reviews
https://incident.io/blog/why-i-like-discussing-actions-items-in-incident-reviews
incident.io
Why I like discussing actions items in incident reviews | Blog
Action items are a natural part of understanding and improving the systems we work with—an extension of the overall learning process. So, what better place to discuss them than in the incident review itself?
This blogpost discusses strategies for building resilient applications on Kubernetes, emphasizing the importance of proper configuration to harness the platform's dynamic nature. It covers key topics such as configuring health probes, handling pod termination gracefully, and implementing pod distribution strategies to improve application stability and reduce downtime.
https://jaadds.medium.com/building-resilient-applications-on-kubernetes-9e9e4edb4d33
https://jaadds.medium.com/building-resilient-applications-on-kubernetes-9e9e4edb4d33
Medium
Building Resilient Applications on Kubernetes
Best Practices and Strategies
👍3
Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume.
https://github.com/kubernetes-sigs/secrets-store-csi-driver
https://github.com/kubernetes-sigs/secrets-store-csi-driver
GitHub
GitHub - kubernetes-sigs/secrets-store-csi-driver: Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores…
Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume. - GitHub - kubernetes-sigs/secrets-store-csi-driver: Secrets Store CSI driver for Kub...
❤🔥2👎1
This blog post argues against discussing action items during incident reviews, emphasizing that these meetings should focus on learning and understanding system behavior. The author contends that dedicating time to action items reduces opportunities for valuable insights, as incident reviews offer a unique chance for diverse team members to explore the intricacies of complex socio-technical systems
https://surfingcomplexity.blog/2024/09/28/why-i-dont-like-discussing-action-items-during-incident-reviews/
https://surfingcomplexity.blog/2024/09/28/why-i-dont-like-discussing-action-items-during-incident-reviews/
Surfing Complexity
Why I don’t like discussing action items during incident reviews
I’m not a fan of talking about action items during incident reviews. Judging from the incident review meetings I’ve attended throughout my career, this is a minority view, and I wanted …
👍3