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: API traffic analyzer for Kubernetes, providing deep packet inspection with complete API and Kubernetes…
API traffic analyzer for Kubernetes, providing deep packet inspection with complete API and Kubernetes contexts, retaining cluster-wide L4 traffic (PCAP), and using minimal production compute resou...
❤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
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
The blog post on delves into Kubernetes taints and tolerations, offering a comprehensive guide on how these mechanisms work to control pod scheduling. It explains the concepts of taints and tolerations in Kubernetes, illustrating how they enable finer control over where pods can or cannot be scheduled on nodes, based on various factors. This guide is particularly useful for those looking to ensure that their Kubernetes clusters are utilized efficiently and securely.
https://dour-aftermath-9c9.notion.site/Kubernetes-taints-and-tolerations-b94a8a2819764c91ac85cb75435bec4a
https://dour-aftermath-9c9.notion.site/Kubernetes-taints-and-tolerations-b94a8a2819764c91ac85cb75435bec4a
Abhi's Notion on Notion
Kubernetes taints and tolerations | Notion
Introduction: Importance of Kubernetes and the need for tainting nodes
👍5
Repository for out-of-tree scheduler plugins based on scheduler framework.
https://github.com/kubernetes-sigs/scheduler-plugins
https://github.com/kubernetes-sigs/scheduler-plugins
GitHub
GitHub - kubernetes-sigs/scheduler-plugins: Repository for out-of-tree scheduler plugins based on scheduler framework.
Repository for out-of-tree scheduler plugins based on scheduler framework. - kubernetes-sigs/scheduler-plugins
👍3
Deploy workloads from Git to large fleets of Kubernetes clusters
https://github.com/rancher/fleet
https://github.com/rancher/fleet
GitHub
GitHub - rancher/fleet: Deploy workloads from Git to large fleets of Kubernetes clusters
Deploy workloads from Git to large fleets of Kubernetes clusters - rancher/fleet
👍4🔥2
The blog post discusses the integration and enhancement of Grafana OnCall within the broader Grafana ecosystem. The article highlights the improvements made to streamline incident response and management by connecting Grafana OnCall more closely with other Grafana tools, thereby reducing redundancy and context-switching. This development promises a more efficient workflow, allowing users to address incidents more quickly and effectively.
https://grafana.com/blog/2024/03/29/a-better-grafana-oncall-seamless-workflows-with-the-rest-of-grafana-cloud/
https://grafana.com/blog/2024/03/29/a-better-grafana-oncall-seamless-workflows-with-the-rest-of-grafana-cloud/
Grafana Labs
A better Grafana OnCall: Seamless workflows with the rest of Grafana Cloud | Grafana Labs
Learn about workflow changes we've made to our on-call management tool to reduce redundancies and context switching so you can identify and respond to an incident faster.
👍5
Testing in Production - Synthetic Monitoring on Rust
https://github.com/prodzilla/prodzilla
https://github.com/prodzilla/prodzilla
GitHub
GitHub - prodzilla/prodzilla: 🦖 Testing in Production - Synthetic Monitoring on Rust
🦖 Testing in Production - Synthetic Monitoring on Rust - prodzilla/prodzilla
❤3👍3💯2
The blog post on Palark's website delves into the advantages, architecture, and real-world applications of using Vector for log collection in Kubernetes environments. Authored by Maksim Nabokikh, a software engineer with extensive experience in utilizing Vector, the article shares insights into efficient log management, enhancing observability, and streamlining operations within Kubernetes platforms. It emphasizes Vector's lightweight, ultra-fast capabilities for building observability pipelines and its adaptability across different data types, particularly focusing on log collection.
https://blog.palark.com/vector-log-collection-kubernetes/
https://blog.palark.com/vector-log-collection-kubernetes/
Palark
Collecting logs in Kubernetes with Vector: Benefits, architecture, real cases | Blog | Palark
Vector is a powerful, flexible Open Source tool for log collection. Here is how it works and how you can deploy it in Kubernetes, together with fascinating cases from our experience of years using it.
👍4👏4