Good video from the last re:Invent about features AWS Backup
https://www.youtube.com/watch?v=QIffkOyTf7I
https://www.youtube.com/watch?v=QIffkOyTf7I
YouTube
AWS re:Invent 2023 - What's new with AWS Backup (STG203)
In the past year, AWS Backup has delivered new innovations to help you safeguard your data and audit your data protection posture. With new protection and recovery capabilities, AWS Backup continues to innovate for and delight over 100,000 customers protectingโฆ
๐6
Complete and perfect guide about load testing
https://grafana.com/blog/2024/01/30/load-testing-websites/
https://grafana.com/blog/2024/01/30/load-testing-websites/
Grafana Labs
How to load test a website: A comprehensive guide | Grafana Labs
In this guide, learn about strategies to test websites, including specific recommendations for complex scenario scripting and test execution.
๐6
ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.
https://github.com/komodorio/validkube
https://github.com/komodorio/validkube
GitHub
GitHub - komodorio/validkube: ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygieneโฆ
ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security. - komodorio/validkube
๐6
A new way to see and navigate directory trees
https://github.com/Canop/broot
https://github.com/Canop/broot
GitHub
GitHub - Canop/broot: A new way to see and navigate directory trees : https://dystroy.org/broot
A new way to see and navigate directory trees : https://dystroy.org/broot - Canop/broot
๐5๐คฃ2
The article on HashiCorp's blog discusses the application of chaos engineering to HashiCorp Vault to enhance its resilience. It outlines using Gremlin chaos engineering tests and Vault stress testing tools to simulate disruptions, aiming to identify and mitigate reliability risks in Vault architectures. The post emphasizes the importance of chaos engineering in revealing hidden problems, improving system performance, and ensuring the system's resilience against failures, particularly for a system as critical as Vault which manages secrets for mission-critical applications.
https://www.hashicorp.com/blog/vault-chaos-engineering
https://www.hashicorp.com/blog/vault-chaos-engineering
HashiCorp
Vault chaos engineering
Learn how to make your Vault clusters more resilient with Gremlin chaos engineering tests.
๐6โค1
Introduction to SOAK testing by Grafana
https://grafana.com/blog/2024/01/30/soak-testing/
https://grafana.com/blog/2024/01/30/soak-testing/
Grafana Labs
Soak testing: A beginner's guide | Grafana Labs
A basic guide to soak testing and how to perform a soak test in Grafana k6
๐6
The API traffic analyzer for Kubernetes providing real-time K8s protocol-level visibility, capturing and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters. Inspired by Wireshark, purposely built for Kubernetes
https://github.com/kubeshark/kubeshark
https://github.com/kubeshark/kubeshark
GitHub
GitHub - kubeshark/kubeshark: eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decryptsโฆ
eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard. - kubeshark/kubes...
โค3๐3๐ฅ3
Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
https://github.com/eldadru/ksniff
https://github.com/eldadru/ksniff
GitHub
GitHub - eldadru/ksniff: Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark
Kubectl plugin to ease sniffing on kubernetes pods using tcpdump and wireshark - eldadru/ksniff
๐4
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
https://github.com/asdf-vm/asdf
https://github.com/asdf-vm/asdf
GitHub
GitHub - asdf-vm/asdf: Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more - asdf-vm/asdf
๐3๐2
Interesting article about git commit
https://jvns.ca/blog/2024/01/05/do-we-think-of-git-commits-as-diffs--snapshots--or-histories/
https://jvns.ca/blog/2024/01/05/do-we-think-of-git-commits-as-diffs--snapshots--or-histories/
Julia Evans
Do we think of git commits as diffs, snapshots, and/or histories?
Hello! Iโve been extremely slowly trying to figure how to explain every core concept in Git (commits! branches! remotes! the staging area!) and commits have been surprisingly tricky.
๐5
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Cod
https://github.com/GoogleCloudPlatform/terraformer
https://github.com/GoogleCloudPlatform/terraformer
GitHub
GitHub - GoogleCloudPlatform/terraformer: CLI tool to generate terraform files from existing infrastructure (reverse Terraform).โฆ
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code - GoogleCloudPlatform/terraformer
๐7
Kubernetes YAML to Terraform HCL converter
https://github.com/sl1pm4t/k2tf
https://github.com/sl1pm4t/k2tf
GitHub
GitHub - sl1pm4t/k2tf: Kubernetes YAML to Terraform HCL converter
Kubernetes YAML to Terraform HCL converter. Contribute to sl1pm4t/k2tf development by creating an account on GitHub.
โคโ๐ฅ8
https://hackernoon.com/delivering-cloud-infrastructure-the-gitops-way-with-crossplane-and-argocd
The article on HackerNoon discusses using GitOps with Crossplane and ArgoCD to deliver cloud infrastructure. It explores how these tools can be integrated to build APIs for an Internal Developer Platform, focusing on the efficiencies and improvements this approach brings to cloud infrastructure management.
The article on HackerNoon discusses using GitOps with Crossplane and ArgoCD to deliver cloud infrastructure. It explores how these tools can be integrated to build APIs for an Internal Developer Platform, focusing on the efficiencies and improvements this approach brings to cloud infrastructure management.
Hackernoon
Delivering Cloud Infrastructure the GitOps Way with Crossplane and ArgoCD
GitOps using Crossplane and ArgoCD to deliver Cloud Infrastructure and build APIs for Internal Developer Platform.
๐8
The article provides a detailed 10-step guide on building a Terragrunt orchestrator, aiming to streamline infrastructure management using Terraform modules across multiple AWS accounts and regions. It covers starting from a basic Terragrunt setup to more advanced configurations including handling cross-region dependencies, automating the creation of remote state and locking mechanisms, and deploying infrastructure with a DRY (Don't Repeat Yourself) approach to minimize redundancy. This comprehensive guide is targeted at DevOps engineers and infrastructure automation professionals looking to leverage Terragrunt for efficient infrastructure deployment and management.
https://nordcloud.com/tech-community/10-steps-to-building-terragrunt-orchestrator
https://nordcloud.com/tech-community/10-steps-to-building-terragrunt-orchestrator
Nordcloud
10 Steps to Building Terragrunt Orchestrator | AWS Expert Blog
Learn to build a robust orchestrator for seamless Terraform module management across environments. Dive into efficient infrastructure automation with our step-by-step guide
๐4โค1
The article explores how W. Edwards Deming's principles can revolutionize cybersecurity strategies. Highlighting Deming's emphasis on quality, systemic thinking, and continuous improvement, the piece argues for a profound transformation in managing cybersecurity challenges. It calls for integrating Deming's philosophies into cybersecurity practices to create more resilient and secure digital environments, underscoring the relevance of his approach in today's complex cyber landscape.https://itrevolution.com/articles/out-of-the-cyber-crisis-deming-in-the-world-of-cybersecurity/
IT Revolution
Out of the Cyber Crisis - Deming in the World of Cybersecurity
This post is excerpted from Demingโs Journey to Profound Knowledge by John Willis. In 1982, the US was in a crisis. A crisis of identity, of energy, of economic sovereigntyโyou name it. Although W. Edwards Deming was enjoying the beginnings of Demingmaniaโฆ
๐4๐ฑ1
aws2tf - automates the importing of existing AWS resources into Terraform and outputs the Terraform HCL code.
https://github.com/aws-samples/aws2tf
https://github.com/aws-samples/aws2tf
GitHub
GitHub - aws-samples/aws2tf: aws2tf - automates the importing of existing AWS resources into Terraform and outputs the Terraformโฆ
aws2tf - automates the importing of existing AWS resources into Terraform and outputs the Terraform HCL code. - aws-samples/aws2tf
๐7
๐ค Chat with your SQL database ๐. Accurate Text-to-SQL Generation via LLMs using RAG ๐.
https://github.com/vanna-ai/vanna
https://github.com/vanna-ai/vanna
GitHub
GitHub - vanna-ai/vanna: ๐ค Chat with your SQL database ๐. Accurate Text-to-SQL Generation via LLMs using Agentic Retrieval ๐.
๐ค Chat with your SQL database ๐. Accurate Text-to-SQL Generation via LLMs using Agentic Retrieval ๐. - vanna-ai/vanna
โค6
The article offers five practical tips for managing AWS security groups more effectively using Terraform. It aims to help DevOps engineers and cloud architects streamline their security configurations, ensuring that infrastructure is both secure and efficient. By adopting these strategies, readers can expect to improve their workflow, enhance security measures, and reduce the complexity associated with managing multiple security groups across their AWS environment.
https://blog.avangards.io/5-tips-to-efficiently-manage-aws-security-groups-using-terraform
https://blog.avangards.io/5-tips-to-efficiently-manage-aws-security-groups-using-terraform
Avangards Blog
5 Tips to Efficiently Manage AWS Security Groups Using Terraform
Discover 5 proven strategies for scalable and stress-free security rule group management on AWS using Terraform.
๐5โค1