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
This guide provides instructions on constructing an AI agent for Site Reliability Engineering (SRE). It offers insights into leveraging artificial intelligence to enhance operational efficiency and reliability in software systems.
https://www.aptible.ai/guides/how-to-build-an-ai-agent-for-sre
https://www.aptible.ai/guides/how-to-build-an-ai-agent-for-sre
www.unpage.ai
How to build an AI Agent for SRE - Unpage
Aptible AI software engineer takes you on a step-by-step journey to build your own AI Agent for SRE teams.
❤2👍2
This blog post discusses Gitpod's decision to move away from Kubernetes for hosting cloud development environments. It details the challenges they faced in using Kubernetes for this purpose, including resource management, security, and operational complexities
https://www.gitpod.io/blog/we-are-leaving-kubernetes
https://www.gitpod.io/blog/we-are-leaving-kubernetes
Ona
We’re leaving Kubernetes | Ona (formerly Gitpod) - AI software engineers
We are moving away from Kubernetes for cloud development environments after 6 years of experience at scale. Learn about Gitpod Flex and our new approach to development infrastructure for developers.
👍8
Kraan is a Kubernetes Controller that manages the deployment of HelmReleases to a cluster.
https://github.com/fidelity/kraan
https://github.com/fidelity/kraan
GitHub
GitHub - fidelity/kraan: Kraan is a Kubernetes Controller that manages the deployment of HelmReleases to a cluster.
Kraan is a Kubernetes Controller that manages the deployment of HelmReleases to a cluster. - fidelity/kraan
🔥2
This blog post discusses Temporal Cloud's expansion to become a multi-cloud platform, detailing their journey from AWS to Google Cloud. It explores the challenges of multi-cloud deployments and how Temporal leveraged its own technology to create cloud-agnostic workflows, enabling easier management of infrastructure across different cloud providers
https://temporal.io/blog/multi-cloud-thats-one-small-step-for-temporal-one-giant-leap-for-reliability
https://temporal.io/blog/multi-cloud-thats-one-small-step-for-temporal-one-giant-leap-for-reliability
❤2👍1
This article provides a comprehensive guide on selecting appropriate Postgres indexes to optimize database performance. It covers the fundamentals of indexes, their benefits and drawbacks, and offers practical advice on when and how to implement them effectively.
https://incident.io/blog/choosing-the-right-postgres-indexes
https://incident.io/blog/choosing-the-right-postgres-indexes
incident.io
Choosing the right Postgres indexes | Blog
Indexes can dramatically boost your database performance, but knowing when to use them isn’t always obvious. This blog covers what indexes are, when to use them, how to choose the right type, and tips for spotting missing ones. Whether you're optimizing queries…
👍4
Terraform templates for CI/CD to Cloud federation and Cloud2Cloud IAM federations
https://github.com/clutchsecurity/federator
https://github.com/clutchsecurity/federator
GitHub
GitHub - clutchsecurity/federator: Terraform templates for CI/CD to Cloud federation and Cloud2Cloud IAM federations
Terraform templates for CI/CD to Cloud federation and Cloud2Cloud IAM federations - clutchsecurity/federator
🔥4
This guide demonstrates how to create an event-driven image processing pipeline using AWS Lambda, S3, and Terraform. When an image is uploaded to a source S3 bucket, it triggers a Lambda function that pixelates the image in real-time and stores the processed versions in a separate S3 bucket
https://deepak-tyagi.medium.com/image-pixelator-event-driven-real-time-s3-to-lambda-image-processing-workflow-using-terraform-6fb88ba5cdf5
https://deepak-tyagi.medium.com/image-pixelator-event-driven-real-time-s3-to-lambda-image-processing-workflow-using-terraform-6fb88ba5cdf5
Medium
Image Pixelator: Event-Driven Real-Time S3-to-Lambda Image Processing Workflow using Terraform
In this blog, we’ll explore how to build an event-driven image processing pipeline using AWS Lambda, S3, and Terraform. When an image is…
This blog post provides a comprehensive guide on selecting appropriate Postgres indexes to optimize database performance. It covers the fundamentals of indexes, their benefits and drawbacks, and offers practical advice on when and how to implement them effectively.
https://pixelrobots.co.uk/2024/06/advanced-network-observability-supercharging-container-network-observability-in-azure-kubernetes-service-aks/
https://pixelrobots.co.uk/2024/06/advanced-network-observability-supercharging-container-network-observability-in-azure-kubernetes-service-aks/
👍1
Collection of Intel device plugins for Kubernetes
https://github.com/intel/intel-device-plugins-for-kubernetes
https://github.com/intel/intel-device-plugins-for-kubernetes
GitHub
GitHub - intel/intel-device-plugins-for-kubernetes: Collection of Intel device plugins for Kubernetes
Collection of Intel device plugins for Kubernetes. Contribute to intel/intel-device-plugins-for-kubernetes development by creating an account on GitHub.
👍2
This blog post introduces a solution for deploying serverless Streamlit applications using Terraform on AWS. It describes a scalable architecture that leverages Amazon ECS with Fargate, CloudFront for content delivery, and a CI/CD pipeline using CodePipeline and CodeBuild. The solution aims to simplify the deployment process, allowing developers to focus on building AI-powered apps without managing infrastructure
https://aws.amazon.com/blogs/devops/accelerate-serverless-streamlit-app-deployment-with-terraform/
https://aws.amazon.com/blogs/devops/accelerate-serverless-streamlit-app-deployment-with-terraform/
Amazon
Accelerate Serverless Streamlit App Deployment with Terraform | Amazon Web Services
Graphic created by Kevon Mayers. Introduction As customers increasingly seek to harness the power of generative AI (GenAI) and machine learning to deliver cutting-edge applications, the need for a flexible, intuitive, and scalable development platform has…
🔥5